Home
last modified time | relevance | path

Searched refs:timo (Results 1 – 6 of 6) sorted by relevance

/linux/security/keys/
H A Dproc.c162 u64 timo; in proc_keys_show() local
206 timo = expiry - now; in proc_keys_show()
208 if (timo < 60) in proc_keys_show()
209 sprintf(xbuf, "%llus", timo); in proc_keys_show()
210 else if (timo < 60*60) in proc_keys_show()
211 sprintf(xbuf, "%llum", div_u64(timo, 60)); in proc_keys_show()
212 else if (timo < 60*60*24) in proc_keys_show()
213 sprintf(xbuf, "%lluh", div_u64(timo, 60 * 60)); in proc_keys_show()
214 else if (timo < 60*60*24*7) in proc_keys_show()
215 sprintf(xbuf, "%llud", div_u64(timo, 60 * 60 * 24)); in proc_keys_show()
[all …]
/linux/tools/testing/selftests/futex/include/
H A Dfutex2test.h19 unsigned long flags, struct timespec *timo, clockid_t clockid) in futex_waitv() argument
21 return syscall(__NR_futex_waitv, waiters, nr_waiters, flags, timo, clockid); in futex_waitv()
/linux/fs/afs/
H A Dfs_probe.c488 unsigned long timo = 2 * HZ; in afs_wait_for_one_fs_probe() local
497 if (timo == 0 || in afs_wait_for_one_fs_probe()
503 timo = schedule_timeout(timo); in afs_wait_for_one_fs_probe()
515 if (timo == 0) in afs_wait_for_one_fs_probe()
/linux/net/rxrpc/
H A Dinput.c706 unsigned long timo = READ_ONCE(call->next_req_timo); in rxrpc_input_data() local
708 if (timo) { in rxrpc_input_data()
709 ktime_t delay = ms_to_ktime(timo); in rxrpc_input_data()
1233 unsigned long timo; in rxrpc_input_call_packet() local
1244 timo = READ_ONCE(call->next_rx_timo); in rxrpc_input_call_packet()
1245 if (timo) { in rxrpc_input_call_packet()
1246 ktime_t delay = ms_to_ktime(timo); in rxrpc_input_call_packet()
/linux/include/trace/events/
H A Drxrpc.h2434 TP_PROTO(struct rxrpc_call *call, ktime_t timo),
2436 TP_ARGS(call, timo),
2447 __field(ktime_t, timo)
2459 __entry->timo = timo;
2467 ktime_to_us(__entry->timo))
/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt1649 en el siguiente código, que, aunque en cierto sentido es legítimo