Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/kernel/
H A Dtime.c307 atomic_t *sw_ptr; in get_phys_clock() local
310 sw_ptr = &get_cpu_var(clock_sync_word); in get_phys_clock()
311 sw0 = atomic_read(sw_ptr); in get_phys_clock()
313 sw1 = atomic_read(sw_ptr); in get_phys_clock()
331 atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word); in disable_sync_clock() local
338 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
339 atomic_inc(sw_ptr); in disable_sync_clock()
349 atomic_or(0x80000000, sw_ptr); in enable_sync_clock()
357 atomic_t *sw_ptr; in check_sync_clock() local
360 sw_ptr = &get_cpu_var(clock_sync_word); in check_sync_clock()
[all …]