Searched refs:swap (Results 26 - 50 of 1115) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dsyncstream.inc15 using std::swap;
H A Dany.inc21 using std::swap;
/freebsd-current/libexec/rc/rc.d/
H A Dzvol12 desc="Activate swap on ZVOLs"
20 # Enable swap on ZVOLs with property org.freebsd:swap=on.
21 zfs list -H -o org.freebsd:swap,name -t volume |
33 # Disable swap on ZVOLs with property org.freebsd:swap=on.
34 zfs list -H -o org.freebsd:swap,name -t volume |
/freebsd-current/contrib/llvm-project/libcxx/include/__concepts/
H A Dswappable.h24 #include <__utility/swap.h>
44 void swap(_Tp&, _Tp&) = delete;
51 swap(std::forward<_Tp>(__t), std::forward<_Up>(__u));
72 // 2.1 `S` is `(void)swap(E1, E2)`* if `E1` or `E2` has class or enumeration type and...
73 // *The name `swap` is used here unqualified.
77 noexcept(noexcept(swap(std::forward<_Tp>(__t), std::forward<_Up>(__u)))) {
78 swap(std::forward<_Tp>(__t), std::forward<_Up>(__u));
102 inline constexpr auto swap = __swap::__fn{}; member in namespace:ranges::__cpo
107 concept swappable = requires(_Tp& __a, _Tp& __b) { ranges::swap(__a, __b); };
111 ranges::swap(st
[all...]
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Dcbc.pl35 local($name,$enc_func,$dec_func,$swap,$iv_off,$enc_off,$p1,$p2,$p3)=@_;
38 # swap is true if byte order needs to be reversed
126 &bswap("eax") if $swap;
127 &bswap("ebx") if $swap;
137 &bswap("eax") if $swap;
138 &bswap("ebx") if $swap;
196 &bswap("eax") if $swap;
197 &bswap("ebx") if $swap;
207 &bswap("eax") if $swap;
208 &bswap("ebx") if $swap;
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dracct.sh41 (cd ../testcases/swap; ./swap -t 2m -i 5 -v -l 100) > /dev/null &
H A Dswappedout.sh37 (cd ../testcases/swap; ./swap -t 2m -i 20 -v) > /dev/null
H A Dsu.sh39 (cd ../testcases/swap; ./swap -t 5m -i 5 -v -l 100) > /dev/null &
H A Dgpt.sh37 md_unit=$(mdconfig -t swap -s 30MB)
39 geom part add -s 10M -t linux-swap -l tst0 "$md_unit"
H A Dsyzkaller20.sh101 (cd ../testcases/swap; ./swap -t 1m -i 20 -h > /dev/null 2>&1) &
104 pkill -9 syzkaller20 swap
105 while pgrep -q swap; do pkill swap; done
H A Dsignal0.sh47 (cd ../testcases/swap; ./swap -t 5m -i 20 -h -v) > /dev/null 2>&1 &
57 while pkill -9 swap; do :; done
H A Dshm3.sh60 ../testcases/swap/swap -t 3m -i 50 > /dev/null &
68 while pkill swap; do
H A Dfdgrowtable.sh46 ../testcases/swap/swap -t 2m -i 40 -h
H A Dmd6.sh41 mdconfig -a -t swap -s 10m -u $mdstart || exit 1
H A Dnullfs28.sh51 mdconfig -a -t swap -s 2g -u $mdstart || exit 1
63 (cd ../testcases/swap; ./swap -t ${runtime}s -i 20) &
72 pkill swap
/freebsd-current/tools/test/stress2/testcases/
H A DMakefile20 swap \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_swap/
H A Dzvol_swap_006_pos.ksh43 # 3. Verify overlapping swap volume are not allowed.
53 log_must swap -d $swapname ${swap_opt[$i]}
64 # swap -a won't allow the use of multiple segments of the same volume unless
90 log_must swap -d $swapname
94 log_must swap -a $swapname ${swap_opt[$i]} ${swap_opt[((i+1))]}
100 log_note "Verify overlapping swap volume are not allowed"
103 log_mustnot swap -a $swapname ${swap_opt[$i]}
H A Dzvol_swap_005_pos.ksh42 # 3. Verify swap -a should succeed when swaplow + swaplen <= volume size.
55 # the swap area in 512-byte blocks.
65 log_must swap -a $swapname $swaplow $swaplen
66 log_must swap -d $swapname $swaplow
/freebsd-current/contrib/llvm-project/libcxx/include/__stop_token/
H A Dstop_token.h36 _LIBCPP_HIDE_FROM_ABI void swap(stop_token& __other) noexcept { __state_.swap(__other.__state_); }
48 _LIBCPP_HIDE_FROM_ABI friend void swap(stop_token& __lhs, stop_token& __rhs) noexcept { __lhs.swap(__rhs); }
H A Dintrusive_shared_ptr.h18 #include <__utility/swap.h>
78 __intrusive_shared_ptr(std::move(__other)).swap(*this);
92 _LIBCPP_HIDE_FROM_ABI void swap(__intrusive_shared_ptr& __other) { std::swap(__raw_ptr_, __other.__raw_ptr_); } function
94 _LIBCPP_HIDE_FROM_ABI friend void swap(__intrusive_shared_ptr& __lhs, __intrusive_shared_ptr& __rhs) { function
95 __lhs.swap(__rhs);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h105 friend void swap(Profile &L, Profile &R) { function in class:llvm::xray::Profile
106 using std::swap;
107 swap(L.Blocks, R.Blocks);
108 swap(L.NodeStorage, R.NodeStorage);
109 swap(L.Roots, R.Roots);
110 swap(L.PathIDMap, R.PathIDMap);
111 swap(L.NextID, R.NextID);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp213 void SmallPtrSetImplBase::swap(SmallPtrSetImplBase &RHS) {
218 std::swap(this->CurArray, RHS.CurArray);
219 std::swap(this->CurArraySize, RHS.CurArraySize);
220 std::swap(this->NumNonEmpty, RHS.NumNonEmpty);
221 std::swap(this->NumTombstones, RHS.NumTombstones);
232 std::swap(RHS.CurArraySize, this->CurArraySize);
233 std::swap(this->NumNonEmpty, RHS.NumNonEmpty);
234 std::swap(this->NumTombstones, RHS.NumTombstones);
246 std::swap(RHS.CurArraySize, this->CurArraySize);
247 std::swap(RH
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_016_pos.ksh38 # 'zpool create' will success with no device in swap
42 # 1. delete all devices in the swap
53 #recover swap devices
57 echo "$sdisk - - swap - no -" >> $FSTAB
70 typeset swap_disks=$(swap -l | awk '!/swapfile/ {print $1}')
73 log_assert "'zpool create' should success with no device in swap."
77 log_note "Executing: swap -d $sdisk"
78 swap -d $sdisk >/dev/null 2>&1 ||
79 log_untested "Unable to delete swap device $sdisk because of" \
/freebsd-current/usr.bin/top/
H A Dmachine.h51 int *swap; member in struct:system_info
74 bool swap; /* show swap usage */ member in struct:process_select
/freebsd-current/tests/sys/cddl/zfs/tests/txg_integrity/
H A Dsetup.ksh33 log_must $MDCONFIG -a -t swap -s 1g -u $TESTCASE_ID

Completed in 235 milliseconds

1234567891011>>