Searched refs:tsf (Results 1 - 5 of 5) sorted by relevance
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | dmac_ext_if.h | 553 hi_u16 us_tsf_bit0; /* tsf bit0 */ 709 hi_u8 tsf; member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | 802.11.h | 2120 uint8 tsf[8]; /* Time Synchronization Function */ member 3472 uint32 start_tsf; /* 4 lsb of tsf */ 3489 uint32 start_tsf; /* 4 lsb of tsf */ 3551 uint8 tsf[8]; member 5134 /* ftm tsf sync info ie len - includes id ext */
|
H A D | wlioctl.h | 11290 #define NAN_SYNC_MASTER_USE_TIMING 2 /* Use the tsf timing provided */ 11993 uint32 cnt_sync_bcn_rx_tu[3]; /* Delta bw the tsf in bcn & remote */ 12243 wl_tsf_t tsf; member 13728 uint32 start_tsf; /* 4 lsb of tsf */ 13738 uint32 start_tsf; /* 4 lsb of tsf */ 14157 WL_PROXD_FLAG_NO_TSF_SYNC = 0x00000800, /* disable tsf sync */ 14515 uint32 tsf_lo; /* local tsf or session tsf */ 14587 uint32 meas_start_lo; /* sn tsf of 1st meas for cur/prev burst */ 15573 uint16 drift; /* tsf drif [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | sched.h | 2387 extern void print_numa_stats(struct seq_file *m, int node, unsigned long tsf, unsigned long tpf, unsigned long gsf,
|
H A D | fair.c | 12130 unsigned long tsf = 0, tpf = 0, gsf = 0, gpf = 0; in show_numa_stats() local 12138 tsf = p->numa_faults[task_faults_idx(NUMA_MEM, node, 0)]; in show_numa_stats() 12144 print_numa_stats(m, node, tsf, tpf, gsf, gpf); in show_numa_stats()
|
Completed in 101 milliseconds