Lines Matching defs:handle_idr
75 struct idr handle_idr;
89 struct idr handle_idr;
308 int id = idr_alloc_cyclic(&tp_c->handle_idr, ptr, 1, 0x7FF, GFP_KERNEL);
364 idr_init(&root_ht->handle_idr);
374 idr_init(&tp_c->handle_idr);
464 idr_remove(&ht->handle_idr, key->handle);
586 idr_remove(&ht->handle_idr, n->handle);
612 idr_destroy(&ht->handle_idr);
613 idr_remove(&tp_c->handle_idr, ht->handle);
650 idr_destroy(&tp_c->handle_idr);
692 if (idr_alloc_u32(&ht->handle_idr, NULL, &index, max, GFP_KERNEL)) {
694 if (idr_alloc_u32(&ht->handle_idr, NULL, &index, max,
793 idr_replace(&ht->handle_idr, n, n->handle);
951 err = idr_alloc_u32(&tp_c->handle_idr, ht, &handle,
962 idr_init(&ht->handle_idr);
967 idr_remove(&tp_c->handle_idr, handle);
1046 err = idr_alloc_u32(&ht->handle_idr, NULL, &handle,
1151 idr_remove(&ht->handle_idr, handle);