Searched refs:nsec_rem (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_ptp.c | 364 u32 sec, nsec_rem; in mlxsw_sp2_ptp_phc_settime() local 366 sec = div_u64_rem(nsec, NSEC_PER_SEC, &nsec_rem); in mlxsw_sp2_ptp_phc_settime() 369 0, sec, nsec_rem, 0); in mlxsw_sp2_ptp_phc_settime()
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 1249 unsigned long nsec_rem = do_div(ts, NSEC_PER_SEC); in blk_log_action_classic() local 1258 secs, nsec_rem, iter->ent->pid, act, rwbs); in blk_log_action_classic()
|