Home
last modified time | relevance | path

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

12345678910>>...20

/linux/tools/testing/selftests/net/
H A Drtnetlink.sh122 if [[ $ret -ne 0 ]] && [[ "${PAUSE_ON_FAIL}" = "yes" ]]; then
155 if [ $ret -ne 0 ] ;then
185 if [ $ret -ne 0 ];then
212 if [ $ret -ne 0 ];then
238 if [ $ret -ne 0 ];then
255 if [ $ret -ne 0 ];then
288 if [ $ret -ne 0 ];then
329 if [ $ret -ne 0 ]; then
372 if [ $ret -ne 0 ];then
387 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/ftrace/test.d/event/
H A Devent-mod.tc26 if [ $val -ne 1 ]; then
38 if [ $count -ne 0 ]; then
50 if [ $val -ne 0 ]; then
57 if [ $cnt -ne 0 ]; then
66 if [ $val -ne 1 ]; then
81 if [ $val -ne 0 ]; then
97 if [ $val -ne 0 ]; then
119 if [ $count -ne 2 ]; then
171 if [ $count -ne 2 ]; then
/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/tools/testing/selftests/ftrace/test.d/dynevent/
H A Dadd_remove_fprobe.tc34 if [ $cnt -ne $((ocnt + 1)) ]; then
41 if [ $cnt -ne $((ocnt + 1)) ]; then
49 if [ $cnt -ne $((ocnt + 2)) ]; then
61 if [ $cnt -ne $((ocnt + 2)) ]; then
70 if [ $cnt -ne $ocnt ]; then
79 if [ $cnt -ne $((ocnt + 1)) ]; then
88 if [ $cnt -ne $ocnt ]; 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/tools/perf/tests/shell/
H A Damd-ibs-swfilt.sh34 if [ $? -ne 0 ]; then
43 if [ $? -ne 0 ]; then
54 if [ $? -ne 0 ]; then
63 if [ $? -ne 0 ]; then
75 if [ ${kernel_sample} -ne 0 ]; then
83 if [ ${user_sample} -ne 0 ]; then
/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.sh19 if [ "$nr_kdamonds" -ne 0 ]
28 if [ "$nr_kdamonds" -ne 1 ]
36 if [ "$nr_kdamonds" -ne 0 ]
H A Dlru_sort.sh19 if [ "$nr_kdamonds" -ne 0 ]
27 if [ "$nr_kdamonds" -ne 1 ]
35 if [ "$nr_kdamonds" -ne 0 ]
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.sh127 if [ $v -ne 0 ]; then
203 if [ ${rets} -ne 0 ] || [ ${retc} -ne 0 ]; then
265 if [ $lret -ne 0 ]; then
278 if [ $lret -ne 0 ]; then
299 if [ $lret -ne 0 ]; then
310 if [ $lret -ne 0 ];then
336 if [ $lret -ne 0 ] ; then
341 if [ $lret -ne 0 ] ; then
/linux/fs/f2fs/
H A Dnode.c193 struct nat_entry *ne, struct f2fs_nat_entry *raw_ne, bool no_fail, bool init_dirty) in __init_nat_entry() argument
196 f2fs_radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne); in __init_nat_entry()
197 else if (radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne)) in __init_nat_entry()
201 node_info_from_raw_nat(&ne->ni, raw_ne); in __init_nat_entry()
204 INIT_LIST_HEAD(&ne->list); in __init_nat_entry()
206 return ne; in __init_nat_entry()
210 list_add_tail(&ne->list, &nm_i->nat_entries); in __init_nat_entry()
215 return ne; in __init_nat_entry()
220 struct nat_entry *ne; in __lookup_nat_cache() local
222 ne = radix_tree_lookup(&nm_i->nat_root, n); in __lookup_nat_cache()
[all …]
/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.sh
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

12345678910>>...20