Home
last modified time | relevance | path

Searched defs:id (Results 1 – 8 of 8) sorted by relevance

/lib/
Didr.c39 unsigned int id = *nextid; in idr_alloc_u32() local
81 u32 id = start; in idr_alloc() local
119 u32 id = idr->idr_next; in idr_alloc_cyclic() local
152 void *idr_remove(struct idr *idr, unsigned long id) in idr_remove()
172 void *idr_find(const struct idr *idr, unsigned long id) in idr_find()
196 int (*fn)(int id, void *p, void *data), void *data) in idr_for_each()
204 unsigned long id = iter.index + base; in idr_for_each() local
233 unsigned long id = *nextid; in idr_get_next_ul() local
266 unsigned long id = *nextid; in idr_get_next() local
290 void *idr_replace(struct idr *idr, void *ptr, unsigned long id) in idr_replace()
[all …]
Dtest_xarray.c50 u32 id; in xa_alloc_index() local
449 u32 id; in check_reserve() local
652 u32 id; in check_xa_alloc_1() local
726 unsigned int i, id; in check_xa_alloc_2() local
779 unsigned int i, id; in check_xa_alloc_3() local
1433 unsigned int id; in check_align_1() local
Dtest_ida.c33 int i, id; in ida_check_alloc() local
Dtest_rhashtable.c58 int id; member
74 int id; member
Dtest_objagg.c13 unsigned int id; member
127 static void *root_create(void *priv, void *obj, unsigned int id) in root_create()
Dxarray.c1610 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc()
1659 int __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, in __xa_alloc_cyclic()
/lib/livepatch/
Dtest_klp_shadow_vars.c21 int id; member
61 static void *shadow_get(void *obj, unsigned long id) in shadow_get()
71 static void *shadow_alloc(void *obj, unsigned long id, size_t size, in shadow_alloc()
83 static void *shadow_get_or_alloc(void *obj, unsigned long id, size_t size, in shadow_get_or_alloc()
95 static void shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor) in shadow_free()
102 static void shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) in shadow_free_all()
130 int id = 0x1234; in test_klp_shadow_vars_init() local
/lib/xz/
Dxz_dec_bcj.c536 XZ_EXTERN enum xz_ret xz_dec_bcj_reset(struct xz_dec_bcj *s, uint8_t id) in xz_dec_bcj_reset()