Home
last modified time | relevance | path

Searched refs:ntimer (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/Documentation/scsi/scsi_transport_srp/
H A Drport_state_diagram.dot7 running_rta [ label = "running;\nreconnect\ntimer\nactive" ];
9 running [ label = "running;\nreconnect\ntimer\nstopped" ];
/linux-6.15/drivers/char/
H A Dhpet.c807 u32 i, ntimer; in hpet_alloc() local
845 ntimer = ((cap & HPET_NUM_TIM_CAP_MASK) >> HPET_NUM_TIM_CAP_SHIFT) + 1; in hpet_alloc()
847 if (hpetp->hp_ntimer != ntimer) { in hpet_alloc()