Home
last modified time | relevance | path

Searched refs:is_null (Results 1 – 23 of 23) sorted by relevance

/linux/rust/kernel/
H A Dlist.rs493 self.first.is_null() in insert_inner()
523 if next.is_null() { in insert_inner()
615 debug_assert_eq!(next.is_null(), prev.is_null()); in remove()
616 if !next.is_null() { in remove()
799 if self.current.is_null() { in next()
982 if next.is_null() { in peek_next()
996 if self.next.is_null() { in peek_prev()
1013 if prev.is_null() {
1031 if self.next.is_null() {
[all...]
H A Dtask.rs232 if ptr.is_null() { in signal_pending()
276 if mm.is_null() {
309 if active_ns.is_null() {
H A Dmm.rs182 if !vma.is_null() { in lock_vma_under_rcu()
249 if vma.is_null() { in vma_lookup()
H A Ddriver.rs
H A Dmaple_tree.rs278 if ptr.is_null() { in free_all_entries()
379 if ret.is_null() { in load()
573 if ret.is_null() { in find()
H A Ddevice.rs229 if ptr.is_null() { in drvdata_obtain()
277 if parent.is_null() { in parent()
409 if fwnode_handle.is_null() { in fwnode()
H A Drbtree.rs197 self.root.rb_node.is_null() in is_empty()
365 while !(*child_field_of_parent).is_null() { in raw_entry()
413 while !node.is_null() { in get()
498 while !node.is_null() { in find_best_match()
547 while !next.is_null() { in drop()
1168 if self.next.is_null() { in next()
H A Dkunit.rs74 if kunit_test.is_null() {
330 !unsafe { bindings::kunit_get_current_test() }.is_null() in in_kunit_test()
H A Dcpufreq.rs618 if self.as_ref().freq_table.is_null() { in freq_table()
641 if self.as_ref().driver_data.is_null() { in data()
655 if self.as_ref().driver_data.is_null() { in set_data()
666 if self.as_ref().driver_data.is_null() { in clear_data()
H A Dmodule_param.rs64 if val.is_null() { in set_param()
H A Dplatform.rs278 if resource.is_null() { in resource_by_index()
299 if resource.is_null() { in resource_by_name()
H A Di2c.rs205 if raw_id.is_null() { in i2c_id_info()
526 if unsafe { bindings::i2c_verify_client(dev.as_raw()).is_null() } { in try_from()
H A Dtypes.rs85 if ptr.is_null() {
H A Derror.rs283 if ptr.is_null() {
H A Dscatterlist.rs484 self.pos = (!next.is_null() && self.nents > 0).then(|| { in next()
H A Dstr.rs872 if !ptr.is_null() { in deref()
H A Dconfigfs.rs309 let is_root = unsafe { (*this).cg_subsys.is_null() }; in get_group_data()
/linux/drivers/infiniband/hw/mlx5/
H A Dcmd.c12 bool is_terminate, is_dump, is_null; in mlx5r_cmd_query_special_mkeys() local
17 is_null = MLX5_CAP_GEN(dev->mdev, null_mkey); in mlx5r_cmd_query_special_mkeys()
20 if (!is_terminate && !is_dump && !is_null) in mlx5r_cmd_query_special_mkeys()
33 if (is_null) in mlx5r_cmd_query_special_mkeys()
/linux/rust/kernel/io/
H A Dresource.rs150 if name.is_null() { in name()
H A Dmem.rs293 if addr.is_null() {
/linux/rust/kernel/drm/gem/
H A Dmod.rs206 if ptr.is_null() { in lookup_handle()
/linux/rust/zerocopy/src/
H A Dlib.rs3648 if ptr.is_null() { in new_box_zeroed()
/linux/kernel/bpf/
H A Dverifier.c16508 bool is_null) in mark_ptr_or_null_reg() argument
16523 if (is_null) { in mark_ptr_or_null_reg()
16547 bool is_null) in mark_ptr_or_null_regs() argument
16553 if (is_null && find_reference_state(vstate, id)) in mark_ptr_or_null_regs()
16561 mark_ptr_or_null_reg(state, reg, id, is_null); in mark_ptr_or_null_regs()