Searched refs:is_pinned (Results 1 – 3 of 3) sorted by relevance
| /linux/rust/pin-init/src/ |
| H A D | macros.rs | |
| /linux/kernel/time/ |
| H A D | hrtimer.c | 1313 static __always_inline bool hrtimer_prefer_local(bool is_local, bool is_first, bool is_pinned) in hrtimer_prefer_local() argument 1323 if (is_first || is_pinned) in hrtimer_prefer_local() 1339 static __always_inline bool hrtimer_prefer_local(bool is_local, bool is_first, bool is_pinned) in hrtimer_prefer_local() argument 1346 bool is_pinned) in hrtimer_keep_base() argument 1352 return hrtimer_prefer_local(is_local, is_first, is_pinned); in hrtimer_keep_base() 1359 bool is_pinned, first, was_first, keep_base = false; in __hrtimer_start_range_ns() local 1363 is_pinned = !!(mode & HRTIMER_MODE_PINNED); in __hrtimer_start_range_ns() 1372 keep_base = hrtimer_keep_base(timer, is_local, was_first, is_pinned); in __hrtimer_start_range_ns() 1404 base = switch_hrtimer_base(timer, base, is_pinned); in __hrtimer_start_range_ns()
|
| /linux/fs/fuse/ |
| H A D | file.c | 614 if (ap->args.is_pinned) in fuse_release_user_pages() 1633 ap->args.is_pinned = iov_iter_extract_will_pin(ii); in fuse_get_user_pages()
|