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 = 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() 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 …]
25 u32 fcount; member50 .fcount = ARRAY_SIZE(reg_ ## __name ## _fmask), \76 if (!reg || WARN_ON(field_id >= reg->fcount)) in reg_fmask()
206 int fcount = 0, ttl_check; in nf_osf_match() local232 fcount++; in nf_osf_match()248 if (!fcount && (info->flags & NF_OSF_LOG)) in nf_osf_match()254 if (fcount) in nf_osf_match()
925 size_t fcount = count; in pmu_options_proc_write() local961 return fcount; in pmu_options_proc_write()