Home
last modified time | relevance | path

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

/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()
341 if (fcount != NULL) { in mtrr_close()
346 --fcount[i]; in mtrr_close()
[all …]

Completed in 6 milliseconds