Home
last modified time | relevance | path

Searched refs:nvram_open_cnt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/char/
H A Dnvram.c58 static int nvram_open_cnt; /* #times opened */ variable
355 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) || in nvram_misc_open()
374 nvram_open_cnt++; in nvram_misc_open()
385 nvram_open_cnt--; in nvram_misc_release()
/kernel/linux/linux-6.6/drivers/char/
H A Dnvram.c58 static int nvram_open_cnt; /* #times opened */ variable
355 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) || in nvram_misc_open()
374 nvram_open_cnt++; in nvram_misc_open()
385 nvram_open_cnt--; in nvram_misc_release()

Completed in 3 milliseconds