Searched defs:hnd (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/xen/ |
D | interface.h | 53 #define set_xen_guest_handle(hnd, val) \ argument 60 #define set_xen_guest_handle(hnd, val) do { (hnd).p = val; } while (0) argument 64 #define set_xen_guest_handle(hnd, val) \ argument 71 #define set_xen_guest_handle(hnd, val) do { (hnd) = val; } while (0) argument
|
/linux-4.4.14/arch/arm/include/asm/xen/ |
D | interface.h | 23 #define set_xen_guest_handle(hnd, val) \ argument
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.h | 95 arp_failure_handler_func hnd) in set_arp_failure_handler()
|
/linux-4.4.14/drivers/acpi/ |
D | pci_root.c | 319 acpi_handle hnd = node->handle; in acpi_get_pci_dev() local
|
/linux-4.4.14/drivers/net/can/usb/ |
D | esd_usb2.c | 142 u32 hnd; /* opaque handle, not used by device */ member 152 u32 hnd; /* opaque handle, not used by device */ member
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 367 struct hlist_node *hnd) in cfs_hash_dh_hnode_del() 424 struct hlist_node *hnd) in cfs_hash_dd_hnode_del()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 2201 struct sge_fl *fl, rspq_handler_t hnd) in t4vf_sge_alloc_rxq()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | sge.c | 2452 struct sge_fl *fl, rspq_handler_t hnd, int cong) in t4_sge_alloc_rxq()
|
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 3017 struct hlist_node *hnd = NULL; in t_hash_next() local
|