Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Didr.h163 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id);
179 static inline int ida_get_new(struct ida *ida, int *p_id) in ida_get_new() argument
181 return ida_get_new_above(ida, 0, p_id); in ida_get_new()
/linux-4.4.14/lib/
Didr.c932 int ida_get_new_above(struct ida *ida, int starting_id, int *p_id) in ida_get_new_above() argument
988 *p_id = id; in ida_get_new_above()
/linux-4.4.14/net/ipv4/
Droute.c476 atomic_t *p_id = ip_idents + hash % IP_IDENTS_SZ; in ip_idents_reserve() local
484 return atomic_add_return(segs + delta, p_id) - segs; in ip_idents_reserve()
/linux-4.4.14/drivers/scsi/
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, in FPT_sssyncv() argument
3534 index = p_id; in FPT_sssyncv()