Home
last modified time | relevance | path

Searched refs:ne (Results 1 – 25 of 129) sorted by relevance

123456

/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
H A Dstrcmp.S61 b.ne L(misaligned8)
129 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
130 b.ne L(done)
132 b.ne L(do_misaligned)
146 b.ne L(tail)
H A Dmemcmp.S42 b.ne L(return)
112 cset result, ne
124 b.ne L(return)
133 ccmp data1w, data2w, 0, ne /* NZCV = 0b0000. */
H A Dstrchr.S25 ccmp w2, wzr, #4, ne
26 b.ne 1b
H A Dclear_page.S27 b.ne 1b
36 b.ne 2b
H A Dmemchr.S55 b.ne L(found_word)
62 b.ne L(byte_loop)
H A Dmemset.S130 b.ne .Ltail63
159 b.ne .Lnot_short
202 b.ne .Ltail_maybe_long
/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/fs/f2fs/
H A Dnode.c191 f2fs_radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne); in __init_nat_entry()
192 else if (radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne)) in __init_nat_entry()
204 return ne; in __init_nat_entry()
209 struct nat_entry *ne; in __lookup_nat_cache() local
214 if (ne && !get_nat_flag(ne, IS_DIRTY)) { in __lookup_nat_cache()
221 return ne; in __lookup_nat_cache()
525 struct nat_entry *ne; in f2fs_try_to_free_nats() local
532 list_del(&ne->list); in f2fs_try_to_free_nats()
2348 if (ne && (!get_nat_flag(ne, IS_CHECKPOINTED) || in add_free_nid()
2913 if (!ne) { in remove_nats_in_journal()
[all …]
H A Dnode.h92 static inline void set_nat_flag(struct nat_entry *ne, in set_nat_flag() argument
96 ne->ni.flag |= BIT(type); in set_nat_flag()
98 ne->ni.flag &= ~BIT(type); in set_nat_flag()
101 static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type) in get_nat_flag() argument
103 return ne->ni.flag & BIT(type); in get_nat_flag()
106 static inline void nat_reset_flag(struct nat_entry *ne) in nat_reset_flag() argument
109 set_nat_flag(ne, IS_CHECKPOINTED, true); in nat_reset_flag()
110 set_nat_flag(ne, HAS_FSYNCED_INODE, false); in nat_reset_flag()
111 set_nat_flag(ne, HAS_LAST_FSYNC, true); in nat_reset_flag()
/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
294 b.ne vl_barf
302 b.ne 0b
311 b.ne svcr_barf
H A Dzt-test.S52 b.ne 0b
90 b.ne 1f
92 b.ne 0b
96 b.ne barf
250 b.ne svcr_barf
H A Dsve-test.S203 b.ne 1f
205 b.ne 0b
209 b.ne barf
448 b.ne vl_barf
480 b.ne svcr_barf
H A Dasm-utils.S139 b.ne 0b
168 b.ne 0b
/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
H A Dhub.fuc204 bra ne #init_gpc
232 bra ne #main_not_ctx_switch
280 bra ne #main_not_ctx_chan
288 bra ne #main_not_ctx_save
423 bra ne #ctx_4170w
441 bra ne #ctx_redswitch_delay
464 bra ne #ctx_mem_wait
564 bra ne #ctx_mmio_pull
579 bra ne #ctx_mmio_loop
609 bra ne #ctx_xfer_idle
/linux/drivers/net/fddi/skfp/
H A Dpcmplc.c1414 int type,ne ; in pc_tcode_actions() local
1418 ne = mib->fddiPORTNeighborType ; in pc_tcode_actions()
1428 ((policy & POLICY_AM) && ne == TM) ) in pc_tcode_actions()
1436 ((policy & POLICY_BM) && ne == TM) ) in pc_tcode_actions()
1448 if ( ne == TM || in pc_tcode_actions()
1460 if ( (type == TA && ne == TA ) || in pc_tcode_actions()
1461 (type == TA && ne == TS ) || in pc_tcode_actions()
1462 (type == TB && ne == TB ) || in pc_tcode_actions()
1463 (type == TB && ne == TS ) || in pc_tcode_actions()
1464 (type == TS && ne == TA ) || in pc_tcode_actions()
[all …]
/linux/tools/testing/selftests/net/openvswitch/
H A Dovs-dpctl.py1882 raise ne
1944 raise ne
1987 raise ne
2008 raise ne
2106 raise ne
2164 raise ne
2189 raise ne
2210 raise ne
2391 raise ne
2417 raise ne
[all …]
/linux/arch/arm64/kernel/
H A Dhyp-stub.S50 b.ne 1f
58 b.ne 3f
247 b.ne 1f
252 b.ne 1f
/linux/arch/arc/lib/
H A Dstrlen.S37 bmsk.ne r12,r12,r7
56 sub.ne r3,r3,4
79 sub_s.ne r1,r1,r1
/linux/drivers/mtd/
H A Dftl.c615 static int ne = 0; in reclaim_block() local
616 if (++ne < 5) in reclaim_block()
645 static int ne = 0; in reclaim_block() local
646 if (++ne < 5) in reclaim_block()
729 static int ne = 0; in find_free() local
730 if (++ne == 1) in find_free()
825 static int ne = 0; in set_bam_entry() local
826 if (++ne < 5) { in set_bam_entry()
838 static int ne = 0; in set_bam_entry() local
839 if (++ne < 5) { in set_bam_entry()
[all …]
/linux/arch/arm64/mm/
H A Dtrans_pgd-asm.S23 b.ne 1f
28 b.ne 2f
/linux/arch/arm/lib/
H A Dclear_user.S41 strusr r2, r0, 1, ne, rept=2
43 it ne @ explicit IT needed for the label
/linux/drivers/block/aoe/
H A Daoeblk.c61 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local
68 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif()
78 if (nnd == nd && nd != ne) in aoedisk_show_netif()
83 ne = nd; in aoedisk_show_netif()
87 for (p = page; nd < ne; nd++) in aoedisk_show_netif()
/linux/tools/testing/selftests/tc-testing/
H A Dtdc_config.py42 except NameError as ne:

123456