Lines Matching defs:handle_idr
76 struct idr handle_idr;
90 struct idr handle_idr;
310 int id = idr_alloc_cyclic(&tp_c->handle_idr, ptr, 1, 0x7FF, GFP_KERNEL);
366 idr_init(&root_ht->handle_idr);
376 idr_init(&tp_c->handle_idr);
466 idr_remove(&ht->handle_idr, key->handle);
588 idr_remove(&ht->handle_idr, n->handle);
614 idr_destroy(&ht->handle_idr);
615 idr_remove(&tp_c->handle_idr, ht->handle);
652 idr_destroy(&tp_c->handle_idr);
694 if (idr_alloc_u32(&ht->handle_idr, NULL, &index, max, GFP_KERNEL)) {
696 if (idr_alloc_u32(&ht->handle_idr, NULL, &index, max,
807 idr_replace(&ht->handle_idr, n, n->handle);
976 err = idr_alloc_u32(&tp_c->handle_idr, ht, &handle,
987 idr_init(&ht->handle_idr);
992 idr_remove(&tp_c->handle_idr, handle);
1071 err = idr_alloc_u32(&ht->handle_idr, NULL, &handle,
1185 idr_remove(&ht->handle_idr, handle);