Searched refs:idr_get_next (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/ |
| H A D | idr.h | 123 void *idr_get_next(struct idr *, int *nextid); 205 for (id = 0; ((entry) = idr_get_next(idr, &(id))) != NULL; id += 1U) 232 for ((entry) = idr_get_next((idr), &(id)); \ 234 ++id, (entry) = idr_get_next((idr), &(id)))
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | idr.rst | 55 迭代器不符合您的需求,您也可以使用idr_get_next()。
|
| /linux/tools/testing/radix-tree/ |
| H A D | idr-test.c | 184 idr_get_next(&idr, &nextid); in idr_get_next_test() 213 ptr = idr_get_next(idr, &sid); in idr_u32_test1() 336 void *entry = idr_get_next(&find_idr, &id); in idr_find_test_1()
|
| /linux/lib/ |
| H A D | idr.c | 266 void *idr_get_next(struct idr *idr, int *nextid) in idr_get_next() function 276 EXPORT_SYMBOL(idr_get_next);
|
| /linux/ipc/ |
| H A D | util.c | 483 if (idr_get_next(&ids->ipcs_idr, &tmpidx)) in ipc_search_maxidx() 805 ipc = idr_get_next(&ids->ipcs_idr, &tmpidx); in sysvipc_find_ipc()
|
| /linux/Documentation/core-api/ |
| H A D | idr.rst | 53 also use idr_get_next() if the iterator doesn't fit your needs.
|
| /linux/drivers/char/tpm/ |
| H A D | tpm-chip.c | 219 chip = idr_get_next(&dev_nums_idr, &chip_num); in tpm_default_chip()
|
| /linux/net/bluetooth/ |
| H A D | msft.c | 461 monitor = idr_get_next(&hdev->adv_monitors_idr, &handle); in msft_suspend_sync() 594 monitor = idr_get_next(&hdev->adv_monitors_idr, &handle); in reregister_monitor()
|
| /linux/kernel/ |
| H A D | pid.c | 588 return idr_get_next(&ns->idr, &nr); in find_ge_pid()
|
| /linux/net/core/ |
| H A D | net_namespace.c | 639 while ((peer = idr_get_next(&tmp->netns_ids, &id))) { in unhash_nsid()
|
| /linux/arch/powerpc/kvm/ |
| H A D | book3s_hv_nested.c | 1709 if (!idr_get_next(&kvm->arch.kvm_nested_guest_idr, &ret)) in kvmhv_nested_next_lpid()
|