Home
last modified time | relevance | path

Searched refs:is_shared (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/fs/btrfs/
Dbackref.c1549 u64 bytenr, int level, bool *is_shared) in lookup_backref_shared_cache() argument
1577 if (!entry->is_shared && in lookup_backref_shared_cache()
1586 if (entry->is_shared && in lookup_backref_shared_cache()
1590 *is_shared = entry->is_shared; in lookup_backref_shared_cache()
1598 if (*is_shared) { in lookup_backref_shared_cache()
1600 cache->entries[i].is_shared = true; in lookup_backref_shared_cache()
1615 u64 bytenr, int level, bool is_shared) in store_backref_shared_cache() argument
1634 if (is_shared) in store_backref_shared_cache()
1641 entry->is_shared = is_shared; in store_backref_shared_cache()
1651 if (is_shared) { in store_backref_shared_cache()
[all …]
Dbackref.h23 bool is_shared; member
/Linux-v6.1/drivers/s390/block/
Ddcssblk.c78 unsigned char is_shared; member
341 return sprintf(buf, dev_info->is_shared ? "1\n" : "0\n"); in dcssblk_shared_show()
370 dev_info->is_shared = 1; in dcssblk_shared_store()
395 dev_info->is_shared = 0; in dcssblk_shared_store()
649 dev_info->is_shared = 1; in dcssblk_add_store()
878 if (dev_info->is_shared) { in dcssblk_submit_bio()
/Linux-v6.1/drivers/cpufreq/
Dcpufreq_governor.h98 bool is_shared; /* This object is used by multiple CPUs */ member
Dcpufreq_governor.c303 if (policy_dbs->is_shared) { in dbs_update_util_handler()
522 policy_dbs->is_shared = policy_is_shared(policy); in cpufreq_dbs_governor_start()
/Linux-v6.1/arch/x86/include/asm/uv/
Dbios.h133 unsigned long long is_shared:1; member
/Linux-v6.1/fs/xfs/scrub/
Dbmap.c95 bool is_shared; member
133 if (info->is_shared) { in xchk_bmap_get_rmap()
638 info.is_shared = whichfork == XFS_DATA_FORK && xfs_is_reflink_inode(ip); in xchk_bmap()
/Linux-v6.1/drivers/net/fjes/
Dfjes_main.c1196 int is_shared; in fjes_watch_unshare_task() local
1211 is_shared = fjes_hw_epid_is_shared(hw->hw_info.share, in fjes_watch_unshare_task()
1225 (is_shared && (!is_shared || !stop_req_done))) && in fjes_watch_unshare_task()
1226 (is_shared || !unshare_watch || !unshare_reserve)) in fjes_watch_unshare_task()
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dcounters.c661 bool is_shared; in mlx5_ib_alloc_counters() local
664 is_shared = MLX5_CAP_GEN(dev->mdev, log_max_uctx) != 0; in mlx5_ib_alloc_counters()
676 is_shared ? MLX5_SHARED_RESOURCE_UID : 0); in mlx5_ib_alloc_counters()
/Linux-v6.1/drivers/platform/x86/
Duv_sysfs.c89 if (!obj->f.fields.this_part && !obj->f.fields.is_shared) in cache_obj_to_cnode()
137 return sprintf(buf, "%d\n", hub_info->f.fields.is_shared); in hub_shared_show()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c144 bool is_shared; member
506 if (entry->counter->is_shared && in mlx5_tc_ct_counter_put()
962 counter->is_shared = false; in mlx5_tc_ct_counter_create()
1025 shared_counter->is_shared = true; in mlx5_tc_ct_shared_counter_get()
/Linux-v6.1/drivers/nvme/host/
Dcore.c38 bool is_shared; member
1446 info->is_shared = id->nmic & NVME_NS_NMIC_SHARED; in nvme_ns_info_from_identify()
1482 info->is_shared = id->nmic & NVME_NS_NMIC_SHARED; in nvme_ns_info_from_id_cs_indep()
4026 head->shared = info->is_shared; in nvme_alloc_ns_head()
4114 if (!info->is_shared || !head->shared) { in nvme_init_ns_head()