Home
last modified time | relevance | path

Searched refs:node_info (Results 1 – 5 of 5) sorted by relevance

/drivers/pnp/pnpbios/
Dcore.c73 struct pnp_dev_node_info node_info; variable
198 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_get_resources()
221 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_set_resources()
273 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_disable_resources()
353 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
533 ret = pnp_bios_dev_node_info(&node_info); in pnpbios_init()
Dproc.c128 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnp_devices_proc_show()
161 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_show()
188 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_write()
Dpnpbios.h115 extern struct pnp_dev_node_info node_info;
/drivers/misc/mic/scif/
Dscif_nm.c216 DECLARE_COMPLETION_ONSTACK(node_info); in scif_get_node_info()
221 msg.payload[3] = (u64)&node_info; in scif_get_node_info()
227 wait_for_completion(&node_info); in scif_get_node_info()
Dscif_nodeqp.c997 struct completion *node_info = in scif_get_node_info_resp() local
1003 complete_all(node_info); in scif_get_node_info_resp()