Home
last modified time | relevance | path

Searched refs:OP (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/dpdk/app/test/
H A Dtest_trace_perf.c30 #define CENT_OPS(OP) do { \ argument
31 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
32 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
33 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
34 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
35 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
36 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
37 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
38 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
39 OP; OP; OP; OP; OP; OP; OP; OP; OP; OP; \
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dmutex_prof.h10 OP(ctl) \
11 OP(prof)
16 #undef OP
21 OP(large) \
22 OP(extent_avail) \
26 OP(decay_dirty) \
27 OP(decay_muzzy) \
28 OP(base) \
29 OP(tcache_list)
34 #undef OP
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Ddebug.h76 #define VERIFY3B(LEFT, OP, RIGHT) do { \ argument
79 if (!(_verify3_left OP _verify3_right)) \
82 "failed (%d " #OP " %d)\n", \
87 #define VERIFY3S(LEFT, OP, RIGHT) do { \ argument
90 if (!(_verify3_left OP _verify3_right)) \
93 "failed (%lld " #OP " %lld)\n", \
98 #define VERIFY3U(LEFT, OP, RIGHT) do { \ argument
101 if (!(_verify3_left OP _verify3_right)) \
104 "failed (%llu " #OP " %llu)\n", \
109 #define VERIFY3P(LEFT, OP, RIGHT) do { \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Ddebug.h70 #define VERIFY3B(LEFT, OP, RIGHT) do { \ argument
73 if (!(_verify3_left OP _verify3_right)) \
76 "failed (%d " #OP " %d)\n", \
81 #define VERIFY3S(LEFT, OP, RIGHT) do { \ argument
84 if (!(_verify3_left OP _verify3_right)) \
87 "failed (%lld " #OP " %lld)\n", \
92 #define VERIFY3U(LEFT, OP, RIGHT) do { \ argument
95 if (!(_verify3_left OP _verify3_right)) \
98 "failed (%llu " #OP " %llu)\n", \
103 #define VERIFY3P(LEFT, OP, RIGHT) do { \ argument
[all …]
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/
H A Dassert.h61 #define VERIFY3B(LEFT, OP, RIGHT) \ argument
65 if (!(__left OP __right)) \
67 "%s %s %s (0x%llx %s 0x%llx)", #LEFT, #OP, #RIGHT, \
68 (u_longlong_t)__left, #OP, (u_longlong_t)__right); \
71 #define VERIFY3S(LEFT, OP, RIGHT) \ argument
75 if (!(__left OP __right)) \
77 "%s %s %s (0x%llx %s 0x%llx)", #LEFT, #OP, #RIGHT, \
81 #define VERIFY3U(LEFT, OP, RIGHT) \ argument
85 if (!(__left OP __right)) \
91 #define VERIFY3P(LEFT, OP, RIGHT) \ argument
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/firmware/
H A Dlinaro,optee-tz.txt1 OP-TEE Device Tree Bindings
3 OP-TEE is a piece of software using hardware features to provide a Trusted
10 * OP-TEE based on ARM TrustZone required properties:
14 - method : The method of calling the OP-TEE Trusted OS. Permitted
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/compression/
H A Dcompress_002_pos.ksh49 typeset OP=create
57 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE0 -b $BLOCKSZ \
63 log_must file_write -o $OP -f $TESTDIR1/$TESTFILE1 -b $BLOCKSZ \
H A Dcompress_001_pos.ksh44 typeset OP=create
52 log_must file_write -o $OP -f $TESTDIR/$TESTFILE0 -b $BLOCKSZ \
58 log_must file_write -o $OP -f $TESTDIR/$TESTFILE1 -b $BLOCKSZ \
/f-stack/freebsd/sys/
H A Dkobj.h225 #define KOBJOPLOOKUP(OPS,OP) do { \ argument
226 kobjop_desc_t _desc = &OP##_##desc; \
239 #define KOBJOPLOOKUP(OPS,OP) do { \ argument
240 kobjop_desc_t _desc = &OP##_##desc; \
H A Dmount.h874 #define VFS_SYSCTL(MP, OP, REQ) ({ \ argument
877 _rc = (*(MP)->mnt_op->vfs_sysctl)(MP, OP, REQ); \
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_002_pos.ksh79 typeset OP=create
88 log_must file_write -o $OP -f $TESTDIR/file$i \
H A Dsnapshot_006_pos.ksh78 typeset OP=create
86 log_must file_write -o $OP -f $TESTDIR1/file$i \
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dstats.c12 #define OP(mtx) #mtx, macro
14 #undef OP
18 #define OP(mtx) #mtx, macro
20 #undef OP
107 #define OP(counter, counter_type, human) \ in mutex_stats_init_cols() macro
116 #undef OP in mutex_stats_init_cols()
139 #undef OP in mutex_stats_read_global()
164 #undef OP in mutex_stats_read_arena()
186 #undef OP in mutex_stats_read_arena_bin()
207 #define OP(counter, type, human) \ in mutex_stats_emit() macro
[all …]
H A Dctl.c218 #undef OP
223 #undef OP
463 #undef OP
468 #undef OP
515 #undef OP
520 #undef OP
779 #define OP(mtx) malloc_mutex_prof_merge( \ in ctl_arena_stats_sdmerge() macro
785 #undef OP in ctl_arena_stats_sdmerge()
2749 #define OP(mtx) \ in CTL_RO_NL_CGEN() macro
2753 #undef OP in CTL_RO_NL_CGEN()
[all …]
/f-stack/dpdk/doc/guides/cryptodevs/features/
H A Dopenssl.ini13 RSA PRIV OP KEY EXP = Y
14 RSA PRIV OP KEY QT = Y
H A Dqat.ini18 RSA PRIV OP KEY EXP = Y
19 RSA PRIV OP KEY QT = Y
H A Ddefault.ini26 RSA PRIV OP KEY EXP =
27 RSA PRIV OP KEY QT =
H A Docteontx.ini15 RSA PRIV OP KEY QT = Y
H A Docteontx2.ini16 RSA PRIV OP KEY QT = Y
/f-stack/dpdk/doc/guides/cryptodevs/
H A Doverview.rst40 - "RSA PRIV OP KEY EXP" feature flag means PMD support RSA private key
43 - "RSA PRIV OP KEY QT" feature flag means PMD support RSA private key
/f-stack/freebsd/amd64/include/
H A Datomic.h114 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
160 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
164 __asm __volatile(MPLOCKED OP \
173 __asm __volatile(MPLOCKED OP \
/f-stack/freebsd/i386/include/
H A Datomic.h108 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
158 #define ATOMIC_ASM(NAME, TYPE, OP, CONS, V) \ argument
162 __asm __volatile(MPLOCKED OP \
171 __asm __volatile(MPLOCKED OP \
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_user.c807 #define S(OP) [ATMOP_##OP] = #OP argument
/f-stack/freebsd/contrib/device-tree/src/arm64/ti/
H A Dk3-am654-base-board.dts33 reg = <0 0x9e800000 0 0x01800000>; /* for OP-TEE */
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220-hikey.dts37 * 0x3e00,0000 - 0x3fff,ffff: OP-TEE

12