Home
last modified time | relevance | path

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

/linux/lib/
H A Dsys_info.c55 unsigned long *si_bits_global) in sys_info_write_handler() argument
67 WRITE_ONCE(*si_bits_global, si_bits); in sys_info_write_handler()
74 unsigned long *si_bits_global) in sys_info_read_handler() argument
82 si_bits = READ_ONCE(*si_bits_global); in sys_info_read_handler()