Searched refs:frame_list (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/xen/balloon/ |
H A D | balloon.c | 57 static xen_pfn_t frame_list[PAGE_SIZE / sizeof(xen_pfn_t)]; variable 161 if (nr_pages > nitems(frame_list)) in increase_reservation() 162 nr_pages = nitems(frame_list); in increase_reservation() 167 frame_list[i] = (VM_PAGE_TO_PHYS(page) >> PAGE_SHIFT); in increase_reservation() 170 set_xen_guest_handle(reservation.extent_start, frame_list); in increase_reservation() 222 if (nr_pages > nitems(frame_list)) in decrease_reservation() 223 nr_pages = nitems(frame_list); in decrease_reservation() 238 frame_list[i] = (VM_PAGE_TO_PHYS(page) >> PAGE_SHIFT); in decrease_reservation() 244 set_xen_guest_handle(reservation.extent_start, frame_list); in decrease_reservation()
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | time-sync.c | 12 skb_queue_head_init(&data->frame_list); in iwl_mvm_init_time_sync() 42 while ((skb = skb_dequeue(&mvm->time_sync.frame_list))) { in iwl_mvm_time_sync_find_skb() 170 skb_queue_purge(&mvm->time_sync.frame_list); in iwl_mvm_time_sync_config()
|
H A D | time-sync.h | 24 skb_queue_tail(&mvm->time_sync.frame_list, skb); in iwl_mvm_time_sync_frame()
|
H A D | mvm.h | 953 struct sk_buff_head frame_list; 839 struct sk_buff_head frame_list; global() member
|
/freebsd/sys/contrib/xen/ |
H A D | grant_table.h | 395 XEN_GUEST_HANDLE(ulong) frame_list; 397 XEN_GUEST_HANDLE(xen_pfn_t) frame_list; 551 XEN_GUEST_HANDLE(uint64_t) frame_list;
|
H A D | memory.h | 688 XEN_GUEST_HANDLE(xen_pfn_t) frame_list;
|
/freebsd/sys/amd64/include/xen/ |
H A D | hypercall.h | 185 unsigned long *frame_list, unsigned int entries) in HYPERVISOR_set_gdt() argument 187 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
|
/freebsd/sys/i386/include/xen/ |
H A D | hypercall.h | 164 unsigned long *frame_list, int entries) in HYPERVISOR_set_gdt() argument 166 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
|
/freebsd/sys/dev/xen/privcmd/ |
H A D | privcmd.c | 433 set_xen_guest_handle(adq.frame_list, gpfns); in privcmd_ioctl()
|