hrt               739 drivers/ata/pata_octeon_cf.c static enum hrtimer_restart octeon_cf_delayed_finish(struct hrtimer *hrt)
hrt               741 drivers/ata/pata_octeon_cf.c 	struct octeon_cf_port *cf_port = container_of(hrt,
hrt               764 drivers/ata/pata_octeon_cf.c 		hrtimer_forward_now(hrt,
hrt               184 drivers/pci/hotplug/cpqphp.h 	SIG0 =			offsetof(struct hrt, sig0),
hrt               185 drivers/pci/hotplug/cpqphp.h 	SIG1 =			offsetof(struct hrt, sig1),
hrt               186 drivers/pci/hotplug/cpqphp.h 	SIG2 =			offsetof(struct hrt, sig2),
hrt               187 drivers/pci/hotplug/cpqphp.h 	SIG3 =			offsetof(struct hrt, sig3),
hrt               188 drivers/pci/hotplug/cpqphp.h 	UNUSED_IRQ =		offsetof(struct hrt, unused_IRQ),
hrt               189 drivers/pci/hotplug/cpqphp.h 	PCIIRQ =		offsetof(struct hrt, PCIIRQ),
hrt               190 drivers/pci/hotplug/cpqphp.h 	NUMBER_OF_ENTRIES =	offsetof(struct hrt, number_of_entries),
hrt               191 drivers/pci/hotplug/cpqphp.h 	REVISION =		offsetof(struct hrt, revision),
hrt               192 drivers/pci/hotplug/cpqphp.h 	HRT_RESERVED1 =		offsetof(struct hrt, reserved1),
hrt               193 drivers/pci/hotplug/cpqphp.h 	HRT_RESERVED2 =		offsetof(struct hrt, reserved2),
hrt                46 drivers/pci/hotplug/cpqphp_pci.c 	endp = (end - sizeof(struct hrt) + 1);
hrt              1233 drivers/pci/hotplug/cpqphp_pci.c 	one_slot = rom_resource_table + sizeof(struct hrt);
hrt               995 drivers/scsi/dpt_i2o.c 	pHba->hrt = NULL;
hrt              1071 drivers/scsi/dpt_i2o.c 	if(pHba->hrt) {
hrt              1073 drivers/scsi/dpt_i2o.c 			pHba->hrt->num_entries * pHba->hrt->entry_len << 2,
hrt              1074 drivers/scsi/dpt_i2o.c 			pHba->hrt, pHba->hrt_pa);
hrt              3255 drivers/scsi/dpt_i2o.c 		if (pHba->hrt == NULL) {
hrt              3256 drivers/scsi/dpt_i2o.c 			pHba->hrt = dma_alloc_coherent(&pHba->pDev->dev,
hrt              3258 drivers/scsi/dpt_i2o.c 			if (pHba->hrt == NULL) {
hrt              3276 drivers/scsi/dpt_i2o.c 		if (pHba->hrt->num_entries * pHba->hrt->entry_len << 2 > size) {
hrt              3277 drivers/scsi/dpt_i2o.c 			int newsize = pHba->hrt->num_entries * pHba->hrt->entry_len << 2;
hrt              3279 drivers/scsi/dpt_i2o.c 				pHba->hrt, pHba->hrt_pa);
hrt              3281 drivers/scsi/dpt_i2o.c 			pHba->hrt = NULL;
hrt              3283 drivers/scsi/dpt_i2o.c 	} while(pHba->hrt == NULL);
hrt               235 drivers/scsi/dpti.h 	i2o_hrt* hrt;
hrt               273 drivers/scsi/scsi_debug.c 	struct hrtimer hrt;
hrt              3785 drivers/scsi/scsi_debug.c 						  hrt);
hrt              3915 drivers/scsi/scsi_debug.c 		hrtimer_cancel(&sd_dp->hrt);
hrt              4363 drivers/scsi/scsi_debug.c 			hrtimer_init(&sd_dp->hrt, CLOCK_MONOTONIC,
hrt              4365 drivers/scsi/scsi_debug.c 			sd_dp->hrt.function = sdebug_q_cmd_hrt_complete;
hrt              4372 drivers/scsi/scsi_debug.c 		hrtimer_start(&sd_dp->hrt, kt, HRTIMER_MODE_REL_PINNED);
hrt              1434 drivers/tty/serial/8250/8250_port.c static void start_hrtimer_ms(struct hrtimer *hrt, unsigned long msec)
hrt              1440 drivers/tty/serial/8250/8250_port.c 	hrtimer_start(hrt, t, HRTIMER_MODE_REL);
hrt              1263 drivers/tty/serial/sh-sci.c static void start_hrtimer_us(struct hrtimer *hrt, unsigned long usec)
hrt              1269 drivers/tty/serial/sh-sci.c 	hrtimer_start(hrt, t, HRTIMER_MODE_REL);
hrt               975 drivers/tty/serial/sirfsoc_uart.c 		hrtimer_start(&sirfport->hrt,
hrt              1031 drivers/tty/serial/sirfsoc_uart.c 		hrtimer_cancel(&sirfport->hrt);
hrt              1168 drivers/tty/serial/sirfsoc_uart.c 	sirfsoc_uart_rx_dma_hrtimer_callback(struct hrtimer *hrt)
hrt              1180 drivers/tty/serial/sirfsoc_uart.c 	sirfport = container_of(hrt, struct sirfsoc_uart_port, hrt);
hrt              1251 drivers/tty/serial/sirfsoc_uart.c 	hrtimer_forward_now(hrt, ns_to_ktime(sirfport->rx_period_time));
hrt              1411 drivers/tty/serial/sirfsoc_uart.c 		hrtimer_init(&sirfport->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
hrt              1412 drivers/tty/serial/sirfsoc_uart.c 		sirfport->hrt.function = sirfsoc_uart_rx_dma_hrtimer_callback;
hrt               431 drivers/tty/serial/sirfsoc_uart.h 	struct hrtimer			hrt;
hrt               159 kernel/time/sched_clock.c static enum hrtimer_restart sched_clock_poll(struct hrtimer *hrt)
hrt               162 kernel/time/sched_clock.c 	hrtimer_forward_now(hrt, cd.wrap_kt);
hrt               373 net/can/bcm.c  static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt)
hrt               384 net/can/bcm.c  	hrtimer_set_expires(hrt, ktime_add(ktime_get(), ival));
hrt                26 sound/core/hrtimer.c 	struct hrtimer hrt;
hrt                30 sound/core/hrtimer.c static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt)
hrt                32 sound/core/hrtimer.c 	struct snd_hrtimer *stime = container_of(hrt, struct snd_hrtimer, hrt);
hrt                46 sound/core/hrtimer.c 	delta = ktime_sub(hrt->base->get_time(), hrtimer_get_expires(hrt));
hrt                54 sound/core/hrtimer.c 		hrtimer_add_expires_ns(hrt, t->sticks * resolution);
hrt                71 sound/core/hrtimer.c 	hrtimer_init(&stime->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
hrt                73 sound/core/hrtimer.c 	stime->hrt.function = snd_hrtimer_callback;
hrt                88 sound/core/hrtimer.c 		hrtimer_cancel(&stime->hrt);
hrt               101 sound/core/hrtimer.c 	hrtimer_start(&stime->hrt, ns_to_ktime(t->sticks * resolution),
hrt               112 sound/core/hrtimer.c 	hrtimer_try_to_cancel(&stime->hrt);
hrt                37 sound/soc/fsl/imx-pcm-fiq.c 	struct hrtimer hrt;
hrt                44 sound/soc/fsl/imx-pcm-fiq.c static enum hrtimer_restart snd_hrtimer_callback(struct hrtimer *hrt)
hrt                47 sound/soc/fsl/imx-pcm-fiq.c 		container_of(hrt, struct imx_pcm_runtime_data, hrt);
hrt                63 sound/soc/fsl/imx-pcm-fiq.c 	hrtimer_forward_now(hrt, ns_to_ktime(iprtd->poll_time_ns));
hrt               120 sound/soc/fsl/imx-pcm-fiq.c 		hrtimer_start(&iprtd->hrt, ns_to_ktime(iprtd->poll_time_ns),
hrt               183 sound/soc/fsl/imx-pcm-fiq.c 	hrtimer_init(&iprtd->hrt, CLOCK_MONOTONIC, HRTIMER_MODE_REL);
hrt               184 sound/soc/fsl/imx-pcm-fiq.c 	iprtd->hrt.function = snd_hrtimer_callback;
hrt               202 sound/soc/fsl/imx-pcm-fiq.c 	hrtimer_cancel(&iprtd->hrt);
hrt                80 virt/kvm/arm/arch_timer.c static void soft_timer_start(struct hrtimer *hrt, u64 ns)
hrt                82 virt/kvm/arm/arch_timer.c 	hrtimer_start(hrt, ktime_add_ns(ktime_get(), ns),
hrt                86 virt/kvm/arm/arch_timer.c static void soft_timer_cancel(struct hrtimer *hrt)
hrt                88 virt/kvm/arm/arch_timer.c 	hrtimer_cancel(hrt);
hrt               175 virt/kvm/arm/arch_timer.c static enum hrtimer_restart kvm_bg_timer_expire(struct hrtimer *hrt)
hrt               181 virt/kvm/arm/arch_timer.c 	timer = container_of(hrt, struct arch_timer_cpu, bg_timer);
hrt               191 virt/kvm/arm/arch_timer.c 		hrtimer_forward_now(hrt, ns_to_ktime(ns));
hrt               199 virt/kvm/arm/arch_timer.c static enum hrtimer_restart kvm_hrtimer_expire(struct hrtimer *hrt)
hrt               205 virt/kvm/arm/arch_timer.c 	ctx = container_of(hrt, struct arch_timer_context, hrtimer);
hrt               217 virt/kvm/arm/arch_timer.c 		hrtimer_forward_now(hrt, ns_to_ktime(ns));