Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1733 nvlist_t **spares, **l2cache; in zpool_add() local
2979 *l2cache = B_TRUE; in vdev_to_nvlist_iter()
3012 *l2cache = B_FALSE; in zpool_find_vdev_by_physpath()
3075 if (!l2cache) in zpool_find_vdev()
3076 l2cache = &__l2cache; in zpool_find_vdev()
3081 *l2cache = B_FALSE; in zpool_find_vdev()
3111 *is_l2cache = l2cache; in zpool_vdev_path_to_guid_impl()
3170 if (l2cache) { in zpool_vdev_online()
3444 if (l2cache) in zpool_vdev_attach()
3655 if (l2cache) in zpool_vdev_detach()
[all …]
H A Dlibzfs_import.c153 uint64_t state, guid, l2cache; in zpool_clear_label() local
183 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in zpool_clear_label()
184 l2cache == POOL_STATE_L2CACHE) { in zpool_clear_label()
H A Dlibzfs.abi6434 <parameter type-id='37e3bd22' name='l2cache'/>
6442 <parameter type-id='37e3bd22' name='l2cache'/>
/freebsd/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi36 next-level-cache = <&l2cache>;
66 l2cache: cache-controller@13400000 { label
/freebsd/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
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c1003 boolean_t avail_spare, l2cache, log; in vdev_size_from_config() local
1007 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_size_from_config()
1036 boolean_t avail_spare, l2cache, log; in vdev_whole_disk_from_config() local
1039 nvl = zpool_find_vdev(zhp, vdev_path, &avail_spare, &l2cache, &log); in vdev_whole_disk_from_config()
1058 boolean_t avail_spare, l2cache; in zfsdle_vdev_online() local
1081 &avail_spare, &l2cache, NULL)) != NULL) { in zfsdle_vdev_online()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c1493 nvlist_t *nvroot, *nv, **top, **spares, **l2cache; in construct_spec() local
1502 l2cache = NULL; in construct_spec()
1572 if (l2cache != NULL) { in construct_spec()
1644 l2cache = child; in construct_spec()
1757 (const nvlist_t **)l2cache, nl2cache) == 0); in construct_spec()
1765 nvlist_free(l2cache[t]); in construct_spec()
1768 free(l2cache); in construct_spec()
H A Dzpool_main.c7223 boolean_t avail_spare, l2cache; in zpool_do_online() local
7237 &l2cache, NULL); in zpool_do_online()
8681 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in print_l2cache() argument
8693 name = zpool_vdev_name(g_zfs, zhp, l2cache[i], in print_l2cache()
8695 print_status_config(zhp, cb, name, l2cache[i], 2, in print_l2cache()
9170 nvlist_t **spares, **l2cache; in status_callback() local
9223 &l2cache, &nl2cache) == 0) in status_callback()
9224 print_l2cache(zhp, cbp, l2cache, nl2cache); in status_callback()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspa.c2277 nvlist_t **l2cache = NULL; in spa_load_l2cache() local
2385 l2cache[i] = vdev_config_generate(spa, in spa_load_l2cache()
2414 nvlist_free(l2cache[i]); in spa_load_l2cache()
5938 nvlist_t **l2cache; local
5958 &l2cache, &nl2cache));
5965 guid = fnvlist_lookup_uint64(l2cache[i],
6330 nvlist_t **spares, **l2cache; local
6498 &l2cache, &nl2cache) == 0) {
6645 nvlist_t **spares, **l2cache; local
6765 &l2cache, &nl2cache) == 0) {
[all …]
H A Dvdev_removal.c2381 nvlist_t **spares, **l2cache, *nv; in spa_vdev_remove() local
2446 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache) == 0 && in spa_vdev_remove()
2447 (nv = spa_nvlist_lookup_by_guid(l2cache, nl2cache, guid)) != NULL) { in spa_vdev_remove()
2471 ZPOOL_CONFIG_L2CACHE, l2cache, nl2cache, nv); in spa_vdev_remove()
/freebsd/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c496 nvlist_t **spares, **l2cache; in get_configs() local
864 &l2cache, &nl2cache) == 0) { in get_configs()
866 if (fix_paths(hdl, l2cache[i], pl->names) != 0) in get_configs()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoXTHead.td769 def TH_L2CACHE_CALL : THCacheInst_void<0b10101, "th.l2cache.call">;
770 def TH_L2CACHE_IALL : THCacheInst_void<0b10110, "th.l2cache.iall">;
771 def TH_L2CACHE_CIALL : THCacheInst_void<0b10111, "th.l2cache.ciall">;
/freebsd/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">;
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h1095 boolean_t l2cache);
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5071 uint64_t psize, ashift, l2cache; in dump_label() local
5174 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label()
5175 l2cache == POOL_STATE_L2CACHE) { in dump_label()