Searched refs:tim (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| D | time_namespace.h | 96 ktime_t do_timens_ktime_to_host(clockid_t clockid, ktime_t tim, 99 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 104 return tim; in timens_ktime_to_host() 106 return do_timens_ktime_to_host(clockid, tim, &ns->offsets); in timens_ktime_to_host() 162 static inline ktime_t timens_ktime_to_host(clockid_t clockid, ktime_t tim) in timens_ktime_to_host() argument 164 return tim; in timens_ktime_to_host()
|
| D | hrtimer.h | 262 extern void hrtimer_start_range_ns(struct hrtimer *timer, ktime_t tim, 273 static inline void hrtimer_start(struct hrtimer *timer, ktime_t tim, in hrtimer_start() argument 276 hrtimer_start_range_ns(timer, tim, 0, mode); in hrtimer_start()
|
| D | ieee80211.h | 4697 static inline bool ieee80211_check_tim(const struct ieee80211_tim_ie *tim, in ieee80211_check_tim() argument 4703 if (unlikely(!tim || tim_len < sizeof(*tim))) in ieee80211_check_tim() 4710 indexn1 = tim->bitmap_ctrl & 0xfe; in ieee80211_check_tim() 4718 return !!(tim->virtual_map[index] & mask); in ieee80211_check_tim()
|