/xen-4.10.0-shim-comet/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 178 static void migrate_tasklets_from_cpu(unsigned int cpu, struct list_head *list) in migrate_tasklets_from_cpu()
|
A D | wait.c | 27 struct list_head list; member
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | tap-ctl-list.c | 103 tap_ctl_free_list(tap_list_t **list) in tap_ctl_free_list() 116 tap_list_t **list, *entry; in tap_ctl_alloc_list() local 149 tap_ctl_list_length(const tap_list_t **list) in tap_ctl_list_length() 231 struct list_head list; member 322 struct list_head list; in _tap_ctl_list_tapdisk() local 403 tap_list_t **list, **_entry; in _tap_list_join3() local 474 tap_ctl_list(tap_list_t ***list) in tap_ctl_list() 511 tap_list_t **list, **_entry; in tap_ctl_find() local
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/blktap2/include/ |
A D | list.h | 34 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 84 static inline int list_is_last(const struct list_head *list, in list_is_last() 90 static inline void __list_splice(const struct list_head *list, in __list_splice() 104 static inline void list_splice(const struct list_head *list, in list_splice()
|
A D | tapdisk-message.h | 81 int list[TAPDISK_MESSAGE_MAX_MINORS]; member 102 tapdisk_message_list_t list; member
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | wait.h | 18 struct list_head list; member
|
A D | list.h | 48 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 271 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 282 static inline void list_move_tail(struct list_head *list, in list_move_tail() 294 static inline int list_is_last(const struct list_head *list, in list_is_last() 337 static inline void __list_splice(struct list_head *list, in __list_splice() 356 static inline void list_splice(struct list_head *list, struct list_head *head) in list_splice() 369 static inline void list_splice_init(struct list_head *list, in list_splice_init()
|
A D | virtual_region.h | 14 struct list_head list; member
|
A D | tasklet.h | 19 struct list_head list; member
|
/xen-4.10.0-shim-comet/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 | 109 struct list_head list; member 130 struct list_head list; member 142 struct list_head list; member
|
A D | xenstored_core.h | 48 struct list_head list; member 72 struct list_head list; member
|
A D | xenstored_watch.c | 38 struct list_head list; member
|
A D | xenstore_client.c | 370 char ** list = xs_directory(xsh, xth, p, &num); in perform() local 405 char **list = xs_directory(xsh, xth, argv[optind], &num); in perform() local
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/libxl/ |
A D | libxlu_cfg.c | 243 XLU_ConfigValue *xlu_cfg_get_listitem2(const XLU_ConfigList *list, in xlu_cfg_get_listitem2() 335 XLU_ConfigList *list; in xlu_cfg_get_list_as_string_list() local 355 const char *xlu_cfg_get_listitem(const XLU_ConfigList *list, int entry) { in xlu_cfg_get_listitem() 418 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() 1167 void libxl_dominfo_list_free(libxl_dominfo *list, int nr) in libxl_dominfo_list_free() 1175 void libxl_vminfo_list_free(libxl_vminfo *list, int nr) in libxl_vminfo_list_free() 1183 void libxl_cpupoolinfo_list_free(libxl_cpupoolinfo *list, int nr) in libxl_cpupoolinfo_list_free()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | emulate.c | 86 const enum instruction_index *list, unsigned int list_count) in __get_instruction_length_from_list()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | iommu.h | 27 struct list_head list; member
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | io-optimize.h | 50 struct opio_list list; member
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | checklist.c | 122 WINDOW *dialog, *list; in dialog_checklist() local
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/ |
A D | irq.h | 111 struct list_head list; member 142 struct list_head list; member
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_psr.c | 214 libxl_dominfo *list; in psr_cmt_show() local 378 libxl_dominfo *list; in psr_cat_print_domain_cbm() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | qconf.cc | 122 ConfigList* list; in updateMenu() local 255 ConfigList* list = listView(); in paintCell() local 272 ConfigList* list = listView(); in init() local 1523 ConfigList* list = NULL; in setMenuLink() local
|