Home
last modified time | relevance | path

Searched refs:handle_timeout (Results 1 – 13 of 13) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/
H A Ddisable-outside-tests.patch46 handle_timeout([] {
120 handle_timeout([] {
/openbmc/openbmc-test-automation/lib/
H A Dtools.exp8 proc handle_timeout { description } { procedure
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0002-Support-asynchronous-calls-58.patch184 + def handle_timeout():
188 + GLib.timeout_add_seconds(2, handle_timeout)
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch469 + def handle_timeout():
473 + GLib.timeout_add_seconds(4, handle_timeout)
/openbmc/linux/fs/smb/client/
H A Dfs_context.h276 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
H A Dsmb2file.c145 cpu_to_le32(oparms->tcon->handle_timeout); in smb2_open_file()
H A Dfs_context.c1335 ctx->handle_timeout = result.uint_32; in smb3_fs_context_parse_param()
1336 if (ctx->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) { in smb3_fs_context_parse_param()
1782 ctx->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */ in smb3_init_fs_context()
H A Dconnect.c2484 if (tcon->handle_timeout != ctx->handle_timeout) in match_tcon()
2641 if (ctx->handle_timeout) { in cifs_get_tcon()
2648 tcon->handle_timeout = ctx->handle_timeout; in cifs_get_tcon()
4136 ctx->handle_timeout = master_tcon->handle_timeout; in __cifs_construct_tcon()
H A Dcifsfs.c714 if (tcon->handle_timeout) in cifs_show_options()
715 seq_printf(s, ",handletimeout=%u", tcon->handle_timeout); in cifs_show_options()
H A Dcifsglob.h1274 __u32 handle_timeout; /* persistent and durable handle timeout in ms */ member
H A Dsmb2pdu.c2443 buf->dcontext.Timeout = cpu_to_le32(oparms->tcon->handle_timeout); in create_durable_v2_buf()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py36 def handle_timeout(self, signum, frame): member in Timeout
40 signal.signal(signal.SIGALRM, self.handle_timeout)
/openbmc/linux/net/ceph/
H A Dosd_client.c3448 static void handle_timeout(struct work_struct *work) in handle_timeout() function
5266 INIT_DELAYED_WORK(&osdc->timeout_work, handle_timeout); in ceph_osdc_init()