Home
last modified time | relevance | path

Searched refs:is_root (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/cxl/core/
H A Dcdat.c778 bool is_root = false; in DEFINE_FREE() local
782 is_root = true; in DEFINE_FREE()
790 if (is_root) in DEFINE_FREE()
832 if (!is_root) in DEFINE_FREE()
984 bool is_root; in cxl_region_shared_upstream_bandwidth_update() local
1001 is_root = false; in cxl_region_shared_upstream_bandwidth_update()
1002 rc = cxl_endpoint_gather_bandwidth(cxlr, cxled, usp_xa, &is_root); in cxl_region_shared_upstream_bandwidth_update()
1005 root_count += is_root; in cxl_region_shared_upstream_bandwidth_update()
1023 &is_root); in cxl_region_shared_upstream_bandwidth_update()
1028 } while (!is_root); in cxl_region_shared_upstream_bandwidth_update()
/linux/lib/
H A Dobjagg.c581 if (stats_info1->is_root != stats_info2->is_root) in objagg_stats_info_sort_cmp_func()
582 return stats_info2->is_root - stats_info1->is_root; in objagg_stats_info_sort_cmp_func()
623 objagg_stats->stats_info[i].is_root = in objagg_stats_get()
625 if (objagg_stats->stats_info[i].is_root) in objagg_stats_get()
670 hnode->stats_info.is_root = true; in objagg_hints_node_create()
1022 if (objagg_stats->stats_info[i].is_root) in objagg_hints_stats_get()
H A Dtest_objagg.c402 bool is_root; member
645 if (stats_info->is_root != expect_stats_info->is_root) { in check_expect_stats_nums()
869 stats->stats_info[i].is_root ? "root" : "noroot"); in __pr_debug_stats()
/linux/security/apparmor/
H A Dpath.c171 bool is_root = (*name)[0] == '/' && (*name)[1] == '\0'; in d_namespace_path() local
173 if (!is_root) in d_namespace_path()
/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh37 function is_root() { function
136 is_root
/linux/include/linux/
H A Dobjagg.h40 bool is_root; member
/linux/drivers/thunderbolt/
H A Dproperty.c40 bool is_root);
162 size_t block_len, unsigned int dir_offset, size_t dir_len, bool is_root) in __tb_property_parse_dir() argument
173 if (is_root) { in __tb_property_parse_dir()
/linux/tools/perf/util/
H A Dmetricgroup.c833 bool is_root = !root_metric; in __add_metric() local
847 if (is_root) { in __add_metric()
899 if (is_root && pm->metric_threshold) { in __add_metric()
931 if (is_root) in __add_metric()
934 } else if (is_root) in __add_metric()
/linux/rust/kernel/
H A Dconfigfs.rs309 let is_root = unsafe { (*this).cg_subsys.is_null() }; in get_group_data()
311 if !is_root { in get_group_data()
310 let is_root = unsafe { (*this).cg_subsys.is_null() }; get_group_data() localVariable
/linux/net/sched/
H A Dcls_u32.c77 bool is_root; member
374 root_ht->is_root = true; in u32_init()
681 if (ht->is_root) { in u32_delete()
774 if (ht_down->is_root) { in u32_set_parms()
/linux/net/mac80211/
H A Dmesh_hwmp.c690 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
906 mpath->is_root = true; in hwmp_rann_frame_process()
1133 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery()
H A Dmesh.h128 bool is_root; member
H A Dmesh_pathtbl.c414 new_mpath->is_root = false; in mesh_path_new()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2361 bool is_root; in ice_get_recp_frm_fw() local
2365 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2414 if (!is_root) { in ice_get_recp_frm_fw()