/xen/xen/common/ |
A D | tasklet.c | 39 struct list_head *list = &per_cpu(softirq_tasklet_list, cpu); in tasklet_enqueue() local 78 static void do_tasklet_work(unsigned int cpu, struct list_head *list) in do_tasklet_work() 111 struct list_head *list = &per_cpu(tasklet_list, cpu); in do_tasklet() local 141 struct list_head *list = &per_cpu(softirq_tasklet_list, cpu); in tasklet_softirq_action() local 183 static void migrate_tasklets_from_cpu(unsigned int cpu, struct list_head *list) in migrate_tasklets_from_cpu()
|
A D | list_sort.c | 121 struct list_head *list; in list_sort() local
|
A D | wait.c | 28 struct list_head list; member
|
A D | rcupdate.c | 300 struct rcu_head *next, *list; in rcu_do_batch() local 598 static void rcu_move_batch(struct rcu_data *this_rdp, struct rcu_head *list, in rcu_move_batch()
|
/xen/xen/drivers/passthrough/vtd/ |
A D | dmar.h | 29 struct list_head list; member 42 struct list_head list; member 62 struct list_head list; member 73 struct list_head list; member 82 struct list_head list; member 88 struct list_head list; member
|
/xen/xen/include/xen/ |
A D | list.h | 45 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 51 static inline bool list_head_is_null(const struct list_head *list) in list_head_is_null() 273 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 284 static inline void list_move_tail(struct list_head *list, in list_move_tail() 296 static inline int list_is_last(const struct list_head *list, in list_is_last() 339 static inline void __list_splice(struct list_head *list, in __list_splice() 358 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 371 static inline void list_splice_init(struct list_head *list, in list_splice_init()
|
A D | wait.h | 18 struct list_head list; member
|
A D | virtual_region.h | 14 struct list_head list; member
|
A D | tasklet.h | 19 struct list_head list; member
|
A D | hypfs.h | 17 struct list_head list; member
|
/xen/tools/xenstore/ |
A D | list.h | 193 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 204 static inline void list_move_tail(struct list_head *list, in list_move_tail() 220 static inline void __list_splice(struct list_head *list, in __list_splice() 239 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 252 static inline void list_splice_init(struct list_head *list, in list_splice_init()
|
A D | xenstored_transaction.c | 114 struct list_head list; member 138 struct list_head list; member 150 struct list_head list; member
|
A D | xenstored_core.h | 46 struct list_head list; member 70 struct list_head list; member
|
A D | xenstore_client.c | 401 char ** list = xs_directory(xsh, xth, p, &num); in perform() local 436 char **list = xs_directory(xsh, xth, argv[optind], &num); in perform() local
|
A D | xenstored_watch.c | 38 struct list_head list; member
|
/xen/xen/xsm/flask/ss/ |
A D | conditional.c | 136 static void cond_av_list_destroy(struct cond_av_list *list) in cond_av_list_destroy() 161 static void cond_list_destroy(struct cond_node *list) in cond_list_destroy() 276 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local
|
/xen/tools/libxl/ |
A D | libxlu_cfg.c | 243 XLU_ConfigValue *xlu_cfg_get_listitem2(const XLU_ConfigList *list, in xlu_cfg_get_listitem2() 365 XLU_ConfigList *list; in xlu_cfg_get_list_as_string_list() local 385 const char *xlu_cfg_get_listitem(const XLU_ConfigList *list, int entry) { in xlu_cfg_get_listitem() 448 XLU_ConfigValue *list, in xlu__cfg_list_append()
|
A D | libxl_utils.c | 1031 void libxl_cputopology_list_free(libxl_cputopology *list, int nr) in libxl_cputopology_list_free() 1039 void libxl_pcitopology_list_free(libxl_pcitopology *list, int nr) in libxl_pcitopology_list_free() 1047 void libxl_numainfo_list_free(libxl_numainfo *list, int nr) in libxl_numainfo_list_free() 1055 void libxl_vcpuinfo_list_free(libxl_vcpuinfo *list, int nr) in libxl_vcpuinfo_list_free() 1181 void libxl_dominfo_list_free(libxl_dominfo *list, int nr) in libxl_dominfo_list_free() 1189 void libxl_vminfo_list_free(libxl_vminfo *list, int nr) in libxl_vminfo_list_free() 1197 void libxl_cpupoolinfo_list_free(libxl_cpupoolinfo *list, int nr) in libxl_cpupoolinfo_list_free()
|
A D | libxl_psr.c | 418 void libxl_psr_cat_info_list_free(libxl_psr_cat_info *list, int nr) in libxl_psr_cat_info_list_free() 547 void libxl_psr_hw_info_list_free(libxl_psr_hw_info *list, unsigned int nr) in libxl_psr_hw_info_list_free()
|
A D | libxlu_internal.h | 47 XLU_ConfigList list; member
|
/xen/xen/tools/kconfig/lxdialog/ |
A D | checklist.c | 109 WINDOW *dialog, *list; in dialog_checklist() local
|
/xen/xen/include/asm-x86/hvm/ |
A D | irq.h | 111 struct list_head list; member 144 struct list_head list; member
|
/xen/tools/xl/ |
A D | xl_psr.c | 214 libxl_dominfo *list; in psr_cmt_show() local 397 libxl_dominfo *list; in psr_print_domain_val() local
|
/xen/xen/include/asm-x86/ |
A D | iommu.h | 28 struct list_head list; member
|
/xen/xen/drivers/acpi/apei/ |
A D | apei-io.c | 45 struct list_head list; member
|