Searched refs:seqcount (Results 1 – 10 of 10) sorted by relevance
713 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 …]
33 typedef struct seqcount { struct64 seqcount_t seqcount; \89 seqcount_spinlock_t seqcount; member
381 seqcount_t seqcount; member
182 .vtime.seqcount = SEQCNT_ZERO(init_task.vtime_seqcount),
239 seq = curr->seqcount; in accumulate_time()240 curr->seqcount = seq + 1; in accumulate_time()248 curr->seqcount = seq + 2; in accumulate_time()
2016 #define ROGUE_FWIF_TIME_CORR_CURR_INDEX(seqcount) \ argument2017 ((seqcount) % ROGUE_FWIF_TIME_CORR_ARRAY_SIZE)
2103 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()
89 'lock' a lot like a seqcount. However this allows multiple
2077 seqcount_init(&p->vtime.seqcount); in copy_process()
2311 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()