Searched refs:list_head (Results 1 – 9 of 9) sorted by relevance
| /tools/xenstored/ |
| A D | list.h | 30 struct list_head { struct 31 struct list_head *next, *prev; argument 56 struct list_head *prev, in __list_add() 57 struct list_head *next) in __list_add() 73 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 86 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 98 static inline void __list_del(struct list_head * prev, struct list_head * next) in __list_del() 132 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 144 struct list_head *head) in list_move_tail() 160 struct list_head *head) in __list_splice() [all …]
|
| A D | core.h | 61 struct list_head list; 99 struct list_head list; 122 struct list_head list; 142 struct list_head out_list; 146 struct list_head acc_list; 149 struct list_head ref_list; 155 struct list_head transaction_list; 160 struct list_head delayed; 169 struct list_head watches; 177 extern struct list_head connections;
|
| A D | transaction.c | 114 struct list_head list; 143 struct list_head list; 158 struct list_head accessed; 161 struct list_head changed_domains; 560 struct list_head *transaction_get_changed_domains(struct transaction *trans) in transaction_get_changed_domains()
|
| A D | transaction.h | 56 struct list_head *transaction_get_changed_domains(struct transaction *trans);
|
| A D | domain.h | 157 int acc_fix_domains(struct list_head *head, bool chk_quota, bool update);
|
| A D | domain.c | 163 struct list_head list; 905 int acc_fix_domains(struct list_head *head, bool chk_quota, bool update) in acc_fix_domains() 923 static struct changed_domain *acc_find_changed_domain(struct list_head *head, in acc_find_changed_domain() 937 struct list_head *head, in acc_get_changed_domain() 956 static int acc_add_changed_dom(const void *ctx, struct list_head *head, in acc_add_changed_dom() 1606 struct list_head *head; in domain_acc_add()
|
| A D | watch.c | 37 struct list_head list;
|
| /tools/tests/rangeset/ |
| A D | harness.h | 37 struct list_head rangesets;
|
| /tools/debugger/gdbsx/ |
| A D | README | 74 set $tasks = (struct list_head *)init_task->tasks 99 set $mod = (struct list_head *)modules
|
Completed in 19 milliseconds