Home
last modified time | relevance | path

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

/linux-6.6.21/arch/s390/kernel/
Dtime.c309 atomic_t *sw_ptr; in get_phys_clock() local
312 sw_ptr = &get_cpu_var(clock_sync_word); in get_phys_clock()
313 sw0 = atomic_read(sw_ptr); in get_phys_clock()
315 sw1 = atomic_read(sw_ptr); in get_phys_clock()
333 atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word); in disable_sync_clock() local
340 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
341 atomic_inc(sw_ptr); in disable_sync_clock()
350 atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word); in enable_sync_clock() local
351 atomic_or(0x80000000, sw_ptr); in enable_sync_clock()
359 atomic_t *sw_ptr; in check_sync_clock() local
[all …]