Searched refs:max_node_size (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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 | 211 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_get_resources() 234 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_set_resources() 286 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_disable_resources() 366 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
|
D | pnpbios.h | 99 __u16 max_node_size; member
|
/Linux-v4.19/fs/reiserfs/ |
D | fix_node.c | 382 int total_node_size, max_node_size, current_item_size; in get_num_ver() local 421 max_node_size = MAX_CHILD_SIZE(PATH_H_PBUFFER(tb->tb_path, h)); in get_num_ver() 433 if (i == max_node_size) in get_num_ver() 435 return (i / max_node_size + 1); in get_num_ver() 441 cur_free = max_node_size; in get_num_ver() 480 if (total_node_size + current_item_size <= max_node_size) { in get_num_ver() 491 if (current_item_size > max_node_size) { in get_num_ver() 495 current_item_size, max_node_size); in get_num_ver() 515 free_space = max_node_size - total_node_size - IH_SIZE; in get_num_ver()
|