Searched refs:idr_get_next (Results 1 – 13 of 13) 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/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()
|
| H A D | hci_core.c | 2021 monitor = idr_get_next(&hdev->adv_monitors_idr, &idr_next_id); in hci_remove_all_adv_monitor()
|
| /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/fs/smb/server/ |
| H A D | vfs_cache.c | 894 fp = idr_get_next(ft->idr, &id); in __close_file_table_ids()
|
| /linux/net/core/ |
| H A D | net_namespace.c | 639 while ((peer = idr_get_next(&tmp->netns_ids, &id))) { in unhash_nsid()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 4766 if (!idr_get_next(idr, &next_id)) in bpf_obj_get_next_id() 4782 map = idr_get_next(&map_idr, id); in bpf_map_get_curr_or_next() 4801 prog = idr_get_next(&prog_idr, id); in bpf_prog_get_curr_or_next() 5949 link = idr_get_next(&link_idr, id); in bpf_link_get_curr_or_next()
|
| /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()
|