Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dcputime.c713 write_seqcount_begin(&vtime->seqcount); in vtime_account_kernel()
715 write_seqcount_end(&vtime->seqcount); in vtime_account_kernel()
722 write_seqcount_begin(&vtime->seqcount); in vtime_user_enter()
725 write_seqcount_end(&vtime->seqcount); in vtime_user_enter()
732 write_seqcount_begin(&vtime->seqcount); in vtime_user_exit()
739 write_seqcount_end(&vtime->seqcount); in vtime_user_exit()
752 write_seqcount_begin(&vtime->seqcount); in vtime_guest_enter()
756 write_seqcount_end(&vtime->seqcount); in vtime_guest_enter()
764 write_seqcount_begin(&vtime->seqcount); in vtime_guest_exit()
768 write_seqcount_end(&vtime->seqcount); in vtime_guest_exit()
[all …]
/linux/include/linux/
H A Dseqlock_types.h33 typedef struct seqcount { struct
64 seqcount_t seqcount; \
89 seqcount_spinlock_t seqcount; member
H A Dsched.h381 seqcount_t seqcount; member
/linux/init/
H A Dinit_task.c182 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c239 seq = curr->seqcount; in accumulate_time()
240 curr->seqcount = seq + 1; in accumulate_time()
248 curr->seqcount = seq + 2; in accumulate_time()
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_fwif.h2016 #define ROGUE_FWIF_TIME_CORR_CURR_INDEX(seqcount) \ argument
2017 ((seqcount) % ROGUE_FWIF_TIME_CORR_ARRAY_SIZE)
/linux/fs/
H A Dnamei.c2103 if (__read_seqcount_retry(&mount_lock.seqcount, nd->m_seq)) in handle_dots()
2105 if (__read_seqcount_retry(&rename_lock.seqcount, nd->r_seq)) in handle_dots()
2537 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()
2538 nd->r_seq = __read_seqcount_begin(&rename_lock.seqcount); in path_init()
/linux/Documentation/gpu/
H A Ddrm-vm-bind-locking.rst89 'lock' a lot like a seqcount. However this allows multiple
/linux/kernel/
H A Dfork.c2077 seqcount_init(&p->vtime.seqcount); in copy_process()
/linux/drivers/infiniband/hw/hfi1/
H A Dsdma.c2311 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()