Home
last modified time | relevance | path

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

/linux/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()
1038 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/tools/testing/selftests/livepatch/
A Dfunctions.sh28 function is_root() { function
93 is_root
/linux/include/linux/
A Dobjagg.h41 bool is_root; member
/linux/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/fs/gfs2/
A Dinode.h101 int is_root);
A Dinode.c282 int is_root) in gfs2_lookupi() argument
307 if (!is_root) { in gfs2_lookupi()
/linux/tools/perf/util/
A Dmetricgroup.c957 bool is_root = !root_metric; in __add_metric() local
970 if (is_root) { in __add_metric()
1029 if (is_root) in __add_metric()
1032 } else if (is_root) in __add_metric()
/linux/net/sched/
A Dcls_u32.c76 bool is_root; member
363 root_ht->is_root = true; in u32_init()
666 if (ht->is_root) { in u32_delete()
737 if (ht_down->is_root) { in u32_set_parms()
/linux/drivers/net/ethernet/intel/ice/
A Dice_switch.c1281 bool is_root; in ice_get_recp_frm_fw() local
1292 is_root = root_bufs.content.rid & ICE_AQ_RECIPE_ID_IS_ROOT; in ice_get_recp_frm_fw()
1337 recps[idx].is_root = !!is_root; in ice_get_recp_frm_fw()
1348 if (!is_root) in ice_get_recp_frm_fw()
4345 bool is_root, idx_found = false; in ice_add_sw_recipe() local
4362 is_root = (rm->root_rid == entry->rid); in ice_add_sw_recipe()
4363 recp->is_root = is_root; in ice_add_sw_recipe()
4366 recp->big_recp = (is_root && rm->n_grp_count > 1); in ice_add_sw_recipe()
4382 if (!is_root) in ice_add_sw_recipe()
A Dice_switch.h187 u8 is_root; member
/linux/net/mac80211/
A Dmesh.h125 bool is_root; member
A Dmesh_hwmp.c666 da = (mpath && mpath->is_root) ? in hwmp_preq_frame_process()
882 mpath->is_root = true; in hwmp_rann_frame_process()
1106 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/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/fs/ntfs3/
A Dinode.c36 bool is_root = false; in ntfs_read_mft() local
250 is_root = true; in ntfs_read_mft()
275 if (!is_root || attr->name_len != ARRAY_SIZE(I30_NAME) || in ntfs_read_mft()

Completed in 45 milliseconds