Home
last modified time | relevance | path

Searched refs:idr_get_next (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Didr.h123 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 Didr.rst55 迭代器不符合您的需求,您也可以使用idr_get_next()。
/linux/tools/testing/radix-tree/
H A Didr-test.c184 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 Didr.c266 void *idr_get_next(struct idr *idr, int *nextid) in idr_get_next() function
276 EXPORT_SYMBOL(idr_get_next);
/linux/ipc/
H A Dutil.c483 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 Didr.rst53 also use idr_get_next() if the iterator doesn't fit your needs.
/linux/net/bluetooth/
H A Dmsft.c461 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 Dhci_core.c2021 monitor = idr_get_next(&hdev->adv_monitors_idr, &idr_next_id); in hci_remove_all_adv_monitor()
/linux/drivers/char/tpm/
H A Dtpm-chip.c219 chip = idr_get_next(&dev_nums_idr, &chip_num); in tpm_default_chip()
/linux/fs/smb/server/
H A Dvfs_cache.c894 fp = idr_get_next(ft->idr, &id); in __close_file_table_ids()
/linux/net/core/
H A Dnet_namespace.c639 while ((peer = idr_get_next(&tmp->netns_ids, &id))) { in unhash_nsid()
/linux/kernel/bpf/
H A Dsyscall.c4766 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 Dbook3s_hv_nested.c1709 if (!idr_get_next(&kvm->arch.kvm_nested_guest_idr, &ret)) in kvmhv_nested_next_lpid()