Home
last modified time | relevance | path

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

/kernel/rcu/
Dtree_nocb.h1518 int ls = rcu_nocb_gp_stride; in rcu_organize_nocb_kthreads() local
1525 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()
/kernel/printk/
Dprintk.c443 static void latched_seq_write(struct latched_seq *ls, u64 val) in latched_seq_write() argument
445 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() argument
459 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()
/kernel/sched/
Dcore.c10768 struct cftype *cftype, u64 ls) in cpu_uclamp_ls_write_u64() argument
10772 if (ls > 1) in cpu_uclamp_ls_write_u64()
10775 tg->latency_sensitive = (unsigned int) ls; in cpu_uclamp_ls_write_u64()