Searched refs:store_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/Documentation/vm/
H A Dslabinfo.c218 static int store_size(char *buffer, unsigned long value) function
360 store_size(b, s->numa[node]);
369 store_size(b, s->numa_partial[node]);
542 store_size(size_str, slab_size(s));
901 store_size(b1, total_size);store_size(b2, total_waste);
902 store_size(b3, total_waste * 100 / total_used);
905 store_size(b1, total_objects);store_size(b2, total_partobj);
906 store_size(b
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-sysfs.c436 static ssize_t store_size(struct device *dev, struct device_attribute *attr, function
517 __ATTR(size, S_IRUGO | S_IWUSR, show_size, store_size),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dposix_acls.c152 static char *create_pai_buf(canon_ace *file_ace_list, canon_ace *dir_ace_list, BOOL pai_protected, size_t *store_size) argument
170 *store_size = PAI_ENTRIES_BASE + ((num_entries + num_def_entries)*PAI_ENTRY_LENGTH);
172 pai_buf = (char *)SMB_MALLOC(*store_size);
219 size_t store_size; local
239 pai_buf = create_pai_buf(file_ace_list, dir_ace_list, pai_protected, &store_size);
243 pai_buf, store_size, 0);
246 pai_buf, store_size, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c2569 unsigned long store_size)
2577 if ((scsi_debug_num_parts < 1) || (store_size < 1048576))
2568 sdebug_build_parts(unsigned char *ramp, unsigned long store_size) argument

Completed in 96 milliseconds