Searched refs:table_size (Results 1 – 3 of 3) sorted by relevance
| /fs/proc/ |
| A D | proc_sysctl.c | 194 struct ctl_node *node, const struct ctl_table *table, size_t table_size) in init_header() argument 197 head->ctl_table_size = table_size; in init_header() 1372 const char *path, const struct ctl_table *table, size_t table_size) in __register_sysctl_table() argument 1380 sizeof(struct ctl_node)*table_size, GFP_KERNEL_ACCOUNT); in __register_sysctl_table() 1385 init_header(header, root, set, node, table, table_size); in __register_sysctl_table() 1434 size_t table_size) in register_sysctl_sz() argument 1437 path, table, table_size); in register_sysctl_sz() 1463 const char *table_name, size_t table_size) in __register_sysctl_init() argument 1465 struct ctl_table_header *hdr = register_sysctl_sz(path, table, table_size); in __register_sysctl_init()
|
| /fs/orangefs/ |
| A D | devorangefs-req.c | 43 static int hash_func(__u64 tag, int table_size) in hash_func() argument 45 return do_div(tag, (unsigned int)table_size); in hash_func()
|
| /fs/ntfs3/ |
| A D | index.c | 725 int table_size = 8; in hdr_find_e() local 753 if (max_idx < table_size) in hdr_find_e() 771 table_size = min(table_size * 2, (int)ARRAY_SIZE(offs)); in hdr_find_e()
|
Completed in 12 milliseconds