Searched refs:wait_time (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/lib/libc/rpc/
H A Dkey_call.c315 struct timeval wait_time; local
419 wait_time.tv_sec = TOTAL_TIMEOUT/TOTAL_TRIES;
420 wait_time.tv_usec = 0;
422 (char *)&wait_time);
440 struct timeval wait_time; local
470 wait_time.tv_sec = TOTAL_TIMEOUT;
471 wait_time.tv_usec = 0;
474 wait_time) == RPC_SUCCESS) {
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c333 opt.wait_time = OSMT_DEFAULT_TRAP_WAIT_TIMEOUT_SEC;
419 opt.wait_time = (uint8_t) strtol(optarg, NULL, 0);
420 printf("\tTrap 64/65 wait time = %d\n", opt.wait_time);
H A Dosmt_inform.c511 p_osmt->opt.wait_time * 100,
739 sleep(p_osmt->opt.wait_time);
/freebsd-9.3-release/tools/tools/netrate/netsend/
H A Dnetsend.c97 wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited) function
110 printf("warning: wait_time missed deadline without spinning\n");
171 if (wait_time(starttime, NULL, NULL) == -1)
193 if (wait_time(nexttime, &tmptime, &waited) == -1)
/freebsd-9.3-release/contrib/ofed/management/opensm/osmtest/include/
H A Dosmtest.h86 uint8_t wait_time; member in struct:_osmtest_opt
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c963 wait_time(struct timespec ts) function
1005 wait_time(targ->tic);
1043 wait_time(nexttime);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dcm.c810 int wait_time; local
824 wait_time = cm_convert_to_ms(cm_id_priv->av.timeout);
826 msecs_to_jiffies(wait_time));

Completed in 191 milliseconds