Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_nocb.h1250 int ls = rcu_nocb_gp_stride; in rcu_organize_nocb_kthreads() local
1258 if (ls == -1) { in rcu_organize_nocb_kthreads()
1259 ls = nr_cpu_ids / int_sqrt(nr_cpu_ids); in rcu_organize_nocb_kthreads()
1260 rcu_nocb_gp_stride = ls; in rcu_organize_nocb_kthreads()
1273 nl = DIV_ROUND_UP(rdp->cpu + 1, ls) * ls; in rcu_organize_nocb_kthreads()
/kernel/printk/
Dprintk.c444 static void latched_seq_write(struct latched_seq *ls, u64 val) in latched_seq_write() argument
446 raw_write_seqcount_latch(&ls->latch); in latched_seq_write()
447 ls->val[0] = val; in latched_seq_write()
448 raw_write_seqcount_latch(&ls->latch); in latched_seq_write()
449 ls->val[1] = val; in latched_seq_write()
453 static u64 latched_seq_read_nolock(struct latched_seq *ls) in latched_seq_read_nolock() argument
460 seq = raw_read_seqcount_latch(&ls->latch); in latched_seq_read_nolock()
462 val = ls->val[idx]; in latched_seq_read_nolock()
463 } while (read_seqcount_latch_retry(&ls->latch, seq)); in latched_seq_read_nolock()
/kernel/sched/
Dcore.c10449 struct cftype *cftype, u64 ls) in cpu_uclamp_ls_write_u64() argument
10453 if (ls > 1) in cpu_uclamp_ls_write_u64()
10456 tg->latency_sensitive = (unsigned int) ls; in cpu_uclamp_ls_write_u64()