Home
last modified time | relevance | path

Searched refs:fcount (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c41 unsigned int *fcount = FILE_FCOUNT(file); in mtrr_file_add() local
45 if (fcount == NULL) { in mtrr_file_add()
46 fcount = kcalloc(max, sizeof(*fcount), GFP_KERNEL); in mtrr_file_add()
47 if (!fcount) in mtrr_file_add()
49 FILE_FCOUNT(file) = fcount; in mtrr_file_add()
59 ++fcount[reg]; in mtrr_file_add()
67 unsigned int *fcount = FILE_FCOUNT(file); in mtrr_file_del() local
79 if (fcount == NULL) in mtrr_file_del()
81 if (fcount[reg] < 1) in mtrr_file_del()
83 --fcount[reg]; in mtrr_file_del()
[all …]
/openbmc/linux/drivers/net/ipa/
H A Dreg.h23 u32 fcount; member
48 .fcount = ARRAY_SIZE(reg_ ## __name ## _fmask), \
74 if (!reg || WARN_ON(field_id >= reg->fcount)) in reg_fmask()
/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c206 int fcount = 0, ttl_check; in nf_osf_match() local
232 fcount++; in nf_osf_match()
248 if (!fcount && (info->flags & NF_OSF_LOG)) in nf_osf_match()
254 if (fcount) in nf_osf_match()
/openbmc/linux/kernel/
H A Dauditfilter.c823 u32 fcount = old->field_count; in audit_dupe_rule() local
829 entry = audit_init_entry(fcount); in audit_dupe_rule()
853 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount); in audit_dupe_rule()
857 for (i = 0; i < fcount; i++) { in audit_dupe_rule()
/openbmc/linux/drivers/macintosh/
H A Dvia-pmu.c925 size_t fcount = count; in pmu_options_proc_write() local
961 return fcount; in pmu_options_proc_write()
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h6389 unsigned fcount = 0;
6421 ++fcount;
6433 return static_cast<long double>(i) + static_cast<long double>(f)/std::pow(10.L, fcount);