Searched refs:num_items (Results 26 - 29 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dextent-tree.c3438 static u64 calc_trans_metadata_size(struct btrfs_root *root, int num_items) argument
3441 3 * num_items;
3446 int num_items, int *retries)
3451 if (num_items == 0 || root->fs_info->chunk_root == root)
3454 num_bytes = calc_trans_metadata_size(root, num_items);
3444 btrfs_trans_reserve_metadata(struct btrfs_trans_handle *trans, struct btrfs_root *root, int num_items, int *retries) argument
H A Dctree.h2082 int num_items, int *retries);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_lib.c1037 return(ctx->sessions->num_items);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c11904 -num_items: estimated size of hash table
11910 hash_vtab(struct hsearch_data *tab,struct variable *vblock,int num_items) argument
11918 if (!num_items) return -1;
11920 if (!hcreate_r(num_items,tab))
11926 for (count=0; count < num_items; count++)
12106 int num_items = sizeof(cgi_vars)/sizeof(cgi_vars[0]); local
12285 for ( count = 0; ( count < num_items && !(ret_code) ); count++){

Completed in 119 milliseconds

12