Searched refs:HZ (Results 201 - 225 of 2618) sorted by relevance

1234567891011>>

/linux-master/include/linux/raid/
H A Dpq.h180 #undef HZ macro
181 #define HZ 1000 macro
/linux-master/arch/loongarch/kernel/
H A Dtime.c68 period = const_clock_freq / HZ;
108 do_div(lpj, HZ);
/linux-master/drivers/hwmon/
H A Dnzxt-kraken2.c50 if (time_after(jiffies, priv->updated + STATUS_VALIDITY * HZ))
150 priv->updated = jiffies - STATUS_VALIDITY * HZ;
/linux-master/arch/mips/kernel/
H A Dmips-mt-fpaff.c213 (FPUSEFACTOR * (loops_per_jiffy/(500000/HZ))) / HZ;
/linux-master/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dsdio_mac.c81 mt76s_txqs_empty(&dev->mt76), 5 * HZ);
106 mt76s_txqs_empty(&dev->mt76), 5 * HZ);
/linux-master/drivers/parisc/
H A Dpower.c97 schedule_timeout_interruptible(pwrsw_enabled ? HZ : HZ/POWERSWITCH_POLL_PER_SEC);
/linux-master/kernel/time/
H A Dtick-internal.h204 * larger can result in overflows. TICK_NSEC grows as HZ
206 * HZ=100.
208 #if HZ < 34
210 #elif HZ < 67
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_internal.h88 #define ATOMISP_ISP_TIMEOUT_DURATION (2 * HZ)
89 #define ATOMISP_EXT_ISP_TIMEOUT_DURATION (6 * HZ)
/linux-master/drivers/net/fddi/skfp/h/
H A Dtargetos.h73 #define TICKS_PER_SECOND HZ
/linux-master/drivers/scsi/cxlflash/
H A Dmain.h37 #define CXLFLASH_PCI_ERROR_RECOVERY_TIMEOUT (120 * HZ)
/linux-master/arch/arm/lib/
H A Ddelay.c83 lpj_fine = timer->freq / HZ;
/linux-master/include/net/bluetooth/
H A Drfcomm.h29 #define RFCOMM_CONN_TIMEOUT (HZ * 30)
30 #define RFCOMM_DISC_TIMEOUT (HZ * 20)
31 #define RFCOMM_AUTH_TIMEOUT (HZ * 25)
32 #define RFCOMM_IDLE_TIMEOUT (HZ * 2)
/linux-master/drivers/net/wireguard/
H A Dmessages.h44 REKEY_TIMEOUT_JITTER_MAX_JIFFIES = HZ / 3,
/linux-master/arch/arm/kernel/
H A Dtime.c41 #define USECS_PER_JIFFY (1000000/HZ)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_fence.h33 #define VMW_FENCE_WAIT_TIMEOUT (5*HZ)
/linux-master/include/uapi/linux/
H A Dacct.h124 #define AHZ (HZ)
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Dmt7601u.h22 #define MT_CALIBRATE_INTERVAL (4 * HZ)
24 #define MT_FREQ_CAL_INIT_DELAY (30 * HZ)
25 #define MT_FREQ_CAL_CHECK_INTERVAL (10 * HZ)
26 #define MT_FREQ_CAL_ADJ_INTERVAL (HZ / 2)
/linux-master/include/uapi/scsi/
H A Dscsi_bsg_fc.h22 #define FC_DEFAULT_BSG_TIMEOUT (10 * HZ)
/linux-master/drivers/scsi/bnx2i/
H A Dbnx2i_init.c165 #define BNX2I_INIT_POLL_TIME (1000 / HZ)
167 int i = HZ;
224 int wait_delay = 1 * HZ;
241 2 * HZ);
/linux-master/include/linux/
H A Dmroute6.h94 #define MFC_ASSERT_THRESH (3*HZ) /* Maximal freq. of asserts */
H A Drcutiny.h15 #include <asm/param.h> /* for HZ */
149 static inline int rcu_jiffies_till_stall_check(void) { return 21 * HZ; }
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_sis.c97 timeout = (timeout_secs * HZ) + jiffies;
215 timeout = (SIS_CMD_COMPLETE_TIMEOUT_SECS * HZ) + jiffies;
361 timeout = (SIS_DOORBELL_BIT_CLEAR_TIMEOUT_SECS * HZ) + jiffies;
460 timeout = (SIS_FW_TRIAGE_STATUS_TIMEOUT_SECS * HZ) + jiffies;
/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h63 #define RPCRDMA_BIND_TO (60U * HZ)
64 #define RPCRDMA_INIT_REEST_TO (5U * HZ)
65 #define RPCRDMA_MAX_REEST_TO (30U * HZ)
66 #define RPCRDMA_IDLE_DISC_TO (5U * 60 * HZ)
/linux-master/arch/m68k/amiga/
H A Dpcmcia.c31 while (time_before(jiffies, reset_start_time + 1*HZ/100));
/linux-master/arch/m68k/68000/
H A Dtimers.c117 clocksource_register_hz(&m68328_clk, TICKS_PER_JIFFY*HZ);

Completed in 412 milliseconds

1234567891011>>