Home
last modified time | relevance | path

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

/freebsd-src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1800 nvlist_t **spares, **l2cache; in zpool_add()
1818 &l2cache, &nl2cache) == 0) { in zpool_add()
2881 boolean_t *l2cache, boolean_t *log, boolean_t return_parent) in vdev_to_nvlist_iter()
3035 avail_spare, l2cache, NULL, return_parent)) != NULL) { in zpool_vdev_is_interior()
3056 avail_spare, l2cache, NULL, return_parent)) in zpool_find_vdev()
3069 avail_spare, l2cache, NULL, return_parent)) in zpool_find_vdev()
3071 *l2cache = B_TRUE; in zpool_find_vdev()
3086 boolean_t *avail_spare, boolean_t *l2cache, boolean_t *log) in zpool_find_vdev()
3105 *l2cache = B_FALSE; in zpool_vdev_path_to_guid_impl()
3108 ret = vdev_to_nvlist_iter(nvroot, search, avail_spare, l2cache, lo in zpool_vdev_path_to_guid_impl()
1733 nvlist_t **spares, **l2cache; zpool_add() local
2800 vdev_to_nvlist_iter(nvlist_t * nv,nvlist_t * search,boolean_t * avail_spare,boolean_t * l2cache,boolean_t * log) vdev_to_nvlist_iter() argument
2993 zpool_find_vdev_by_physpath(zpool_handle_t * zhp,const char * ppath,boolean_t * avail_spare,boolean_t * l2cache,boolean_t * log) zpool_find_vdev_by_physpath() argument
3047 zpool_find_vdev(zpool_handle_t * zhp,const char * path,boolean_t * avail_spare,boolean_t * l2cache,boolean_t * log) zpool_find_vdev() argument
3101 boolean_t spare = B_FALSE, l2cache = B_FALSE, log = B_FALSE; zpool_vdev_path_to_guid_impl() local
3136 boolean_t avail_spare, l2cache, islog; zpool_vdev_online() local
3224 boolean_t avail_spare, l2cache; zpool_vdev_offline() local
3278 boolean_t avail_spare, l2cache; zpool_vdev_remove_wanted() local
3420 boolean_t avail_spare, l2cache, islog; zpool_vdev_attach() local
3641 boolean_t avail_spare, l2cache; zpool_vdev_detach() local
3980 boolean_t avail_spare, l2cache, islog; zpool_vdev_remove() local
4077 boolean_t avail_spare, l2cache, islog; zpool_vdev_indirect_size() local
4111 boolean_t avail_spare, l2cache; zpool_clear() local
5140 boolean_t avail_spare, l2cache; zpool_vdev_guid() local
[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.abi6729 <parameter type-id='37e3bd22' name='l2cache'/>
6737 <parameter type-id='37e3bd22' name='l2cache'/>
6745 <parameter type-id='37e3bd22' name='l2cache'/>
/freebsd-src/sys/contrib/device-tree/src/riscv/renesas/
H A Dr9a07g043f.dtsi36 next-level-cache = <&l2cache>;
145 l2cache: cache-controller@13400000 {
66 l2cache: cache-controller@13400000 { global() label
/freebsd-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
/freebsd-src/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-src/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.c950 * Print the list of l2cache devices for dry runs. in add_prop_list()
7208 fnvlist_add_nvlist(item, "l2cache", l2c); in zpool_do_split()
7983 boolean_t avail_spare, l2cache; in zpool_do_trim()
7997 &l2cache, NULL); in zpool_do_trim()
9459 nvlist_t *l2c = NULL, **l2cache; in zpool_do_status()
9462 &l2cache, &nl2cache) == 0) { in zpool_do_status()
9469 vdev_stats_nvlist(zhp, cb, l2cache[i], 2, in zpool_do_status()
9472 vdev_stats_nvlist(zhp, cb, l2cache[i], 2, in zpool_do_status()
9479 fnvlist_add_nvlist(item, "l2cache", l2c); in zpool_do_status()
10287 print_l2cache(zpool_handle_t *zhp, status_cbdata_t *cb, nvlist_t **l2cache, in zpool_do_events_nvprint()
7316 boolean_t avail_spare, l2cache; zpool_do_online() local
8774 print_l2cache(zpool_handle_t * zhp,status_cbdata_t * cb,nvlist_t ** l2cache,uint_t nl2cache) print_l2cache() argument
9263 nvlist_t **spares, **l2cache; status_callback() local
[all...]
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dspa.c2329 * Load (or re-load) the current list of vdevs describing the active l2cache for in spa_load_l2cache()
2339 nvlist_t **l2cache = NULL; in spa_load_l2cache()
2373 ZPOOL_CONFIG_L2CACHE, &l2cache, &nl2cache)); in spa_load_l2cache()
2380 guid = fnvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID); in spa_load_l2cache()
2399 VERIFY(spa_config_parse(spa, &vd, l2cache[i], NULL, 0, in spa_load_l2cache()
2405 * Commit this vdev as an l2cache device, in spa_load_l2cache()
2438 * Recompute the stashed list of l2cache devices, with status in load_nvlist()
2444 l2cache = kmem_alloc(sav->sav_count * sizeof (void *),
2447 l2cache[i] = vdev_config_generate(spa, in spa_healthy_core_tvds()
2450 (const nvlist_t * const *)l2cache, sa in spa_healthy_core_tvds()
2272 nvlist_t **l2cache = NULL; spa_load_l2cache() local
5933 nvlist_t **l2cache; global() local
6325 nvlist_t **spares, **l2cache; global() local
6640 nvlist_t **spares, **l2cache; global() local
7197 nvlist_t **spares, **l2cache; global() local
[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-src/sys/contrib/openzfs/lib/libzutil/
H A Dzutil_import.c496 nvlist_t **spares, **l2cache; in get_configs() local
861 * Update the paths for l2cache devices. in get_configs()
864 &l2cache, &nl2cache) == 0) { in get_configs()
866 if (fix_paths(hdl, l2cache[i], pl->names) != 0) in get_configs()
1233 * In case of spare or l2cache, we directly return path/devid from the in label_paths()
1503 * Check if it's a spare or l2cache device. If it is, in zpool_find_import_impl()
/freebsd-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">;
/freebsd-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">;
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dspa.h1116 boolean_t l2cache);
/freebsd-src/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5328 uint64_t psize, ashift, l2cache; in dump_one_objset()
5431 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in same_metaslab()
5432 l2cache == POOL_STATE_L2CACHE) { in same_metaslab()
5116 uint64_t psize, ashift, l2cache; dump_label() local