Searched refs:seqcount (Results 1 – 12 of 12) sorted by relevance
107 * @seqcount: The real sequence counter127 seqcount_init(&____s->seqcount); \149 return &s->seqcount; \155 return &s->seqcount; \161 unsigned seq = smp_load_acquire(&s->seqcount.sequence); \174 seq = smp_load_acquire(&s->seqcount.sequence); \240 .seqcount = SEQCNT_ZERO(seq_name.seqcount), \ in SEQCOUNT_LOCKNAME() 488 * only if the seqcount write serialization lock is associated, and512 * the seqcount writ610 seqcount_t seqcount; global() member [all...]
33 typedef struct seqcount { struct 64 seqcount_t seqcount; \89 seqcount_spinlock_t seqcount; member 38 dep_mapseqcount global() argument
386 seqcount_t seqcount; member
143 seq = read_seqcount_begin(&pid_list->seqcount); in trace_pid_list_is_set()151 } while (read_seqcount_retry(&pid_list->seqcount, seq)); in trace_pid_list_is_set()184 write_seqcount_begin(&pid_list->seqcount); in trace_pid_list_set()206 write_seqcount_end(&pid_list->seqcount); in trace_pid_list_set()238 write_seqcount_begin(&pid_list->seqcount); in trace_pid_list_clear()259 write_seqcount_end(&pid_list->seqcount); in trace_pid_list_clear()350 write_seqcount_begin(&pid_list->seqcount); in pid_list_refill_irq()353 write_seqcount_end(&pid_list->seqcount); in pid_list_refill_irq()382 write_seqcount_begin(&pid_list->seqcount); in pid_list_refill_irq()393 write_seqcount_end(&pid_list->seqcount); in pid_list_refill_irq()[all …]
79 seqcount_raw_spinlock_t seqcount; member
239 seq = curr->seqcount; in accumulate_time()240 curr->seqcount = seq + 1; in accumulate_time()248 curr->seqcount = seq + 2; in accumulate_time()
2888 count = acc->seqcount; in debugfs_timings_read()2893 if (count == acc->seqcount) { in debugfs_timings_read()
2016 #define ROGUE_FWIF_TIME_CORR_CURR_INDEX(seqcount) \ argument2017 ((seqcount) % ROGUE_FWIF_TIME_CORR_ARRAY_SIZE)
2253 if (__read_seqcount_retry(&mount_lock.seqcount, nd->m_seq)) in handle_dots()2255 if (__read_seqcount_retry(&rename_lock.seqcount, nd->r_seq)) in handle_dots()2687 nd->m_seq = __read_seqcount_begin(&mount_lock.seqcount); in path_init()2688 nd->r_seq = __read_seqcount_begin(&rename_lock.seqcount); in path_init()
89 'lock' a lot like a seqcount. However this allows multiple
2123 seqcount_init(&p->vtime.seqcount); in copy_process()
2311 (const seqcount_t *)&sde->head_lock.seqcount); in sdma_check_progress()