Searched refs:p_id (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
H A Didr.h163 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);
175 * @p_id: pointer to the allocated handle
179 static inline int ida_get_new(struct ida *ida, int *p_id) ida_get_new() argument
181 return ida_get_new_above(ida, 0, p_id); ida_get_new()
/linux-4.4.14/lib/
H A Didr.c921 * @p_id: pointer to the allocated handle
930 * @p_id returns a value in the range @starting_id ... %0x7fffffff.
932 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) ida_get_new_above() argument
988 *p_id = id; ida_get_new_above()
/linux-4.4.14/net/ipv4/
H A Droute.c476 atomic_t *p_id = ip_idents + hash % IP_IDENTS_SZ; ip_idents_reserve() local
484 return atomic_add_return(segs + delta, p_id) - segs; ip_idents_reserve()
/linux-4.4.14/drivers/scsi/
H A DFlashPoint.c799 static void FPT_sssyncv(u32 p_port, unsigned char p_id,
3528 static void FPT_sssyncv(u32 p_port, unsigned char p_id, FPT_sssyncv() argument
3534 index = p_id; FPT_sssyncv()

Completed in 185 milliseconds