Searched refs:p_id (Results 1 – 4 of 4) sorted by relevance
484 int p_id; in ktest_idr_case6() local486 assert(ida_alloc(&k_ida, &p_id) == 0); in ktest_idr_case6()488 assert(p_id == i); in ktest_idr_case6()510 int p_id; in ktest_idr_case6() local512 assert(ida_alloc(&k_ida, &p_id) == 0); in ktest_idr_case6()514 assert(p_id == i); in ktest_idr_case6()532 int p_id; in ktest_idr_case6() local534 assert(ida_alloc(&k_ida, &p_id) == 0); in ktest_idr_case6()536 assert(p_id == i); in ktest_idr_case6()
168 int ida_alloc(struct ida *ida_p, int *p_id);
919 int ida_alloc(struct ida *ida_p, int *p_id) in ida_alloc() argument921 BUG_ON(p_id == NULL); in ida_alloc()922 *p_id = -1; in ida_alloc()952 *p_id = idr_id * IDA_BITMAP_BITS + low_id; in ida_alloc()
302 `int ida_alloc(struct ida *ida_p, int *p_id)`313 **p_id**