Home
last modified time | relevance | path

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

1234

/xen/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
183 static void migrate_tasklets_from_cpu(unsigned int cpu, struct list_head *list) in migrate_tasklets_from_cpu()
A Dlist_sort.c121 struct list_head *list; in list_sort() local
A Dwait.c28 struct list_head list; member
A Drcupdate.c300 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 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/xen/include/xen/
A Dlist.h45 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 Dwait.h18 struct list_head list; member
A Dvirtual_region.h14 struct list_head list; member
A Dtasklet.h19 struct list_head list; member
A Dhypfs.h17 struct list_head list; member
/xen/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.c114 struct list_head list; member
138 struct list_head list; member
150 struct list_head list; member
A Dxenstored_core.h46 struct list_head list; member
70 struct list_head list; member
A Dxenstore_client.c401 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 Dxenstored_watch.c38 struct list_head list; member
/xen/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/tools/libxl/
A Dlibxlu_cfg.c243 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 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()
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 Dlibxl_psr.c418 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 Dlibxlu_internal.h47 XLU_ConfigList list; member
/xen/xen/tools/kconfig/lxdialog/
A Dchecklist.c109 WINDOW *dialog, *list; in dialog_checklist() local
/xen/xen/include/asm-x86/hvm/
A Dirq.h111 struct list_head list; member
144 struct list_head list; member
/xen/tools/xl/
A Dxl_psr.c214 libxl_dominfo *list; in psr_cmt_show() local
397 libxl_dominfo *list; in psr_print_domain_val() local
/xen/xen/include/asm-x86/
A Diommu.h28 struct list_head list; member
/xen/xen/drivers/acpi/apei/
A Dapei-io.c45 struct list_head list; member

Completed in 36 milliseconds

1234