Searched refs:ls (Results 1 – 3 of 3) sorted by relevance
1518 int ls = rcu_nocb_gp_stride; in rcu_organize_nocb_kthreads() local1525 if (ls == -1) { in rcu_organize_nocb_kthreads()1526 ls = nr_cpu_ids / int_sqrt(nr_cpu_ids); in rcu_organize_nocb_kthreads()1527 rcu_nocb_gp_stride = ls; in rcu_organize_nocb_kthreads()1540 nl = DIV_ROUND_UP(rdp->cpu + 1, ls) * ls; in rcu_organize_nocb_kthreads()
443 static void latched_seq_write(struct latched_seq *ls, u64 val) in latched_seq_write() argument445 raw_write_seqcount_latch(&ls->latch); in latched_seq_write()446 ls->val[0] = val; in latched_seq_write()447 raw_write_seqcount_latch(&ls->latch); in latched_seq_write()448 ls->val[1] = val; in latched_seq_write()452 static u64 latched_seq_read_nolock(struct latched_seq *ls) in latched_seq_read_nolock() argument459 seq = raw_read_seqcount_latch(&ls->latch); in latched_seq_read_nolock()461 val = ls->val[idx]; in latched_seq_read_nolock()462 } while (read_seqcount_latch_retry(&ls->latch, seq)); in latched_seq_read_nolock()
10768 struct cftype *cftype, u64 ls) in cpu_uclamp_ls_write_u64() argument10772 if (ls > 1) in cpu_uclamp_ls_write_u64()10775 tg->latency_sensitive = (unsigned int) ls; in cpu_uclamp_ls_write_u64()