Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/net/netfilter/
Dxt_osf.c195 int fmatch = FMATCH_WRONG, fcount = 0; in xt_osf_match_packet() local
327 fcount++; in xt_osf_match_packet()
344 if (!fcount && (info->flags & XT_OSF_LOG)) in xt_osf_match_packet()
351 if (fcount) in xt_osf_match_packet()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_plane.h17 const uint32_t *formats, unsigned int fcount,
Dexynos_drm_plane.c224 const uint32_t *formats, unsigned int fcount, in exynos_plane_init() argument
230 &exynos_plane_funcs, formats, fcount, in exynos_plane_init()
Dexynos_mixer.c1200 unsigned int fcount; in mixer_bind() local
1204 fcount = ARRAY_SIZE(mixer_formats); in mixer_bind()
1207 fcount = ARRAY_SIZE(vp_formats); in mixer_bind()
1212 1 << ctx->pipe, type, formats, fcount, in mixer_bind()
/linux-4.4.14/kernel/
Dauditfilter.c784 u32 fcount = old->field_count; in audit_dupe_rule() local
790 entry = audit_init_entry(fcount); in audit_dupe_rule()
814 memcpy(new->fields, old->fields, sizeof(struct audit_field) * fcount); in audit_dupe_rule()
818 for (i = 0; i < fcount; i++) { in audit_dupe_rule()
/linux-4.4.14/drivers/macintosh/
Dvia-pmu.c912 size_t fcount = count; in pmu_options_proc_write() local
948 return fcount; in pmu_options_proc_write()