Home
last modified time | relevance | path

Searched defs:list (Results 1 – 25 of 86) sorted by relevance

1234

/xen-4.10.0-shim-comet/xen/common/
A Dtasklet.c39 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 Dwait.c27 struct list_head list; member
/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dtap-ctl-list.c103 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 Ddmar.h29 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 Dlist.h34 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 Dtapdisk-message.h81 int list[TAPDISK_MESSAGE_MAX_MINORS]; member
102 tapdisk_message_list_t list; member
/xen-4.10.0-shim-comet/xen/include/xen/
A Dwait.h18 struct list_head list; member
A Dlist.h48 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 Dvirtual_region.h14 struct list_head list; member
A Dtasklet.h19 struct list_head list; member
/xen-4.10.0-shim-comet/tools/xenstore/
A Dlist.h193 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 Dxenstored_transaction.c109 struct list_head list; member
130 struct list_head list; member
142 struct list_head list; member
A Dxenstored_core.h48 struct list_head list; member
72 struct list_head list; member
A Dxenstored_watch.c38 struct list_head list; member
A Dxenstore_client.c370 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 Dconditional.c136 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 Dlibxlu_cfg.c243 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 Dlibxl_utils.c1031 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 Demulate.c86 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 Diommu.h27 struct list_head list; member
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dio-optimize.h50 struct opio_list list; member
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/
A Dchecklist.c122 WINDOW *dialog, *list; in dialog_checklist() local
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dirq.h111 struct list_head list; member
142 struct list_head list; member
/xen-4.10.0-shim-comet/tools/xl/
A Dxl_psr.c214 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 Dqconf.cc122 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

Completed in 36 milliseconds

1234