Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kernel/cpu/mtrr/
Dif.c41 unsigned int *fcount = FILE_FCOUNT(file); in mtrr_file_add() local
45 if (fcount == NULL) { in mtrr_file_add()
46 fcount = kzalloc(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 …]
/linux-2.6.39/net/netfilter/
Dxt_osf.c203 int fmatch = FMATCH_WRONG, fcount = 0; in xt_osf_match_packet() local
332 fcount++; in xt_osf_match_packet()
350 if (!fcount && (info->flags & XT_OSF_LOG)) in xt_osf_match_packet()
356 if (fcount) in xt_osf_match_packet()
/linux-2.6.39/kernel/
Dauditfilter.c752 u32 fcount = old->field_count; in audit_dupe_rule() local
758 entry = audit_init_entry(fcount); in audit_dupe_rule()
782 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount); in audit_dupe_rule()
786 for (i = 0; i < fcount; i++) { in audit_dupe_rule()
/linux-2.6.39/drivers/macintosh/
Dvia-pmu.c907 size_t fcount = count; in pmu_options_proc_write() local
943 return fcount; in pmu_options_proc_write()