Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A 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()
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-6.3-rc2/tools/testing/selftests/livepatch/
A Dfunctions.sh29 function is_root() { function
110 is_root
/linux-6.3-rc2/include/linux/
A Dobjagg.h41 bool is_root; member
/linux-6.3-rc2/drivers/thunderbolt/
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-6.3-rc2/fs/gfs2/
A Dinode.h101 int is_root);
A Dinode.c301 int is_root) in gfs2_lookupi() argument
326 if (!is_root) { in gfs2_lookupi()
/linux-6.3-rc2/tools/perf/util/
A Dmetricgroup.c896 bool is_root = !root_metric; in __add_metric() local
909 if (is_root) { in __add_metric()
970 if (is_root) in __add_metric()
973 } else if (is_root) in __add_metric()
/linux-6.3-rc2/net/sched/
A Dcls_u32.c77 bool is_root; member
365 root_ht->is_root = true; in u32_init()
672 if (ht->is_root) { in u32_delete()
744 if (ht_down->is_root) { in u32_set_parms()
/linux-6.3-rc2/net/mac80211/
A Dmesh.h125 bool is_root; member
A Dmesh_hwmp.c671 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
887 mpath->is_root = true; in hwmp_rann_frame_process()
1111 da = (mpath->is_root) ? mpath->rann_snd_addr : broadcast_addr; in mesh_path_start_discovery()
A Dmesh_pathtbl.c373 new_mpath->is_root = false; in mesh_path_new()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_switch.h204 u8 is_root; member
A Dice_switch.c2204 bool is_root; in ice_get_recp_frm_fw() local
2215 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
2260 recps[idx].is_root = !!is_root; in ice_get_recp_frm_fw()
2271 if (!is_root) in ice_get_recp_frm_fw()
5149 bool is_root, idx_found = false; in ice_add_sw_recipe() local
5166 is_root = (rm->root_rid == entry->rid); in ice_add_sw_recipe()
5167 recp->is_root = is_root; in ice_add_sw_recipe()
5170 recp->big_recp = (is_root && rm->n_grp_count > 1); in ice_add_sw_recipe()
5186 if (!is_root) in ice_add_sw_recipe()
/linux-6.3-rc2/drivers/firewire/
A Dohci.c189 bool is_root; member
1897 if (!(ohci->is_root && is_new_root)) in bus_reset_work()
1900 ohci->is_root = is_new_root; in bus_reset_work()
2617 if (ohci->is_root && in ohci_read_csr()
2666 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
2676 if ((value & CSR_STATE_BIT_CMSTR) && ohci->is_root) { in ohci_write_csr()
/linux-6.3-rc2/fs/ntfs3/
A Dinode.c36 bool is_root = false; in ntfs_read_mft() local
262 is_root = true; in ntfs_read_mft()
287 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft()

Completed in 61 milliseconds