Searched refs:fcount (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dif.c41 unsigned int *fcount = FILE_FCOUNT(file); local
45 if (fcount == NULL) {
46 fcount = kcalloc(max, sizeof(*fcount), GFP_KERNEL);
47 if (!fcount)
49 FILE_FCOUNT(file) = fcount;
59 ++fcount[reg];
67 unsigned int *fcount = FILE_FCOUNT(file); local
79 if (fcount == NULL)
81 if (fcount[re
340 unsigned int *fcount = FILE_FCOUNT(file); local
[all...]
/linux-master/drivers/net/ipa/
H A Dreg.h16 * @fcount: Number of entries in the @fmask array
23 u32 fcount; member in struct:reg
48 .fcount = ARRAY_SIZE(reg_ ## __name ## _fmask), \
74 if (!reg || WARN_ON(field_id >= reg->fcount))
/linux-master/net/netfilter/
H A Dnfnetlink_osf.c206 int fcount = 0, ttl_check; local
232 fcount++;
248 if (!fcount && (info->flags & NF_OSF_LOG))
254 if (fcount)
/linux-master/kernel/
H A Dauditfilter.c822 u32 fcount = old->field_count; local
828 entry = audit_init_entry(fcount);
852 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount);
856 for (i = 0; i < fcount; i++) {
/linux-master/drivers/macintosh/
H A Dvia-pmu.c925 size_t fcount = count; local
961 return fcount;

Completed in 152 milliseconds