Home
last modified time | relevance | path

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

/openbmc/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 …]
/openbmc/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()
/openbmc/linux/fs/afs/
H A Dfs_probe.c442 unsigned long timo = 2 * HZ; in afs_wait_for_one_fs_probe() local
451 if (timo == 0 || in afs_wait_for_one_fs_probe()
456 timo = schedule_timeout(timo); in afs_wait_for_one_fs_probe()
466 if (timo == 0) in afs_wait_for_one_fs_probe()
/openbmc/linux/net/rxrpc/
H A Dinput.c302 unsigned long now, timo; in rxrpc_receiving_reply() local
307 timo = now + MAX_JIFFY_OFFSET; in rxrpc_receiving_reply()
309 WRITE_ONCE(call->delay_ack_at, timo); in rxrpc_receiving_reply()
615 unsigned long timo = READ_ONCE(call->next_req_timo); in rxrpc_input_data() local
618 if (timo) { in rxrpc_input_data()
620 expect_req_by = now + timo; in rxrpc_input_data()
1059 unsigned long timo; in rxrpc_input_call_packet() local
1070 timo = READ_ONCE(call->next_rx_timo); in rxrpc_input_call_packet()
1071 if (timo) { in rxrpc_input_call_packet()
1074 expect_rx_by = now + timo; in rxrpc_input_call_packet()
/openbmc/openbmc/meta-openembedded/meta-python/
H A DREADME.md40 Tim "moto-timo" Orling <TicoTimo@gmail.com>
/openbmc/u-boot/tools/gdb/
H A Dremote.c67 #define SERIAL_READCHAR(fd,timo) serialreadchar((fd), (timo)) argument
/openbmc/openbmc/meta-openembedded/meta-perl/
H A DREADME.md83 Tim "moto-timo" Orling <ticotimo@gmail.com>
/openbmc/linux/Documentation/translations/sp_SP/
H A Dmemory-barriers.txt1649 en el siguiente código, que, aunque en cierto sentido es legítimo