idr 78 fs/inotify.c struct idr idr; /* idr mapping wd -> watch */
idr 94 fs/inotify.c idr_destroy(&ih->idr);
idr 138 fs/inotify.c if (unlikely(!idr_pre_get(&ih->idr, GFP_KERNEL)))
idr 140 fs/inotify.c ret = idr_get_new_above(&ih->idr, watch, ih->last_wd+1, &watch->wd);
idr 218 fs/inotify.c idr_remove(&ih->idr, watch->wd);
idr 457 fs/inotify.c idr_init(&ih->idr);
idr 514 fs/inotify.c if (likely(idr_find(&ih->idr, watch->wd))) {
idr 725 fs/inotify.c watch = idr_find(&ih->idr, wd);
idr 738 fs/inotify.c if (likely(idr_find(&ih->idr, wd) == watch))
idr 106 fs/ocfs2/cluster/tcp_internal.h struct idr nn_status_idr;
idr 685 fs/super.c static struct idr unnamed_dev_idr;
idr 700 include/drm/drmP.h struct idr ctx_idr;
idr 772 include/drm/drmP.h struct idr drw_idr;
idr 1040 include/drm/drmP.h extern struct idr drm_minors_idr;
idr 74 include/linux/idr.h #define DEFINE_IDR(name) struct idr name = IDR_INIT(name)
idr 129 include/linux/idr.h struct idr idr;
idr 133 include/linux/idr.h #define IDA_INIT(name) { .idr = IDR_INIT(name), .free_bitmap = NULL, }
idr 24 include/linux/ipc_namespace.h struct idr ipcs_idr;
idr 93 include/linux/thermal.h struct idr idr;
idr 579 include/net/sctp/sctp.h extern struct idr sctp_assocs_id;
idr 72 kernel/posix-timers.c static struct idr posix_timers_id;
idr 631 lib/idr.c memset(idp, 0, sizeof(struct idr));
idr 653 lib/idr.c spin_lock_irqsave(&ida->idr.lock, flags);
idr 658 lib/idr.c spin_unlock_irqrestore(&ida->idr.lock, flags);
idr 679 lib/idr.c if (!idr_pre_get(&ida->idr, gfp_mask))
idr 723 lib/idr.c t = idr_get_empty_slot(&ida->idr, idr_id, pa);
idr 737 lib/idr.c spin_lock_irqsave(&ida->idr.lock, flags);
idr 740 lib/idr.c spin_unlock_irqrestore(&ida->idr.lock, flags);
idr 775 lib/idr.c if (ida->idr.id_free_cnt || ida->free_bitmap) {
idr 776 lib/idr.c struct idr_layer *p = get_from_free_list(&ida->idr);
idr 811 lib/idr.c struct idr_layer *p = ida->idr.top;
idr 812 lib/idr.c int shift = (ida->idr.layers - 1) * IDR_BITS;
idr 840 lib/idr.c idr_remove(&ida->idr, idr_id);
idr 858 lib/idr.c idr_destroy(&ida->idr);
idr 873 lib/idr.c idr_init(&ida->idr);
idr 44 net/9p/util.c struct idr pool;