Searched refs:fcount (Results 1 – 4 of 4) sorted by relevance
41 unsigned int *fcount = FILE_FCOUNT(file); in mtrr_file_add() local45 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() local79 if (fcount == NULL) in mtrr_file_del()81 if (fcount[reg] < 1) in mtrr_file_del()83 --fcount[reg]; in mtrr_file_del()[all …]
203 int fmatch = FMATCH_WRONG, fcount = 0; in xt_osf_match_packet() local332 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()
752 u32 fcount = old->field_count; in audit_dupe_rule() local758 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()
907 size_t fcount = count; in pmu_options_proc_write() local943 return fcount; in pmu_options_proc_write()