Home
last modified time | relevance | path

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

/Linux-v6.6/lib/
Dobjagg.c578 if (stats_info1->is_root != stats_info2->is_root) in objagg_stats_info_sort_cmp_func()
579 return stats_info2->is_root - stats_info1->is_root; in objagg_stats_info_sort_cmp_func()
620 objagg_stats->stats_info[i].is_root = in objagg_stats_get()
622 if (objagg_stats->stats_info[i].is_root) in objagg_stats_get()
667 hnode->stats_info.is_root = true; in objagg_hints_node_create()
1035 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-v6.6/tools/testing/selftests/livepatch/
Dfunctions.sh29 function is_root() { function
110 is_root
/Linux-v6.6/include/linux/
Dobjagg.h41 bool is_root; member
/Linux-v6.6/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-v6.6/fs/gfs2/
Dinode.h101 int is_root);
Dinode.c307 int is_root) in gfs2_lookupi() argument
332 if (!is_root) { in gfs2_lookupi()
/Linux-v6.6/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-v6.6/net/sched/
Dcls_u32.c77 bool is_root; member
365 root_ht->is_root = true; in u32_init()
672 if (ht->is_root) { in u32_delete()
765 if (ht_down->is_root) { in u32_set_parms()
/Linux-v6.6/net/mac80211/
Dmesh.h127 bool is_root; member
Dmesh_hwmp.c680 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
896 mpath->is_root = true; in hwmp_rann_frame_process()
1120 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery()
Dmesh_pathtbl.c409 new_mpath->is_root = false; in mesh_path_new()
/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_switch.c2213 bool is_root; in ice_get_recp_frm_fw() local
2224 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2269 recps[idx].is_root = !!is_root; in ice_get_recp_frm_fw()
2284 if (!is_root) in ice_get_recp_frm_fw()
5184 bool is_root, idx_found = false; in ice_add_sw_recipe() local
5201 is_root = (rm->root_rid == entry->rid); in ice_add_sw_recipe()
5202 recp->is_root = is_root; in ice_add_sw_recipe()
5205 recp->big_recp = (is_root && rm->n_grp_count > 1); in ice_add_sw_recipe()
5221 if (!is_root) in ice_add_sw_recipe()
Dice_switch.h216 u8 is_root; member
/Linux-v6.6/drivers/firewire/
Dohci.c189 bool is_root; member
1908 if (!(ohci->is_root && is_new_root)) in bus_reset_work()
1911 ohci->is_root = is_new_root; in bus_reset_work()
2629 if (ohci->is_root && in ohci_read_csr()
2678 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
2688 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
/Linux-v6.6/fs/ntfs3/
Dinode.c36 bool is_root = false; in ntfs_read_mft() local
288 is_root = true; in ntfs_read_mft()
301 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft()