Home
last modified time | relevance | path

Searched refs:max_node_size (Results 1 – 3 of 3) sorted by relevance

/drivers/pnp/pnpbios/
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()
Dcore.c198 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()
Dpnpbios.h86 __u16 max_node_size; member