/src/usr.bin/vmstat/ |
vmstat.c | 1231 double stat_us, stat_sy, stat_id; local in function:cpustats 1243 stat_id = cur.cp_time[CP_IDLE] * pcnt; 1245 PRWORD(ovflw, " %*.0f", ((stat_us >= 100 || stat_id >= 100) ? 2 : 3), 1, 1247 PRWORD(ovflw, " %*.0f", 3, 1, stat_id);
|
vmstat.c | 1231 double stat_us, stat_sy, stat_id; local in function:cpustats 1243 stat_id = cur.cp_time[CP_IDLE] * pcnt; 1245 PRWORD(ovflw, " %*.0f", ((stat_us >= 100 || stat_id >= 100) ? 2 : 3), 1, 1247 PRWORD(ovflw, " %*.0f", 3, 1, stat_id);
|
/src/sys/dev/pci/ |
if_iwmreg.h | 2883 * @stat_id: configurable DSP phy data set ID 2903 uint8_t stat_id; member in struct:iwm_rx_phy_info
|
if_iwmreg.h | 2883 * @stat_id: configurable DSP phy data set ID 2903 uint8_t stat_id; member in struct:iwm_rx_phy_info
|