| /Linux-v4.19/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-v4.19/arch/x86/lib/ |
| D | csum-copy_64.S | 72 clc 146 clc 175 clc
|
| /Linux-v4.19/arch/x86/kernel/ |
| D | hpet.c | 1181 uint64_t clc; in hpet_rtc_timer_init() local 1183 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_rtc_timer_init() 1184 clc >>= hpet_clockevent.shift + DEFAULT_RTC_SHIFT; in hpet_rtc_timer_init() 1185 hpet_default_delta = clc; in hpet_rtc_timer_init() 1270 uint64_t clc; in hpet_set_periodic_freq() local 1278 clc = (uint64_t) hpet_clockevent.mult * NSEC_PER_SEC; in hpet_set_periodic_freq() 1279 do_div(clc, freq); in hpet_set_periodic_freq() 1280 clc >>= hpet_clockevent.shift; in hpet_set_periodic_freq() 1281 hpet_pie_delta = clc; in hpet_set_periodic_freq()
|
| /Linux-v4.19/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 123 writel(lsw + clc, timers.tmr_regs + KONA_GPTIMER_STCM0_OFFSET); in kona_timer_set_next_event()
|
| /Linux-v4.19/net/smc/ |
| D | af_smc.c | 383 struct smc_clc_msg_accept_confirm *clc) in smcr_conn_save_peer_info() argument 385 int bufsize = smc_uncompress_bufsize(clc->rmbe_size); in smcr_conn_save_peer_info() 387 smc->conn.peer_rmbe_idx = clc->rmbe_idx; in smcr_conn_save_peer_info() 388 smc->conn.local_tx_ctrl.token = ntohl(clc->rmbe_alert_token); in smcr_conn_save_peer_info() 395 struct smc_clc_msg_accept_confirm *clc) in smcd_conn_save_peer_info() argument 397 int bufsize = smc_uncompress_bufsize(clc->dmbe_size); in smcd_conn_save_peer_info() 399 smc->conn.peer_rmbe_idx = clc->dmbe_idx; in smcd_conn_save_peer_info() 400 smc->conn.peer_token = clc->token; in smcd_conn_save_peer_info() 408 struct smc_clc_msg_accept_confirm *clc) in smc_conn_save_peer_info() argument 411 smcd_conn_save_peer_info(smc, clc); in smc_conn_save_peer_info() [all …]
|
| D | smc_clc.c | 42 struct smc_clc_msg_accept_confirm *clc; in smc_clc_msg_hdr_valid() local 71 clc = (struct smc_clc_msg_accept_confirm *)clcm; in smc_clc_msg_hdr_valid() 73 ntohs(clc->hdr.length) != SMCR_CLC_ACCEPT_CONFIRM_LEN) || in smc_clc_msg_hdr_valid() 75 ntohs(clc->hdr.length) != SMCD_CLC_ACCEPT_CONFIRM_LEN)) in smc_clc_msg_hdr_valid() 78 ((u8 *)clc + ntohs(clc->hdr.length) - sizeof(*trl)); in smc_clc_msg_hdr_valid()
|
| D | smc_core.h | 254 struct smc_clc_msg_accept_confirm *clc);
|
| D | smc_core.c | 998 struct smc_clc_msg_accept_confirm *clc) in smc_rmb_rtoken_handling() argument 1000 conn->rtoken_idx = smc_rtoken_add(conn->lgr, clc->rmb_dma_addr, in smc_rmb_rtoken_handling() 1001 clc->rmb_rkey); in smc_rmb_rtoken_handling()
|
| /Linux-v4.19/arch/s390/boot/ |
| D | head.S | 180 clc 0(3,%r4),.L_hdr # if it is HDRx 182 clc 0(3,%r4),.L_eof # if it is EOFx 220 clc 0(3,%r2),.L_hdr # skip HDRx and EOFx 222 clc 0(3,%r2),.L_eof
|
| /Linux-v4.19/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 | 212 struct Qdisc_class_common *clc; in qfq_find_class() local 214 clc = qdisc_class_find(&q->clhash, classid); in qfq_find_class() 215 if (clc == NULL) in qfq_find_class() 217 return container_of(clc, struct qfq_class, common); in qfq_find_class()
|
| D | sch_hfsc.c | 877 struct Qdisc_class_common *clc; in hfsc_find_class() local 879 clc = qdisc_class_find(&q->clhash, classid); in hfsc_find_class() 880 if (clc == NULL) in hfsc_find_class() 882 return container_of(clc, struct hfsc_class, cl_common); in hfsc_find_class()
|
| D | sch_htb.c | 186 struct Qdisc_class_common *clc; in htb_find() local 188 clc = qdisc_class_find(&q->clhash, handle); in htb_find() 189 if (clc == NULL) in htb_find() 191 return container_of(clc, struct htb_class, common); in htb_find()
|
| D | sch_cbq.c | 173 struct Qdisc_class_common *clc; in cbq_class_lookup() local 175 clc = qdisc_class_find(&q->clhash, classid); in cbq_class_lookup() 176 if (clc == NULL) in cbq_class_lookup() 178 return container_of(clc, struct cbq_class, common); in cbq_class_lookup()
|
| /Linux-v4.19/arch/x86/math-emu/ |
| D | div_Xsig.S | 115 clc
|
| D | reg_u_div.S | 399 clc
|
| /Linux-v4.19/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
|
| /Linux-v4.19/arch/s390/kernel/ |
| D | entry.S | 1122 clc 0(8,%r14),__LC_ASYNC_ENTER_TIMER 1125 0: clc 0(8,%r14),__LC_EXIT_TIMER 1128 1: clc 0(8,%r14),__LC_LAST_UPDATE_TIMER
|
| /Linux-v4.19/arch/s390/tools/ |
| D | opcodes.txt | 686 d5 clc SS_L0RDRD
|