Searched refs:list_item (Results 1 – 3 of 3) sorted by relevance
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | list.h | 13 struct list_item { struct 14 struct list_item *next; argument 15 struct list_item *prev; argument 19 struct list_item *head; 20 struct list_item *tail; 37 static inline void list_append(struct list *list, struct list_item *item) in list_append() 48 static inline void list_prepend(struct list *list, struct list_item *item) in list_prepend() 57 static inline void list_insert(struct list *list, struct list_item *after, struct list_item *item) in list_insert() 72 static inline void list_remove(struct list *list, struct list_item *item) in list_remove() 88 static inline struct list_item *list_pop(struct list *list) in list_pop() [all …]
|
D | waiter.c | 123 struct list_item list_item; member 147 struct list_item *safe; in waiter_destroy() 148 struct list_item *node; in waiter_destroy() 151 ticket = list_entry(node, struct waiter_ticket, list_item); in waiter_destroy() 164 struct list_item *node; in waiter_synchronize() 167 struct list_item *onode; in waiter_synchronize() 168 ticket = list_entry(node, struct waiter_ticket, list_item); in waiter_synchronize() 174 oticket = list_entry(onode, struct waiter_ticket, list_item); in waiter_synchronize() 190 struct list_item *node; in waiter_wait() 199 ticket = list_entry(node, struct waiter_ticket, list_item); in waiter_wait() [all …]
|
D | ns.c | 64 struct list_item li; 74 struct list_item qli; 292 struct list_item *li; in server_del() 386 struct list_item *tmp; in ctrl_cmd_del_client() 388 struct list_item *li; in ctrl_cmd_del_client() 449 struct list_item *li; in ctrl_cmd_new_server() 517 struct list_item *li; in ctrl_cmd_new_lookup() 553 struct list_item *tmp; in ctrl_cmd_del_lookup() 554 struct list_item *li; in ctrl_cmd_del_lookup()
|