Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h33 typedef struct sym_quehead { struct
34 struct sym_quehead *flink; /* Forward pointer */
35 struct sym_quehead *blink; /* Backward pointer */
42 static inline struct sym_quehead *sym_que_first(struct sym_quehead *head) in sym_que_first()
47 static inline struct sym_quehead *sym_que_last(struct sym_quehead *head) in sym_que_last()
52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add()
53 struct sym_quehead * blink, in __sym_que_add()
54 struct sym_quehead * flin in __sym_que_add()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h33 typedef struct sym_quehead { struct
34 struct sym_quehead *flink; /* Forward pointer */
35 struct sym_quehead *blink; /* Backward pointer */
42 static inline struct sym_quehead *sym_que_first(struct sym_quehead *head) in sym_que_first()
47 static inline struct sym_quehead *sym_que_last(struct sym_quehead *head) in sym_que_last()
52 static inline void __sym_que_add(struct sym_quehead * new, in __sym_que_add()
53 struct sym_quehead * blink, in __sym_que_add()
54 struct sym_quehead * flin in __sym_que_add()
[all...]

Completed in 1 milliseconds