Home
last modified time | relevance | path

Searched refs:rtime (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/net/ipv6/
H A Dndisc.c1434 if (rtime && rtime/1000 < MAX_SCHEDULE_TIMEOUT/HZ) { in ndisc_router_discovery()
1435 rtime = (rtime*HZ)/1000; in ndisc_router_discovery()
1436 if (rtime < HZ/100) in ndisc_router_discovery()
1437 rtime = HZ/100; in ndisc_router_discovery()
1443 rtime = ntohl(ra_msg->reachable_time); in ndisc_router_discovery()
1444 if (rtime && rtime/1000 < MAX_SCHEDULE_TIMEOUT/(3*HZ)) { in ndisc_router_discovery()
1445 rtime = (rtime*HZ)/1000; in ndisc_router_discovery()
1447 if (rtime < HZ/10) in ndisc_router_discovery()
1448 rtime = HZ/10; in ndisc_router_discovery()
1452 BASE_REACHABLE_TIME, rtime); in ndisc_router_discovery()
[all …]
/openbmc/linux/kernel/sched/
H A Dcputime.c561 u64 rtime, stime, utime; in cputime_adjust() local
566 rtime = curr->sum_exec_runtime; in cputime_adjust()
576 if (prev->stime + prev->utime >= rtime) in cputime_adjust()
588 utime = rtime; in cputime_adjust()
593 stime = rtime; in cputime_adjust()
597 stime = mul_u64_u64_div_u64(stime, rtime, stime + utime); in cputime_adjust()
611 utime = rtime - stime; in cputime_adjust()
619 stime = rtime - utime; in cputime_adjust()
H A Dfair.c12376 u64 rtime = se->sum_exec_runtime - se->prev_sum_exec_runtime; in __entity_slice_used() local
12379 return (rtime * min_nr_tasks > slice); in __entity_slice_used()
/openbmc/linux/include/rdma/
H A Dib_mad.h327 u8 rtime) in ib_set_cpi_resp_time() argument
332 cpu_to_be32(rtime & IB_CLASS_PORT_INFO_RESP_TIME_MASK); in ib_set_cpi_resp_time()
507 static inline void ib_set_rmpp_resptime(struct ib_rmpp_hdr *rmpp_hdr, u8 rtime) in ib_set_rmpp_resptime() argument
509 rmpp_hdr->rmpp_rtime_flags = ib_get_rmpp_flags(rmpp_hdr) | (rtime << 3); in ib_set_rmpp_resptime()
/openbmc/linux/fs/btrfs/
H A Dioctl.c81 struct btrfs_ioctl_timespec_32 rtime; /* out */ member
2212 subvol_info->rtime.sec = btrfs_stack_timespec_sec(&root_item->rtime); in btrfs_ioctl_get_subvol_info()
2213 subvol_info->rtime.nsec = btrfs_stack_timespec_nsec(&root_item->rtime); in btrfs_ioctl_get_subvol_info()
4014 sa->rtime.sec = ct.tv_sec; in _btrfs_ioctl_set_received_subvol()
4015 sa->rtime.nsec = ct.tv_nsec; in _btrfs_ioctl_set_received_subvol()
4035 btrfs_set_stack_timespec_sec(&root_item->rtime, sa->rtime.sec); in _btrfs_ioctl_set_received_subvol()
4036 btrfs_set_stack_timespec_nsec(&root_item->rtime, sa->rtime.nsec); in _btrfs_ioctl_set_received_subvol()
4084 args64->rtime.sec = args32->rtime.sec; in btrfs_ioctl_set_received_subvol_32()
4085 args64->rtime.nsec = args32->rtime.nsec; in btrfs_ioctl_set_received_subvol_32()
4097 args32->rtime.sec = args64->rtime.sec; in btrfs_ioctl_set_received_subvol_32()
[all …]
H A Dtransaction.c1769 memset(&new_root_item->rtime, 0, sizeof(new_root_item->rtime)); in create_pending_snapshot()
/openbmc/linux/kernel/time/
H A Dposix-cpu-timers.c214 static inline void store_samples(u64 *samples, u64 stime, u64 utime, u64 rtime) in store_samples() argument
218 samples[CPUCLOCK_SCHED] = rtime; in store_samples()
232 u64 stime, utime, rtime; in proc_sample_cputime_atomic() local
236 rtime = atomic64_read(&at->sum_exec_runtime); in proc_sample_cputime_atomic()
237 store_samples(samples, stime, utime, rtime); in proc_sample_cputime_atomic()
/openbmc/linux/drivers/input/serio/
H A Dhp_sdc.c196 hp_sdc.rtime = ktime_get(); in hp_sdc_take()
311 if (ktime_after(now, ktime_add_us(hp_sdc.rtime, in hp_sdc_tasklet()
322 ktime_us_delta(now, hp_sdc.rtime)); in hp_sdc_tasklet()
551 hp_sdc.rtime = ktime_get(); in hp_sdc_put()
/openbmc/linux/include/linux/
H A Dhp_sdc.h284 ktime_t rtime; /* Time when current read started */ member
/openbmc/linux/include/trace/events/
H A Dwbt.h27 __field(s64, rtime)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py596 rtime = ""
598 rtime = "R"
599 msg += "\nConsider defining a PREFERRED_%sPROVIDER entry to match %s" % (rtime, self._item)
/openbmc/linux/include/uapi/linux/
H A Dbtrfs.h790 struct btrfs_ioctl_timespec rtime; /* out */ member
898 struct btrfs_ioctl_timespec rtime; member
H A Dbtrfs_tree.h916 struct btrfs_timespec rtime; member
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h147 otime, stime, rtime)
H A Dbtrfs_tree.h629 struct btrfs_timespec rtime; member
/openbmc/linux/kernel/
H A Daudit.c1893 long rtime = stime; in audit_log_start() local
1900 stime = schedule_timeout(rtime); in audit_log_start()
1901 atomic_add(rtime - stime, &audit_backlog_wait_time_actual); in audit_log_start()
/openbmc/linux/drivers/uio/
H A DKconfig155 git clone git://rtime.felk.cvut.cz/mf6xx.git
/openbmc/linux/block/
H A Dblk-throttle.c1767 unsigned long rtime = jiffies, wtime = jiffies; in __tg_last_low_overflow_time() local
1770 rtime = tg->last_low_overflow_time[READ]; in __tg_last_low_overflow_time()
1773 return min(rtime, wtime); in __tg_last_low_overflow_time()
/openbmc/linux/drivers/md/bcache/
H A Dsuper.c1193 uint32_t rtime = cpu_to_le32((u32)ktime_get_real_seconds()); in bch_cached_dev_attach() local
1264 u->first_reg = u->last_reg = rtime; in bch_cached_dev_attach()
1273 u->last_reg = rtime; in bch_cached_dev_attach()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py1853 rtime = (self.end - self.tResumed) * 1000000
1855 hwr = self.hwend - timedelta(microseconds=rtime)