Searched refs:ida_alloc (Results 1 – 4 of 4) sorted by relevance
168 int ida_alloc(struct ida *ida_p, int *p_id);
486 assert(ida_alloc(&k_ida, &p_id) == 0); in ktest_idr_case6()512 assert(ida_alloc(&k_ida, &p_id) == 0); in ktest_idr_case6()534 assert(ida_alloc(&k_ida, &p_id) == 0); in ktest_idr_case6()
301 ### ida_alloc subsection302 `int ida_alloc(struct ida *ida_p, int *p_id)`
919 int ida_alloc(struct ida *ida_p, int *p_id) in ida_alloc() function