Home
last modified time | relevance | path

Searched refs:new_t (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dbtt.c1229 int new_t, new_e; in btt_read_pg() local
1248 ret = btt_map_read(arena, premap, &new_map, &new_t, in btt_read_pg()
1253 if ((postmap == new_map) && (t_flag == new_t) && in btt_read_pg()
1258 t_flag = new_t; in btt_read_pg()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_wlfc.c2321 uint32 new_t = OSL_SYSUPTIME(); in _dhd_wlfc_compressed_txstatus_update() local
2327 if (new_t > old_t) in _dhd_wlfc_compressed_txstatus_update()
2328 delta = new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
2330 delta = 0xffffffff + new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_wlfc.c2321 uint32 new_t = OSL_SYSUPTIME(); in _dhd_wlfc_compressed_txstatus_update() local
2327 if (new_t > old_t) in _dhd_wlfc_compressed_txstatus_update()
2328 delta = new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
2330 delta = 0xffffffff + new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_wlfc.c2324 uint32 new_t = OSL_SYSUPTIME(); in _dhd_wlfc_compressed_txstatus_update() local
2330 if (new_t > old_t) in _dhd_wlfc_compressed_txstatus_update()
2331 delta = new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
2333 delta = 0xffffffff + new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_wlfc.c2318 uint32 new_t = OSL_SYSUPTIME(); in _dhd_wlfc_compressed_txstatus_update() local
2325 if (new_t > old_t) in _dhd_wlfc_compressed_txstatus_update()
2326 delta = new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
2328 delta = 0xffffffff + new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_wlfc.c2556 uint32 new_t = OSL_SYSUPTIME(); in _dhd_wlfc_compressed_txstatus_update() local
2562 if (new_t > old_t) in _dhd_wlfc_compressed_txstatus_update()
2563 delta = new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
2565 delta = 0xffffffff + new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_wlfc.c2559 uint32 new_t = OSL_SYSUPTIME(); in _dhd_wlfc_compressed_txstatus_update() local
2565 if (new_t > old_t) in _dhd_wlfc_compressed_txstatus_update()
2566 delta = new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
2568 delta = 0xffffffff + new_t - old_t; in _dhd_wlfc_compressed_txstatus_update()
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c4657 int new_t, ret; in kdb_send_sig() local
4664 new_t = kdb_prev_t != t; in kdb_send_sig()
4666 if (t->state != TASK_RUNNING && new_t) { in kdb_send_sig()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.c5350 const struct btf_type *orig_t, *new_t; in bpf_core_calc_relo() local
5353 new_t = btf__type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo()
5369 if (btf_is_ptr(orig_t) && btf_is_ptr(new_t)) in bpf_core_calc_relo()
5371 if (btf_is_int(orig_t) && btf_is_int(new_t) && in bpf_core_calc_relo()
5373 btf_int_encoding(new_t) != BTF_INT_SIGNED) in bpf_core_calc_relo()