Home
last modified time | relevance | path

Searched refs:is_pinned (Results 1 – 3 of 3) sorted by relevance

/linux/rust/pin-init/src/
H A Dmacros.rs
/linux/kernel/time/
H A Dhrtimer.c1347 static __always_inline bool hrtimer_prefer_local(bool is_local, bool is_first, bool is_pinned) in hrtimer_prefer_local() argument
1357 if (is_first || is_pinned) in hrtimer_prefer_local()
1373 static __always_inline bool hrtimer_prefer_local(bool is_local, bool is_first, bool is_pinned) in hrtimer_prefer_local() argument
1380 bool is_pinned) in hrtimer_keep_base() argument
1386 return hrtimer_prefer_local(is_local, is_first, is_pinned); in hrtimer_keep_base()
1399 bool is_pinned, first, was_first, keep_base = false; in __hrtimer_start_range_ns() local
1403 is_pinned = !!(mode & HRTIMER_MODE_PINNED); in __hrtimer_start_range_ns()
1412 keep_base = hrtimer_keep_base(timer, is_local, was_first, is_pinned); in __hrtimer_start_range_ns()
1444 base = switch_hrtimer_base(timer, base, is_pinned); in __hrtimer_start_range_ns()
/linux/fs/fuse/
H A Dfile.c619 if (ap->args.is_pinned) in fuse_release_user_pages()
1643 ap->args.is_pinned = iov_iter_extract_will_pin(ii); in fuse_get_user_pages()