Home
last modified time | relevance | path

Searched refs:ilist (Results 1 – 2 of 2) sorted by relevance

/drivers/md/
Ddm-cache-policy-smq.c111 struct ilist { struct
116 static void l_init(struct ilist *l) in l_init() argument
122 static struct entry *l_head(struct entry_space *es, struct ilist *l) in l_head()
127 static struct entry *l_tail(struct entry_space *es, struct ilist *l) in l_tail()
142 static bool l_empty(struct ilist *l) in l_empty()
147 static void l_add_head(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_head()
163 static void l_add_tail(struct entry_space *es, struct ilist *l, struct entry *e) in l_add_tail()
179 static void l_add_before(struct entry_space *es, struct ilist *l, in l_add_before()
197 static void l_del(struct entry_space *es, struct ilist *l, struct entry *e) in l_del()
216 static struct entry *l_pop_head(struct entry_space *es, struct ilist *l) in l_pop_head()
[all …]
/drivers/scsi/ibmvscsi_tgt/
Dlibsrp.h100 struct list_head ilist; member