Home
last modified time | relevance | path

Searched refs:l2cache (Results 1 – 15 of 15) sorted by relevance

/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1780 nvlist_t **spares, **l2cache; in zpool_add() local
1798 &l2cache, &nl2cache) == 0) { in zpool_add()
2957 boolean_t *l2cache, boolean_t *log, boolean_t return_parent) in vdev_to_nvlist_iter() argument
3123 avail_spare, l2cache, NULL, return_parent)) != NULL) { in vdev_to_nvlist_iter()
3144 avail_spare, l2cache, NULL, return_parent)) in vdev_to_nvlist_iter()
3157 avail_spare, l2cache, NULL, return_parent)) in vdev_to_nvlist_iter()
3159 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
3174 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev_by_physpath() argument
3193 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
3196 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, log, in zpool_find_vdev_by_physpath()
[all …]
H A Dlibzfs_import.c154 uint64_t state, guid, l2cache; in zpool_clear_label() local
184 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in zpool_clear_label()
185 l2cache == POOL_STATE_L2CACHE) { in zpool_clear_label()
H A Dlibzfs.abi7105 <parameter type-id='37e3bd22' name='l2cache'/>
7113 <parameter type-id='37e3bd22' name='l2cache'/>
7121 <parameter type-id='37e3bd22' name='l2cache'/>
/src/sys/contrib/device-tree/src/riscv/sifive/
H A Dfu540-c000.dtsi63 next-level-cache = <&l2cache>;
90 next-level-cache = <&l2cache>;
117 next-level-cache = <&l2cache>;
144 next-level-cache = <&l2cache>;
302 l2cache: cache-controller@2010000 { label
/src/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c1006 boolean_t avail_spare, l2cache, log; in vdev_size_from_config() local
1010 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_size_from_config()
1039 boolean_t avail_spare, l2cache, log; in vdev_whole_disk_from_config() local
1042 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_whole_disk_from_config()
1061 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local
1084 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
/src/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi36 next-level-cache = <&l2cache>;
145 l2cache: cache-controller@13400000 { label
/src/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1485 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local
1517 l2cache = NULL; in construct_spec()
1587 if (l2cache != NULL) { in construct_spec()
1658 l2cache = child; in construct_spec()
1776 (const nvlist_t **)l2cache, nl2cache) == 0); in construct_spec()
1784 nvlist_free(l2cache[t]); in construct_spec()
1787 free(l2cache); in construct_spec()
H A Dzpool_main.c8048 boolean_t avail_spare, l2cache; in zpool_do_online() local
8062 &l2cache, NULL); in zpool_do_online()
9601 nvlist_t *l2c = NULL, **l2cache; in l2cache_nvlist() local
9604 &l2cache, &nl2cache) == 0) { in l2cache_nvlist()
9611 vdev_stats_nvlist(zhp, cb, l2cache[i], 2, in l2cache_nvlist()
9614 vdev_stats_nvlist(zhp, cb, l2cache[i], 2, in l2cache_nvlist()
10429 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument
10441 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache()
10443 print_status_config(zhp, cb, name, l2cache[i], 2, in print_l2cache()
11070 nvlist_t **spares, **l2cache; in status_callback() local
[all …]
/src/sys/contrib/openzfs/module/zfs/
H A Dspa.c2569 nvlist_t **l2cache = NULL; in spa_load_l2cache() local
2603 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache)); in spa_load_l2cache()
2610 guid = fnvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID); in spa_load_l2cache()
2629 VERIFY0(spa_config_parse(spa, &vd, l2cache[i], NULL, 0, in spa_load_l2cache()
2674 l2cache = kmem_alloc(sav->sav_count * sizeof (void *), in spa_load_l2cache()
2677 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache()
2680 (const nvlist_t * const *)l2cache, sav->sav_count); in spa_load_l2cache()
2706 nvlist_free(l2cache[i]); in spa_load_l2cache()
2708 kmem_free(l2cache, sav->sav_count * sizeof (void *)); in spa_load_l2cache()
6636 nvlist_t **l2cache; local
[all …]
H A Dvdev_removal.c2432 nvlist_t **spares, **l2cache, *nv; in spa_vdev_remove() local
2497 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2498 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove()
2522 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
/src/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c497 nvlist_t **spares, **l2cache; in get_configs() local
865 &l2cache, &nl2cache) == 0) { in get_configs()
867 if (fix_paths(hdl, l2cache[i], pl->names) != 0) in get_configs()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXTHead.td719 def TH_L2CACHE_CALL : THCacheInst_void<0b10101, "th.l2cache.call">;
720 def TH_L2CACHE_IALL : THCacheInst_void<0b10110, "th.l2cache.iall">;
721 def TH_L2CACHE_CIALL : THCacheInst_void<0b10111, "th.l2cache.ciall">;
/src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.td1064 def L2CACHE_IALL : I_5_CACHE<0b100110, 0b01000, "l2cache.iall">;
1065 def L2CACHE_CALL : I_5_CACHE<0b100110, 0b00100, "l2cache.call">;
1066 def L2CACHE_CIALL : I_5_CACHE<0b100110, 0b01100, "l2cache.ciall">;
/src/sys/contrib/openzfs/include/sys/
H A Dspa.h1149 boolean_t l2cache);
/src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5477 uint64_t psize, ashift, l2cache; in dump_label() local
5580 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label()
5581 l2cache == POOL_STATE_L2CACHE) { in dump_label()