Home
last modified time | relevance | path

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

/linux/arch/s390/kernel/
H A Dtime.c288 atomic_t *sw_ptr; in get_phys_clock() local
291 sw_ptr = &get_cpu_var(clock_sync_word); in get_phys_clock()
292 sw0 = atomic_read(sw_ptr); in get_phys_clock()
294 sw1 = atomic_read(sw_ptr); in get_phys_clock()
312 atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word); in disable_sync_clock() local
319 atomic_andnot(0x80000000, sw_ptr); in disable_sync_clock()
320 atomic_inc(sw_ptr); in disable_sync_clock()
329 atomic_t *sw_ptr = this_cpu_ptr(&clock_sync_word); in enable_sync_clock() local
330 atomic_or(0x80000000, sw_ptr); in enable_sync_clock()
338 atomic_t *sw_ptr; in check_sync_clock() local
[all …]