Home
last modified time | relevance | path

Searched refs:t_sec (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/trace/
H A Dblktrace.c1469 static inline u32 t_sec(const struct trace_entry *ent) in t_sec() function
1602 if (t_sec(ent)) in blk_log_generic()
1604 t_sector(ent), t_sec(ent), cmd); in blk_log_generic()
1617 if (t_sec(ent)) in blk_log_with_error()
1620 t_sec(ent), t_error(ent)); in blk_log_with_error()
1632 t_sector(ent), t_sec(ent), in blk_log_remap()
/linux/net/core/
H A Dsock.c1415 unsigned long t_sec = ling.l_linger; in sk_setsockopt() local
1417 if (t_sec >= MAX_SCHEDULE_TIMEOUT / HZ) in sk_setsockopt()
1420 WRITE_ONCE(sk->sk_lingertime, t_sec * HZ); in sk_setsockopt()