Searched defs:id (Results 1 – 13 of 13) sorted by relevance
/lib/ |
D | idr.c | 39 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 …]
|
D | memregion.c | 15 void memregion_free(int id) in memregion_free()
|
D | test_xarray.c | 53 u32 id; in xa_alloc_index() local 477 u32 id; in check_reserve() local 680 u32 id; in check_xa_alloc_1() local 754 unsigned int i, id; in check_xa_alloc_2() local 807 unsigned int i, id; in check_xa_alloc_3() local 1601 unsigned int id; in check_align_1() local
|
D | test_ida.c | 33 int i, id; in ida_check_alloc() local
|
D | test_rhashtable.c | 58 int id; member 74 int id; member
|
D | group_cpus.c | 101 unsigned id; member
|
D | test_hmm.c | 1476 static int dmirror_device_init(struct dmirror_device *mdevice, int id) in dmirror_device_init() 1511 int id = 0; in hmm_dmirror_init() local 1549 int id; in hmm_dmirror_exit() local
|
D | test_objagg.c | 13 unsigned int id; member 127 static void *root_create(void *priv, void *obj, unsigned int id) in root_create()
|
D | xarray.c | 1812 int __xa_alloc(struct xarray *xa, u32 *id, void *entry, in __xa_alloc() 1861 int __xa_alloc_cyclic(struct xarray *xa, u32 *id, void *entry, in __xa_alloc_cyclic()
|
/lib/livepatch/ |
D | test_klp_shadow_vars.c | 21 int id; member 61 static void *shadow_get(void *obj, unsigned long id) in shadow_get() 72 static void *shadow_alloc(void *obj, unsigned long id, size_t size, in shadow_alloc() 87 static void *shadow_get_or_alloc(void *obj, unsigned long id, size_t size, in shadow_get_or_alloc() 102 static void shadow_free(void *obj, unsigned long id, klp_shadow_dtor_t dtor) in shadow_free() 109 static void shadow_free_all(unsigned long id, klp_shadow_dtor_t dtor) in shadow_free_all()
|
/lib/pldmfw/ |
D | pldmfw_private.h | 42 uuid_t id; /* PackageHeaderIdentifier */ member
|
D | pldmfw.c | 631 struct pldm_pci_record_id id = { in pldmfw_op_pci_match_record() local
|
/lib/xz/ |
D | xz_dec_bcj.c | 536 XZ_EXTERN enum xz_ret xz_dec_bcj_reset(struct xz_dec_bcj *s, uint8_t id) in xz_dec_bcj_reset()
|