/xen-4.10.0-shim-comet/tools/include/xen-external/ |
A D | bsd-sys-queue.h | 118 #define QMD_TRACE_HEAD(head) do { \ argument 134 #define QMD_TRACE_HEAD(head) argument 148 #define SLIST_HEAD_INITIALIZER(head) \ argument 178 #define SLIST_INIT(head) do { \ argument 266 #define STAILQ_INIT(head) do { \ argument 345 #define LIST_HEAD_INITIALIZER(head) \ argument 378 #define QMD_LIST_CHECK_HEAD(head, field) argument 397 #define LIST_INIT(head) do { \ argument 499 #define QMD_TAILQ_CHECK_HEAD(head, field) argument 540 #define TAILQ_INIT(head) do { \ argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | list.h | 151 struct list_head *head) in list_add_tail_rcu() 283 struct list_head *head) in list_move_tail() 295 const struct list_head *head) in list_is_last() 304 static inline int list_empty(const struct list_head *head) in list_empty() 313 static inline int list_is_singular(const struct list_head *head) in list_is_singular() 338 struct list_head *head) in __list_splice() 370 struct list_head *head) in list_splice_init() 466 #define __list_for_each(pos, head) \ argument 531 #define list_prepare_entry(pos, head, member) \ argument 636 #define __list_for_each_rcu(pos, head) \ argument [all …]
|
A D | mm.h | 297 page_list_empty(const struct page_list_head *head) in page_list_empty() 302 page_list_first(const struct page_list_head *head) in page_list_first() 307 page_list_last(const struct page_list_head *head) in page_list_last() 313 const struct page_list_head *head) in page_list_next() 319 const struct page_list_head *head) in page_list_prev() 407 page_list_remove_head(struct page_list_head *head) in page_list_remove_head() 452 #define page_list_for_each(pos, head) \ argument 454 #define page_list_for_each_safe(pos, tmp, head) \ argument 480 page_list_last(const struct page_list_head *head) in page_list_last() 486 const struct page_list_head *head) in page_list_next() [all …]
|
A D | event_fifo.h | 13 uint32_t *head; /* points into control block */ member
|
A D | notifier.h | 32 struct notifier_block head; member
|
A D | rcupdate.h | 53 #define RCU_HEAD(head) struct rcu_head head = RCU_HEAD_INIT argument
|
A D | kimage.h | 27 kimage_entry_t head; member
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | list.h | 45 #define list_top(head, type, member) \ argument 205 struct list_head *head) in list_move_tail() 215 static inline int list_empty(struct list_head *head) in list_empty() 221 struct list_head *head) in __list_splice() 253 struct list_head *head) in list_splice_init() 275 #define list_for_each(pos, head) \ argument 283 #define list_for_each_prev(pos, head) \ argument 292 #define list_for_each_safe(pos, n, head) \ argument 302 #define list_for_each_entry(pos, head, member) \ argument 458 #define hlist_for_each(pos, head) \ argument [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/include/ |
A D | list.h | 50 static inline void list_add(struct list_head *new, struct list_head *head) in list_add() 55 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() 79 static inline int list_empty(const struct list_head *head) in list_empty() 85 const struct list_head *head) in list_is_last() 105 struct list_head *head) in list_splice() 114 #define list_for_each_entry(pos, head, member) \ argument 119 #define list_for_each_entry_safe(pos, n, head, member) \ argument
|
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/ |
A D | backtrace.c | 33 dump_hypervisor_backtrace(struct vcpu *vcpu, const struct frame_head *head, in dump_hypervisor_backtrace() 56 dump_guest_backtrace(struct vcpu *vcpu, const struct frame_head *head, in dump_guest_backtrace() 132 static int valid_hypervisor_stack(const struct frame_head *head, in valid_hypervisor_stack() 143 static int valid_hypervisor_stack(const struct frame_head *head, in valid_hypervisor_stack() 153 const struct frame_head *head = (void *)regs->rbp; in xenoprof_backtrace() local
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | list.h | 48 #define list_for_each_entry(pos, head, member) \ argument 60 #define list_for_each_entry_safe(pos, n, head, member) \ argument 70 static inline int list_empty(const struct list_head *head) in list_empty() 99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
|
A D | menu.c | 547 struct list_head *head) in get_prompt_str() 619 struct list_head *head) in get_symbol_str() 670 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | vpt.c | 197 struct list_head *head = &v->arch.hvm_vcpu.tm_list; in pt_save_timer() local 216 struct list_head *head = &v->arch.hvm_vcpu.tm_list; in pt_restore_timer() local 252 struct list_head *head = &v->arch.hvm_vcpu.tm_list; in pt_update_irq() local 332 struct list_head *head = &v->arch.hvm_vcpu.tm_list; in is_pt_irq() local 406 struct list_head *head = &v->arch.hvm_vcpu.tm_list; in pt_migrate() local
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | io-optimize.h | 37 struct opio *head; member 48 struct opio *head; member
|
A D | tapdisk-control.c | 223 struct list_head *head; in tapdisk_control_list_minors() local 253 struct list_head *head; in tapdisk_control_list() local
|
A D | tapdisk-queue.h | 52 struct tiocb *head; member
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ |
A D | avc.c | 247 struct hlist_head *head; in avc_get_hash_stats() local 312 struct hlist_head *head; in avc_reclaim_node() local 377 struct hlist_head *head; in avc_search_node() local 481 struct hlist_head *head; in avc_insert() local 622 struct hlist_head *head; in avc_update_node() local 682 struct hlist_head *head; in avc_ss_reset() local
|
/xen-4.10.0-shim-comet/xen/xsm/flask/ss/ |
A D | mls.c | 32 int i, l, len, head, prev; in mls_compute_context_len() local 92 int i, l, head, prev; in mls_sid_to_context() local
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | percpu.c | 36 static void _free_percpu_area(struct rcu_head *head) in _free_percpu_area()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | percpu.c | 48 static void _free_percpu_area(struct rcu_head *head) in _free_percpu_area()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | rcupdate.c | 144 struct rcu_head head; member 148 static void rcu_barrier_callback(struct rcu_head *head) in rcu_barrier_callback() 219 void call_rcu(struct rcu_head *head, in call_rcu()
|
A D | xenoprof.c | 485 int head, tail; in xenoprof_buf_space() local 497 int head, tail, size; in xenoprof_add_sample() local
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_json.c | 29 libxl__json_object *head; member
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mem_sharing.c | 73 static void _free_pg_shared_info(struct rcu_head *head) in _free_pg_shared_info() 226 struct list_head *pos, *tmp, *head = bucket + i; in rmap_hash_table_to_list() local 267 struct list_head *head; in rmap_add() local 289 struct list_head *le, *head; in rmap_retrieve() local 339 struct list_head *head = (RMAP_USES_HASHTAB(page)) ? in rmap_iterate() local
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/amd/ |
A D | iommu_guest.c | 179 unsigned long mfn, tail, head; in guest_iommu_add_ppr_log() local 228 unsigned long mfn, tail, head; in guest_iommu_add_event_log() local 471 unsigned long opcode, tail, head, entries_per_page, cmd_mfn; in guest_iommu_process_command() local
|