Searched refs:tim (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | time_namespace.h | 97 ktime_t do_timens_ktime_to_host(clockid_t clockid, ktime_t tim, 100 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 105 return tim; in timens_ktime_to_host() 107 return do_timens_ktime_to_host(clockid, tim, &ns->offsets); in timens_ktime_to_host() 163 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 165 return tim; in timens_ktime_to_host()
|
| A D | hrtimer.h | 249 extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, 260 static inline void hrtimer_start(struct hrtimer *timer, ktime_t tim, in hrtimer_start() argument 263 hrtimer_start_range_ns(timer, tim, 0, mode); in hrtimer_start()
|
| A D | ieee80211.h | 4767 static inline bool ieee80211_check_tim(const struct ieee80211_tim_ie *tim, in ieee80211_check_tim() argument 4773 if (unlikely(!tim || tim_len < sizeof(*tim))) in ieee80211_check_tim() 4780 indexn1 = tim->bitmap_ctrl & 0xfe; in ieee80211_check_tim() 4788 return !!(tim->virtual_map[index] & mask); in ieee80211_check_tim()
|
Completed in 29 milliseconds