Home
last modified time | relevance | path

Searched refs:__sym_que_add (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() function
113 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink)
117 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink)
130 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head)
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add() function
113 #define sym_insque(new, pos) __sym_que_add(new, pos, (pos)->flink)
117 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink)
130 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head)

Completed in 1 milliseconds