Searched refs:max_node_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/pnp/pnpbios/ |
D | proc.c | 128 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()
|
D | core.c | 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() 351 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
|
D | pnpbios.h | 86 __u16 max_node_size; member
|
/Linux-v6.6/fs/reiserfs/ |
D | fix_node.c | 381 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()
|