/linux-4.1.27/kernel/time/ |
D | clockevents.c | 39 u64 clc = (u64) latch << evt->shift; in cev_delta2ns() local 52 if ((clc >> evt->shift) != (u64)latch) in cev_delta2ns() 53 clc = ~0ULL; in cev_delta2ns() 74 if ((~0ULL - clc > rnd) && in cev_delta2ns() 76 clc += rnd; in cev_delta2ns() 78 do_div(clc, evt->mult); in cev_delta2ns() 81 return clc > 1000 ? clc : 1000; in cev_delta2ns() 243 unsigned long long clc; in clockevents_program_min_delta() local 255 clc = ((unsigned long long) delta * dev->mult) >> dev->shift; in clockevents_program_min_delta() 256 if (dev->set_next_event((unsigned long) clc, dev) == 0) in clockevents_program_min_delta() [all …]
|
/linux-4.1.27/drivers/clk/ |
D | clk-mb86s7x.c | 265 struct cl_clk *clc = to_clc_clk(hw); in mhu_cluster_rate() local 271 cmd.cluster_id = clc->cluster; in mhu_cluster_rate() 333 struct cl_clk *clc; in mb86s7x_clclk_register() local 335 clc = kzalloc(sizeof(*clc), GFP_KERNEL); in mb86s7x_clclk_register() 336 if (!clc) in mb86s7x_clclk_register() 339 clc->hw.init = &init; in mb86s7x_clclk_register() 340 clc->cluster = topology_physical_package_id(cpu_dev->id); in mb86s7x_clclk_register() 347 return devm_clk_register(cpu_dev, &clc->hw); in mb86s7x_clclk_register()
|
/linux-4.1.27/arch/x86/lib/ |
D | csum-copy_64.S | 80 clc 154 clc 183 clc
|
/linux-4.1.27/arch/x86/kernel/ |
D | hpet.c | 1069 uint64_t clc; in hpet_rtc_timer_init() local 1071 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_rtc_timer_init() 1072 clc >>= hpet_clockevent.shift + DEFAULT_RTC_SHIFT; in hpet_rtc_timer_init() 1073 hpet_default_delta = clc; in hpet_rtc_timer_init() 1159 uint64_t clc; in hpet_set_periodic_freq() local 1167 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_set_periodic_freq() 1168 do_div(clc, freq); in hpet_set_periodic_freq() 1169 clc >>= hpet_clockevent.shift; in hpet_set_periodic_freq() 1170 hpet_pie_delta = clc; in hpet_set_periodic_freq()
|
/linux-4.1.27/drivers/clocksource/ |
D | bcm_kona_timer.c | 101 static int kona_timer_set_next_event(unsigned long clc, in kona_timer_set_next_event() argument 120 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
|
/linux-4.1.27/arch/s390/kernel/ |
D | head.S | 184 clc 0(3,%r4),.L_hdr # if it is HDRx 186 clc 0(3,%r4),.L_eof # if it is EOFx 224 clc 0(3,%r2),.L_hdr # skip HDRx and EOFx 226 clc 0(3,%r2),.L_eof
|
D | reipl.S | 98 clc __LC_IO_INT_PARM(4),.Liplorb-.Lpg0(%r13)
|
D | entry.S | 710 clc 0(8,%r14),__LC_ASYNC_ENTER_TIMER 713 0: clc 0(8,%r14),__LC_EXIT_TIMER 716 1: clc 0(8,%r14),__LC_LAST_UPDATE_TIMER
|
/linux-4.1.27/net/sched/ |
D | sch_drr.c | 45 struct Qdisc_class_common *clc; in drr_find_class() local 47 clc = qdisc_class_find(&q->clhash, classid); in drr_find_class() 48 if (clc == NULL) in drr_find_class() 50 return container_of(clc, struct drr_class, common); in drr_find_class()
|
D | sch_qfq.c | 213 struct Qdisc_class_common *clc; in qfq_find_class() local 215 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class() 216 if (clc == NULL) in qfq_find_class() 218 return container_of(clc, struct qfq_class, common); in qfq_find_class()
|
D | sch_htb.c | 184 struct Qdisc_class_common *clc; in htb_find() local 186 clc = qdisc_class_find(&q->clhash, handle); in htb_find() 187 if (clc == NULL) in htb_find() 189 return container_of(clc, struct htb_class, common); in htb_find()
|
D | sch_hfsc.c | 923 struct Qdisc_class_common *clc; in hfsc_find_class() local 925 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class() 926 if (clc == NULL) in hfsc_find_class() 928 return container_of(clc, struct hfsc_class, cl_common); in hfsc_find_class()
|
D | sch_cbq.c | 180 struct Qdisc_class_common *clc; in cbq_class_lookup() local 182 clc = qdisc_class_find(&q->clhash, classid); in cbq_class_lookup() 183 if (clc == NULL) in cbq_class_lookup() 185 return container_of(clc, struct cbq_class, common); in cbq_class_lookup()
|
/linux-4.1.27/arch/x86/math-emu/ |
D | div_Xsig.S | 114 clc
|
D | reg_u_div.S | 398 clc
|
/linux-4.1.27/Documentation/powerpc/ |
D | hvcs.txt | 391 adapter. The first vty partner corresponds to the first clc item, the 392 second vty partner to the second clc item, etc. 395 "current_vty" prints the clc of the currently selected partner vty when 398 The current_vty can be changed by writing a valid partner clc to the entry
|