| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ | 
| H A D | linkconfig.py |  | 
| /linux/drivers/android/binder/ | 
| H A D | node.rs | 80     fn should_normal_push(&self) -> bool {  in should_normal_push() 89     fn should_push_weak_zero2one(&self) -> bool {  in should_push_weak_zero2one() 93     fn can_push_weak_zero2one_normally(&self) -> bool {  in can_push_weak_zero2one_normally() 104     fn should_push_strong_zero2one(&self) -> bool {  in should_push_strong_zero2one() 108     fn can_push_strong_zero2one_normally(&self) -> bool {  in can_push_strong_zero2one_normally() 242     pub(crate) fn has_oneway_transaction(&self, owner_inner: &mut ProcessInner) -> bool {  in has_oneway_transaction() 333         _strong: bool,  in inc_ref_done_locked() 372         inc: bool,  in update_refcount_locked() 373         strong: bool,  in update_refcount_locked() 412         strong: bool,  in incr_refcount_allow_zero2one() [all …] 
 | 
| H A D | process.rs | 84     pub(crate) fn is_frozen(self) -> bool {  in is_frozen() 93     pub(crate) fn is_fully_frozen(self) -> bool {  in is_fully_frozen() 219         inc: bool,  in update_node_refcount() 220         strong: bool,  in update_node_refcount() 242         strong: bool,  in new_node_ref() 253         strong: bool,  in new_node_ref_with_thread() 287     fn register_thread(&mut self) -> bool {  in register_thread() 322     fn txns_pending_locked(&self) -> bool {  in txns_pending_locked() 749         strong: bool,  in get_node_inner() 784         strong: bool,  in get_node() [all …] 
 | 
| H A D | transaction.rs | 119         allow_fds: bool,  in new_reply() 176     pub(crate) fn is_stacked_on(&self, onext: &Option<DArc<Self>>) -> bool {  in is_stacked_on() 309     pub(crate) fn can_replace(&self, old: &Transaction) -> bool {  in can_replace() 349     ) -> Result<bool> {  in do_work() 441     fn should_sync_wakeup(&self) -> bool {  in should_sync_wakeup()
  | 
| H A D | freeze.rs | 53     fn allow_duplicate(&self, node: &DArc<Node>) -> bool {  in allow_duplicate() 89     ) -> Result<bool> {  in do_work() 145     fn should_sync_wakeup(&self) -> bool {  in should_sync_wakeup()
  | 
| /linux/rust/kernel/ | 
| H A D | kunit.rs | 170     fn is_test_result_ok(&self) -> bool; in is_test_result_ok()   argument  174     fn is_test_result_ok(&self) -> bool { in is_test_result_ok()   argument  180     fn is_test_result_ok(&self) -> bool { in is_test_result_ok()   argument  190 pub fn is_test_result_ok(t: impl TestResult) -> bool { in is_test_result_ok()   argument 
  | 
| H A D | revocable.rs | 159     unsafe fn revoke_internal<const SYNC: bool>(&self) -> bool {  in revoke_internal() 187     pub unsafe fn revoke_nosync(&self) -> bool {  in revoke_nosync() 204     pub fn revoke(&self) -> bool {  in revoke()
  | 
| H A D | cpumask.rs | 113     pub fn test(&self, cpu: CpuId) -> bool { in test()   argument  131     pub fn empty(&self) -> bool { in empty()   argument  140     pub fn full(&self) -> bool { in full()   argument 
  | 
| H A D | workqueue.rs | 420 __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput where F: FnOnce(*mut bindings::work_struct) -> bool __enqueue()  argument  855 __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput where F: FnOnce(*mut bindings::work_struct) -> bool, __enqueue()  argument  914 __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput where F: FnOnce(*mut bindings::work_struct) -> bool, __enqueue()  argument 
  | 
| H A D | task.rs | 241 signal_pending(&self) -> bool signal_pending()  argument  396 eq(&self, other: &Kuid) -> bool eq()  argument 
  | 
| H A D | time.rs | 269 is_zero(self) -> bool is_zero()  argument  275 is_negative(self) -> bool is_negative()  argument 
  | 
| H A D | uaccess.rs | 248     pub fn is_empty(&self) -> bool {  in is_empty() 415     pub fn is_empty(&self) -> bool {  in is_empty()
  | 
| /linux/drivers/gpu/nova-core/fb/hal/ | 
| H A D | ga100.rs | 28 pub(super) fn display_enabled_ga100(bar: &Bar0) -> bool {  in display_enabled_ga100() 47     fn supports_display(&self, bar: &Bar0) -> bool {  in supports_display()
  | 
| H A D | tu102.rs | 29 pub(super) fn display_enabled_gm107(bar: &Bar0) -> bool {  in display_enabled_gm107() 48     fn supports_display(&self, bar: &Bar0) -> bool {  in supports_display()
  | 
| H A D | ga102.rs | 26     fn supports_display(&self, bar: &Bar0) -> bool {  in supports_display()
  | 
| /linux/tools/perf/pmu-events/ | 
| H A D | jevents.py | 129   def add(self, s: str, metric: bool) -> None: 425   def build_c_string(self, metric: bool) -> str: 441   def to_c_string(self, metric: bool) -> str:
  | 
| /linux/rust/kernel/device/ | 
| H A D | property.rs | 65 is_of_node(&self) -> bool is_of_node()  argument  98 property_present(&self, name: &CStr) -> bool property_present()  argument  104 property_read_bool(&self, name: &CStr) -> bool property_read_bool()  argument  349 is_empty(&self) -> bool is_empty()  argument 
  | 
| /linux/rust/kernel/list/ | 
| H A D | arc.rs | 68     fn try_new_list_arc(&self) -> bool;  in try_new_list_arc() 406     pub fn ptr_eq(this: &Self, other: &Self) -> bool {  in ptr_eq() 514     fn try_new_list_arc(&self) -> bool {  in try_new_list_arc()
  | 
| /linux/rust/kernel/mm/ | 
| H A D | virt.rs | 314     pub fn readable(&self) -> bool {  in readable() 339     pub fn writable(&self) -> bool {  in writable() 364     pub fn executable(&self) -> bool {  in executable()
  | 
| /linux/rust/kernel/sync/ | 
| H A D | condvar.rs | 156     pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool {  in wait_interruptible() 171     ) -> bool {  in wait_interruptible_freezable()
  | 
| /linux/tools/include/nolibc/ | 
| H A D | stdbool.h | 10 #define bool _Bool  macro
  | 
| /linux/tools/net/sunrpc/xdrgen/ | 
| H A D | xdr_parse.py | 13 def set_xdr_annotate(set_it: bool) -> None:
  | 
| /linux/scripts/ | 
| H A D | generate_rust_target.rs | 164     fn has(&self, option: &str) -> bool {  in has() 170     fn rustc_version_atleast(&self, major: u32, minor: u32, patch: u32) -> bool {  in rustc_version_atleast()
  | 
| /linux/drivers/gpu/nova-core/fb/ | 
| H A D | hal.rs | 22     fn supports_display(&self, bar: &Bar0) -> bool;  in supports_display()
  | 
| /linux/rust/kernel/net/ | 
| H A D | phy.rs | 126     pub fn is_link_up(&self) -> bool { in is_link_up()   argument  139     pub fn is_autoneg_enabled(&self) -> bool { in is_autoneg_enabled()   argument  151     pub fn is_autoneg_completed(&self) -> bool { in is_autoneg_completed()   argument  598 match_phy_device(_dev: &Device) -> bool match_phy_device()  argument 
  |