Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pnp/pnpbios/
A 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()
A 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()
351 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
A Dpnpbios.h86 __u16 max_node_size; member
/linux-6.3-rc2/fs/reiserfs/
A Dfix_node.c381 int total_node_size, max_node_size, current_item_size; in get_num_ver() local
420 max_node_size = MAX_CHILD_SIZE(PATH_H_PBUFFER(tb->tb_path, h)); in get_num_ver()
432 if (i == max_node_size) in get_num_ver()
434 return (i / max_node_size + 1); in get_num_ver()
478 if (total_node_size + current_item_size <= max_node_size) { in get_num_ver()
489 if (current_item_size > max_node_size) { in get_num_ver()
493 current_item_size, max_node_size); in get_num_ver()
513 free_space = max_node_size - total_node_size - IH_SIZE; in get_num_ver()

Completed in 8 milliseconds