Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/pnp/pnpbios/
Dcore.c210 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_get_resources()
233 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_set_resources()
285 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_disable_resources()
365 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in build_devlist()
Dproc.c179 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnp_devices_proc_show()
225 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_show()
252 node = kzalloc(node_info.max_node_size, GFP_KERNEL); in pnpbios_proc_write()
Dpnpbios.h99 __u16 max_node_size; member
/linux-4.4.14/fs/reiserfs/
Dfix_node.c382 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()