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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/pnpbios/
H A Dproc.c180 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
227 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
254 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
H A Dcore.c205 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
228 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
280 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
354 node = kzalloc(node_info.max_node_size, GFP_KERNEL);
H A Dpnpbios.h99 __u16 max_node_size; member in struct:pnp_dev_node_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfix_node.c376 int total_node_size, max_node_size, current_item_size; local
398 max_node_size = MAX_CHILD_SIZE(PATH_H_PBUFFER(tb->tb_path, h));
408 if (i == max_node_size)
410 return (i / max_node_size + 1);
416 cur_free = max_node_size;
450 if (total_node_size + current_item_size <= max_node_size) {
457 if (current_item_size > max_node_size) {
463 current_item_size, max_node_size);
480 free_space = max_node_size - total_node_size - IH_SIZE;

Completed in 59 milliseconds