Searched refs:tim (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | time_namespace.h | 93 ktime_t do_timens_ktime_to_host(clockid_t clockid, ktime_t tim, 96 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 101 return tim; in timens_ktime_to_host() 103 return do_timens_ktime_to_host(clockid, tim, &ns->offsets); in timens_ktime_to_host() 154 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 156 return tim; in timens_ktime_to_host()
|
D | hrtimer.h | 407 extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, 418 static inline void hrtimer_start(struct hrtimer *timer, ktime_t tim, in hrtimer_start() argument 421 hrtimer_start_range_ns(timer, tim, 0, mode); in hrtimer_start()
|
D | ieee80211.h | 4136 static inline bool ieee80211_check_tim(const struct ieee80211_tim_ie *tim, in ieee80211_check_tim() argument 4142 if (unlikely(!tim || tim_len < sizeof(*tim))) in ieee80211_check_tim() 4149 indexn1 = tim->bitmap_ctrl & 0xfe; in ieee80211_check_tim() 4157 return !!(tim->virtual_map[index] & mask); in ieee80211_check_tim()
|