Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cxl/core/
Dcdat.c775 bool is_root = false; in DEFINE_FREE() local
779 is_root = true; in DEFINE_FREE()
787 if (is_root) in DEFINE_FREE()
829 if (!is_root) in DEFINE_FREE()
981 bool is_root; in cxl_region_shared_upstream_bandwidth_update() local
998 is_root = false; in cxl_region_shared_upstream_bandwidth_update()
999 rc = cxl_endpoint_gather_bandwidth(cxlr, cxled, usp_xa, &is_root); in cxl_region_shared_upstream_bandwidth_update()
1002 root_count += is_root; in cxl_region_shared_upstream_bandwidth_update()
1020 &is_root); in cxl_region_shared_upstream_bandwidth_update()
1025 } while (!is_root); in cxl_region_shared_upstream_bandwidth_update()
/linux-6.12.1/lib/
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()
1023 if (objagg_stats->stats_info[i].is_root) in objagg_hints_stats_get()
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-6.12.1/tools/testing/selftests/livepatch/
Dfunctions.sh29 function is_root() { function
110 is_root
/linux-6.12.1/include/linux/
Dobjagg.h40 bool is_root; member
/linux-6.12.1/drivers/thunderbolt/
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-6.12.1/fs/gfs2/
Dinode.h99 int is_root);
Dinode.c309 int is_root) in gfs2_lookupi() argument
334 if (!is_root) { in gfs2_lookupi()
/linux-6.12.1/tools/perf/util/
Dmetricgroup.c936 bool is_root = !root_metric; in __add_metric() local
950 if (is_root) { in __add_metric()
1002 if (is_root && pm->metric_threshold) { in __add_metric()
1029 if (is_root) in __add_metric()
1032 } else if (is_root) in __add_metric()
/linux-6.12.1/net/sched/
Dcls_u32.c77 bool is_root; member
375 root_ht->is_root = true; in u32_init()
682 if (ht->is_root) { in u32_delete()
775 if (ht_down->is_root) { in u32_set_parms()
/linux-6.12.1/net/mac80211/
Dmesh.h128 bool is_root; member
Dmesh_hwmp.c682 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
898 mpath->is_root = true; in hwmp_rann_frame_process()
1122 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery()
Dmesh_pathtbl.c414 new_mpath->is_root = false; in mesh_path_new()
/linux-6.12.1/drivers/firewire/
Dohci.c190 bool is_root; member
2053 if (!(ohci->is_root && is_new_root)) in bus_reset_work()
2056 ohci->is_root = is_new_root; in bus_reset_work()
2760 if (ohci->is_root && in ohci_read_csr()
2806 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
2816 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
/linux-6.12.1/fs/bcachefs/
Dbtree_types.h272 x(is_root) \
/linux-6.12.1/fs/ntfs3/
Dinode.c36 bool is_root = false; in ntfs_read_mft() local
291 is_root = true; in ntfs_read_mft()
304 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft()
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_switch.c2360 bool is_root; in ice_get_recp_frm_fw() local
2364 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2413 if (!is_root) { in ice_get_recp_frm_fw()