Searched refs:cycle_stamp (Results 1 – 5 of 5) sorted by relevance
25 static uint32_t cycle_stamp; in write_cmd_cb() local28 delta = k_cycle_get_32() - cycle_stamp; in write_cmd_cb()48 cycle_stamp = k_cycle_get_32(); in write_cmd_cb()
136 static uint32_t cycle_stamp; in notify_func() local148 delta = cycle_now - cycle_stamp; in notify_func()149 cycle_stamp = cycle_now; in notify_func()
66 static uint32_t cycle_stamp; in l2cap_recv_metrics() local69 delta = k_cycle_get_32() - cycle_stamp; in l2cap_recv_metrics()78 cycle_stamp = k_cycle_get_32(); in l2cap_recv_metrics()
44 static uint32_t cycle_stamp; in update_write_stats() local47 delta = k_cycle_get_32() - cycle_stamp; in update_write_stats()63 cycle_stamp = k_cycle_get_32(); in update_write_stats()
274 uint32_t cycle_stamp; in ll_tx_mem_enqueue() local277 cycle_stamp = k_cycle_get_32(); in ll_tx_mem_enqueue()278 delta = k_cyc_to_ns_floor64(cycle_stamp - last_cycle_stamp); in ll_tx_mem_enqueue()282 last_cycle_stamp = cycle_stamp; in ll_tx_mem_enqueue()