Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dif.c45 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()
79 if (fcount == NULL) in mtrr_file_del()
81 if (fcount[reg] < 1) in mtrr_file_del()
83 --fcount[reg]; in mtrr_file_del()
343 if (fcount != NULL) { in mtrr_close()
348 --fcount[i]; in mtrr_close()
[all …]
/linux-6.3-rc2/drivers/net/ipa/
A Dreg.h22 u32 fcount; member
47 .fcount = ARRAY_SIZE(reg_ ## __name ## _fmask), \
73 if (!reg || WARN_ON(field_id >= reg->fcount)) in reg_fmask()
/linux-6.3-rc2/net/netfilter/
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()
/linux-6.3-rc2/kernel/
A Dauditfilter.c821 u32 fcount = old->field_count; in audit_dupe_rule() local
827 entry = audit_init_entry(fcount); in audit_dupe_rule()
851 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount); in audit_dupe_rule()
855 for (i = 0; i < fcount; i++) { in audit_dupe_rule()
/linux-6.3-rc2/drivers/macintosh/
A Dvia-pmu.c932 size_t fcount = count; in pmu_options_proc_write() local
968 return fcount; in pmu_options_proc_write()

Completed in 15 milliseconds