Searched refs:idr_get_empty_slot (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/lib/ |
D | idr.c | 289 static int idr_get_empty_slot(struct idr *idp, int starting_id, in idr_get_empty_slot() function 465 id = idr_get_empty_slot(idr, start, pa, gfp_mask, NULL); in idr_alloc() 943 t = idr_get_empty_slot(&ida->idr, idr_id, pa, 0, &ida->idr); in ida_get_new_above()
|