Subversion Repositories HelenOS-historic

Rev

Rev 1702 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1702 Rev 1780
Line 88... Line 88...
88
    int (*constructor)(void *obj, int kmflag);
88
    int (*constructor)(void *obj, int kmflag);
89
    int (*destructor)(void *obj);
89
    int (*destructor)(void *obj);
90
    int flags;        /**< Flags changing behaviour of cache */
90
    int flags;        /**< Flags changing behaviour of cache */
91
 
91
 
92
    /* Computed values */
92
    /* Computed values */
93
    __u8 order;        /**< Order of frames to be allocated */
93
    uint8_t order;        /**< Order of frames to be allocated */
94
    int objects;      /**< Number of objects that fit in */
94
    int objects;      /**< Number of objects that fit in */
95
 
95
 
96
    /* Statistics */
96
    /* Statistics */
97
    atomic_t allocated_slabs;
97
    atomic_t allocated_slabs;
98
    atomic_t allocated_objs;
98
    atomic_t allocated_objs;