Symbol: start_timer
arch/mips/cavium-octeon/oct_ilm.c
122
start_timer(TIMER_NUM, li.io_interval);
arch/mips/cavium-octeon/oct_ilm.c
152
start_timer(TIMER_NUM, li.io_interval);
drivers/atm/idt77105.c
100
if (!start_timer) mod_timer(&stats_timer,jiffies+IDT77105_STATS_TIMER_PERIOD);
drivers/atm/idt77105.c
138
if (!start_timer) mod_timer(&restart_timer,jiffies+IDT77105_RESTART_TIMER_PERIOD);
drivers/atm/idt77105.c
307
if (start_timer) {
drivers/atm/idt77105.c
308
start_timer = 0;
drivers/atm/idt77105.c
55
static int start_timer = 1;
drivers/clocksource/timer-cs5535.c
85
start_timer(cs5535_event_clock, MFGPT_PERIODIC);
drivers/clocksource/timer-cs5535.c
91
start_timer(cs5535_event_clock, delta);
drivers/crypto/intel/qat/qat_420xx/adf_420xx_hw_data.c
468
hw_data->start_timer = adf_timer_start;
drivers/crypto/intel/qat/qat_4xxx/adf_4xxx_hw_data.c
459
hw_data->start_timer = adf_timer_start;
drivers/crypto/intel/qat/qat_6xxx/adf_6xxx_hw_data.c
928
hw_data->start_timer = adf_timer_start;
drivers/crypto/intel/qat/qat_common/adf_accel_devices.h
291
int (*start_timer)(struct adf_accel_dev *accel_dev);
drivers/crypto/intel/qat/qat_common/adf_init.c
215
if (hw_data->start_timer) {
drivers/crypto/intel/qat/qat_common/adf_init.c
216
ret = hw_data->start_timer(accel_dev);
drivers/md/dm-delay.c
111
if (!start_timer) {
drivers/md/dm-delay.c
112
start_timer = true;
drivers/md/dm-delay.c
124
if (start_timer)
drivers/md/dm-delay.c
92
bool start_timer = false;
drivers/media/dvb-frontends/drx39xyj/drxj.c
1900
u32 start_timer = 0;
drivers/media/dvb-frontends/drx39xyj/drxj.c
1916
start_timer = jiffies_to_msecs(jiffies);
drivers/media/dvb-frontends/drx39xyj/drxj.c
1928
delta_timer = current_timer - start_timer;
drivers/media/dvb-frontends/drx39xyj/drxj.c
1942
start_timer = jiffies_to_msecs(jiffies);
drivers/media/dvb-frontends/drx39xyj/drxj.c
1953
delta_timer = current_timer - start_timer;
drivers/media/dvb-frontends/drx39xyj/drxj.c
2013
u32 start_timer = 0;
drivers/media/dvb-frontends/drx39xyj/drxj.c
2021
start_timer = jiffies_to_msecs(jiffies);
drivers/media/dvb-frontends/drx39xyj/drxj.c
2032
delta_timer = current_timer - start_timer;
drivers/scsi/isci/port_config.c
485
bool start_timer)
drivers/scsi/isci/port_config.c
565
(start_timer == false)
drivers/scsi/qla2xxx/qla_def.h
732
unsigned int start_timer:1;
drivers/scsi/qla2xxx/qla_iocb.c
2633
sp->start_timer = 1;
drivers/scsi/qla2xxx/qla_iocb.c
4029
if (sp->start_timer) {
net/sctp/outqueue.c
1013
&start_timer, ctx->gfp);
net/sctp/outqueue.c
1017
if (start_timer) {
net/sctp/outqueue.c
599
int rtx_timeout, int *start_timer, gfp_t gfp)
net/sctp/outqueue.c
749
*start_timer = timer;
net/sctp/outqueue.c
994
int error, start_timer = 0;
tools/testing/selftests/bpf/prog_tests/timer_start_deadlock.c
20
prog_fd = bpf_program__fd(skel->progs.start_timer);
tools/testing/selftests/bpf/prog_tests/timer_start_delete_race.c
54
fd = bpf_program__fd(ctx->skel->progs.start_timer);
tools/testing/selftests/bpf/progs/free_timer.c
68
int BPF_PROG(start_timer)
tools/testing/selftests/bpf/progs/timer_start_deadlock.c
51
int start_timer(void *ctx)
tools/testing/selftests/bpf/progs/timer_start_delete_race.c
34
int start_timer(void *ctx)