Home
last modified time | relevance | path

Searched full:ne (Results 1 – 25 of 505) sorted by relevance

12345678910>>...21

/linux/tools/testing/selftests/net/
H A Drtnetlink.sh120 if [[ $ret -ne 0 ]] && [[ "${PAUSE_ON_FAIL}" = "yes" ]]; then
153 if [ $ret -ne 0 ] ;then
183 if [ $ret -ne 0 ];then
210 if [ $ret -ne 0 ];then
236 if [ $ret -ne 0 ];then
253 if [ $ret -ne 0 ];then
286 if [ $ret -ne 0 ];then
353 if [ $ret -ne 0 ];then
368 if [ $ret -ne 0 ]; then
400 if [ $ret -ne 0 ]; then
[all …]
H A Dnetdevice.sh28 if [ $? -ne 0 ];then
52 if [ $? -ne 0 ];then
91 if [ $ret -ne 0 ];then
113 if [ $? -ne 0 ];then
125 if [ $? -ne 0 ];then
185 if [ $? -ne 0 ];then
219 if [ "$(id -u)" -ne 0 ];then
225 if [ $? -ne 0 ];then
H A Dxfrm_policy.sh123 if [ $? -ne 0 ] && [ $policy_checks_ok -eq 1 ] ;then
130 if [ $? -ne 0 ] && [ $policy_checks_ok -eq 1 ] ;then
209 if [ $? -ne $rval ] ; then
213 if [ $? -ne $rval ] ; then
220 if [ $? -ne $rval ] ; then
224 if [ $? -ne $rval ] ; then
238 if [ $? -ne 0 ]; then
247 if [ $? -ne 0 ]; then
256 if [ $? -ne 0 ]; then
279 if [ $i -ne 10 ] ;then
[all …]
/linux/arch/arm64/lib/
H A Dmte.S35 b.ne 1b
56 b.ne 1b
61 b.ne 2b
79 b.ne 1b
101 b.ne 1b
127 b.ne 1b
148 b.ne 2b // which is 16*16=256 bytes
153 b.ne 1b
171 b.ne 2b
174 b.ne 1b
/linux/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh69 if [ "$(countrule -c 0 0)" -ne 4 ]; then
78 if [ "$(countrule -c 2)" -ne 2 ]; then
86 if [ "$(countrule -c 1)" -ne 4 ]; then
94 if [ "$(countrule -c 1)" -ne 1 ]; then
102 if [ "$(countrule -c 1)" -ne 2 ]; then
110 if [ "$(countrule -c 1)" -ne 2 ]; then
118 if [ "$(countrule -c 1)" -ne 0 ]; then
126 if [ "$(countrule -c 1)" -ne 0 ]; then
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dcirrus,madera.yaml72 timer7-sts, timer8-sts, log1-fifo-ne,
73 log2-fifo-ne, log3-fifo-ne, log4-fifo-ne,
74 log5-fifo-ne, log6-fifo-ne, log7-fifo-ne,
75 log8-fifo-ne ]
/linux/Documentation/virt/
H A Dne_overview.rst10 Nitro Enclaves (NE) is a new Amazon Elastic Compute Cloud (EC2) capability
20 The current supported architectures for the NE kernel driver, available in the
25 primary VM, that communicates with the NE kernel driver via an ioctl interface.
30 VM guest that uses the provided ioctl interface of the NE driver to spawn an
33 There is a NE emulated PCI device exposed to the primary VM. The driver for this
34 new PCI device is included in the NE driver.
53 available for the primary VM. A CPU pool has to be set for NE purposes by an
79 enclave; KMS is an example of service that NE is integrated with and that checks
89 the NE driver. This event is sent further to the user space enclave process
/linux/include/uapi/linux/
H A Dnitro_enclaves.h12 * DOC: Nitro Enclaves (NE) Kernel Driver Interface
22 * A NE CPU pool has to be set before calling this function. The
23 * pool can be set after the NE driver load, using
42 * * NE_ERR_NO_CPUS_AVAIL_IN_POOL - No NE CPU pool set / no CPUs available
45 * * Error codes from the NE PCI device request.
51 * be auto-chosen from the NE CPU pool or it can be set by the
52 * caller, with the note that it needs to be available in the NE
71 * * NE_ERR_NO_CPUS_AVAIL_IN_POOL - No CPUs available in the NE CPU pool.
74 * NE CPU pool.
81 * * Error codes from the NE PCI device request.
[all …]
/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_traceonoff_triggers.tc34 if [ $cnt -ne 0 ]; then
76 if [ $cnt -ne 1 ]; then
84 if [ $cnt -ne $cnt2 ]; then
104 if [ $cnt -ne 0 ]; then
111 if [ $cnt -ne 0 ]; then
123 if [ $cnt -ne 1 ]; then
141 if [ $cnt -ne 0 ]; then
/linux/tools/testing/selftests/rcutorture/bin/
H A Dparse-console.sh127 if test "$n_badness" -ne 0
132 if test "$n_warn" -ne 0
137 if test "$n_bugs" -ne 0
142 if test "$n_kcsan" -ne 0
152 if test "$n_calltrace" -ne 0
157 if test "$n_badness" -ne 0
162 if test "$n_stalls" -ne 0
167 if test "$n_starves" -ne 0
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtrace_marker.tc8 sed -ne 's/^.*data.*size:\([0-9][0-9]*\).*/\1/p' events/header_page
12 sed -ne 's/^.*data.*offset:\([0-9][0-9]*\).*/\1/p' events/header_page
16 type_len=`sed -ne 's/^.*type_len.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
17 time_len=`sed -ne 's/^.*time_delta.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
18 array_len=`sed -ne 's/^.*array.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
25 sed -ne 's/^.*buf.*offset:\([0-9][0-9]*\).*/\1/p' events/ftrace/print/format
H A Dringbuffer_subbuf_size.tc8 sed -ne 's/^.*data.*size:\([0-9][0-9]*\).*/\1/p' events/header_page
12 sed -ne 's/^.*data.*offset:\([0-9][0-9]*\).*/\1/p' events/header_page
16 type_len=`sed -ne 's/^.*type_len.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
17 time_len=`sed -ne 's/^.*time_delta.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
18 array_len=`sed -ne 's/^.*array.*:[^0-9]*\([0-9][0-9]*\).*/\1/p' events/header_event`
25 sed -ne 's/^.*buf.*offset:\([0-9][0-9]*\).*/\1/p' events/ftrace/print/format
/linux/tools/memory-model/scripts/
H A Dcmplitmushist.sh102 if test "$perfect" -ne 0
106 if test "$obsline" -ne 0
110 if test "$noobsline" -ne 0
114 if test "$obsresult" -ne 0
118 if test "$timedout" -ne 0
122 if test "$badmacnam" -ne 0
126 if test "$badcompare" -ne 0
/linux/samples/bpf/
H A Ddo_hbm_test.sh224 if [ $ecn -ne 0 ] ; then
235 if [ "$netem" -ne "0" ] ; then
249 if [ $use_netperf -ne 0 ] ; then
257 if [ $use_netperf -ne 0 ] ; then
279 if [ $rr -ne 0 ] ; then
311 if [ $details -ne 0 ] ; then
328 if [ $details -ne 0 ] ; then
335 if [ $details -ne 0 ] ; then
350 if [ $details -ne 0 ] ; then
376 if [ $details -ne 0 ] ; then
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc39 bra ne #queue_put_next
101 bra ne #nv_rd32_wait
121 bra ne #nv_wr32_wait
134 bra ne #wait_donez_ne
168 bra ne #nv_mmctx_size_loop
221 bra ne #mmctx_exec_loop
224 bra ne #mmctx_stop
230 bra ne #mmctx_fini_wait
244 bra ne #mmctx_stop_wait
329 bra ne #ctx_init_strand_loop
/linux/tools/testing/selftests/damon/
H A Dreclaim.sh7 if [ $EUID -ne 0 ]
21 if [ "$nr_kdamonds" -ne 0 ]
30 if [ "$nr_kdamonds" -ne 1 ]
38 if [ "$nr_kdamonds" -ne 0 ]
H A Dlru_sort.sh7 if [ $EUID -ne 0 ]
21 if [ "$nr_kdamonds" -ne 0 ]
29 if [ "$nr_kdamonds" -ne 1 ]
37 if [ "$nr_kdamonds" -ne 0 ]
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh127 if [ $v -ne 0 ]; then
193 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
258 if [ $lret -ne 0 ]; then
271 if [ $lret -ne 0 ]; then
292 if [ $lret -ne 0 ]; then
303 if [ $lret -ne 0 ];then
329 if [ $lret -ne 0 ] ; then
334 if [ $lret -ne 0 ] ; then
/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_fdb_learning_limit.sh206 [ "$learned" -ne "$is_counted" ]
211 [ "$learned" -ne 0 ]
219 [ "$learned" -ne "$is_counted" ]
234 [ "$learned" -ne 0 ]
241 [ "$learned" -ne "$NUM_PKTS" ]
264 [ "$n_mac" -ne "$expected" ]
281 [ "$learned" -ne "$FDB_LIMIT" ]
/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh254 if [ $ret -ne 0 ]; then
278 if [ $ret -ne 0 ]; then
308 if [ $ret -ne 0 ]; then
337 if [ $ret -ne 0 ]; then
361 if [ $ret -ne 0 ]; then
384 if [ $ret -ne 0 ]; then
408 if [ $ret -ne 0 ]; then
432 if [ $ret -ne 0 ]; then
457 if [ $ret -ne 0 ]; then
485 if [ $ret -ne 0 ]; then
[all …]
H A Dtest_xdp_features.sh55 [ $? -ne 0 ] && exit
64 [ $? -ne 0 ] && exit
72 [ $? -ne 0 ] && exit
81 [ $? -ne 0 ] && exit
89 [ $? -ne 0 ] && exit
/linux/tools/testing/selftests/zram/
H A Dzram_lib.sh27 if [ $uid -ne 0 ]; then
101 if [ $? -ne 0 ]; then
138 [ "$max_s" -ne "$max_streams" ] && \
206 if [ $? -ne 0 ]; then
212 if [ $? -ne 0 ]; then
229 if [ $? -ne 0 ]; then
248 if [ $? -ne 0 ]; then
/linux/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c7 * DOC: Enclave lifetime management driver for Nitro Enclaves (NE).
37 * separated. The NE CPU pool includes CPUs from a single NUMA
111 * NE CPU pool.
112 * @mutex: Mutex for the access to the NE CPU pool.
167 * ne_setup_cpu_pool() - Set the NE CPU pool after handling sanity checks such
172 * @ne_cpu_list: The CPU list used for setting NE CPU pool.
225 * Check if the CPUs from the NE CPU pool are from the same NUMA node. in ne_setup_cpu_pool()
314 * Split the NE CPU pool in threads per core to keep the CPU topology in ne_setup_cpu_pool()
380 * ne_teardown_cpu_pool() - Online the CPUs from the NE CPU pool and cleanup the
422 * ne_set_kernel_param() - Set the NE CPU pool value via the NE kernel parameter.
[all …]
/linux/scripts/
H A Dget_feat.pl46 pod2usage(2) if ($cmd ne "current" && $cmd ne "rest" && $cmd ne "validate"
47 && $cmd ne "ls" && $cmd ne "list");
64 if ($data ne "") {
248 next if ($feat && $name ne $feat);
280 next if ($feat && $name ne $feat);
408 if ($cur_subsys ne $data{$name}->{subsys}) {
409 if ($cur_subsys ne "") {
445 if ($status ne $cur_status) {
446 if ($line ne "") {
459 push @lines, $line if ($line ne "");
[all …]
/linux/tools/testing/selftests/arm64/fp/
H A Dza-test.S42 b.ne 0b
70 b.ne 0b
116 b.ne 1f
118 b.ne 0b
122 b.ne barf
291 b.ne vl_barf
299 b.ne 0b
308 b.ne svcr_barf

12345678910>>...21