Home
last modified time | relevance | path

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

123456

/Linux-v5.10/arch/arm64/lib/
Dmte.S35 b.ne 1b
53 b.ne 1b
75 b.ne 1b
101 b.ne 1b
122 b.ne 2b // which is 16*16=256 bytes
127 b.ne 1b
145 b.ne 2b
148 b.ne 1b
Dstrncmp.S60 b.ne .Lmisaligned8
62 b.ne .Lmutual_align
163 ccmp data1w, #1, #0, ne /* NZCV = 0b0000. */
192 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
195 b.ne .Lunequal_proc
226 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
252 CPU_BE( cset result, ne )
289 ccmp data1w, #1, #0, ne /* NZCV = 0b0000. */
Dmemcmp.S53 b.ne .Lmisaligned8
55 b.ne .Lmutual_align
144 ccmp data1w, data2w, #0, ne /* NZCV = 0b0000. */
171 csinv endloop, diff, xzr, ne
197 csinv endloop, diff, xzr, ne/*if limit_wd is 0,will finish the cmp*/
239 ccmp data1w, data2w, #0, ne /* NZCV = 0b0000. */
Dstrchr.S25 ccmp w2, wzr, #4, ne
26 b.ne 1b
Dstrcmp.S55 b.ne .Lmisaligned8
57 b.ne .Lmutual_align
115 ccmp data1w, #1, #0, ne /* NZCV = 0b0000. */
194 CPU_BE( cset result, ne )
Dmemset.S131 b.ne .Ltail63
160 b.ne .Lnot_short
203 b.ne .Ltail_maybe_long
/Linux-v5.10/fs/f2fs/
Dnode.c166 struct nat_entry *ne, struct f2fs_nat_entry *raw_ne, bool no_fail) in __init_nat_entry() argument
169 f2fs_radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne); in __init_nat_entry()
170 else if (radix_tree_insert(&nm_i->nat_root, nat_get_nid(ne), ne)) in __init_nat_entry()
174 node_info_from_raw_nat(&ne->ni, raw_ne); in __init_nat_entry()
177 list_add_tail(&ne->list, &nm_i->nat_entries); in __init_nat_entry()
181 return ne; in __init_nat_entry()
186 struct nat_entry *ne; in __lookup_nat_cache() local
188 ne = radix_tree_lookup(&nm_i->nat_root, n); in __lookup_nat_cache()
191 if (ne && !get_nat_flag(ne, IS_DIRTY)) { in __lookup_nat_cache()
193 if (!list_empty(&ne->list)) in __lookup_nat_cache()
[all …]
Dnode.h87 static inline void set_nat_flag(struct nat_entry *ne, in set_nat_flag() argument
92 ne->ni.flag |= mask; in set_nat_flag()
94 ne->ni.flag &= ~mask; in set_nat_flag()
97 static inline bool get_nat_flag(struct nat_entry *ne, unsigned int type) in get_nat_flag() argument
100 return ne->ni.flag & mask; in get_nat_flag()
103 static inline void nat_reset_flag(struct nat_entry *ne) in nat_reset_flag() argument
106 set_nat_flag(ne, IS_CHECKPOINTED, true); in nat_reset_flag()
107 set_nat_flag(ne, HAS_FSYNCED_INODE, false); in nat_reset_flag()
108 set_nat_flag(ne, HAS_LAST_FSYNC, true); in nat_reset_flag()
/Linux-v5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
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
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-v5.10/drivers/net/fddi/skfp/
Dpcmplc.c1418 int type,ne ; in pc_tcode_actions() local
1422 ne = mib->fddiPORTNeighborType ; in pc_tcode_actions()
1429 ((policy & POLICY_AA) && ne == TA) || in pc_tcode_actions()
1430 ((policy & POLICY_AB) && ne == TB) || in pc_tcode_actions()
1431 ((policy & POLICY_AS) && ne == TS) || in pc_tcode_actions()
1432 ((policy & POLICY_AM) && ne == TM) ) in pc_tcode_actions()
1437 ((policy & POLICY_BA) && ne == TA) || in pc_tcode_actions()
1438 ((policy & POLICY_BB) && ne == TB) || in pc_tcode_actions()
1439 ((policy & POLICY_BS) && ne == TS) || in pc_tcode_actions()
1440 ((policy & POLICY_BM) && ne == TM) ) in pc_tcode_actions()
[all …]
/Linux-v5.10/arch/ia64/kernel/
Dfsys.S89 cmp.ne p8,p0=0,r9
118 cmp.ne p8,p0=0,r9
210 cmp.ne p6, p0 = 0, r2 // Fallback if work is scheduled
230 (p8) cmp.ne p13,p0 = r2,r0 // need itc_jitter compensation, set p13
252 (p7) cmp.ne p7,p0 = r25,r3 // if cmpxchg not successful
272 cmp4.ne p7,p0 = r28,r10
348 cmp.ne p6,p0=r32,r0
349 cmp.ne p7,p0=r33,r0
361 cmp.ne p8,p0=0,r2
374 cmp.ne p8,p0=0,r2
[all …]
/Linux-v5.10/arch/arc/lib/
Dstrlen.S37 bmsk.ne r12,r12,r7
56 sub.ne r3,r3,4
79 sub_s.ne r1,r1,r1
/Linux-v5.10/arch/ia64/lib/
Dstrncpy_from_user.S37 cmp.ne p6,p7=r8,r0
39 (p6) cmp.ne.unc p8,p0=in1,r10
/Linux-v5.10/drivers/mtd/
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-v5.10/arch/arm/lib/
Dclear_user.S41 strusr r2, r0, 1, ne, rept=2
43 it ne @ explicit IT needed for the label
/Linux-v5.10/arch/arm64/kernel/
Dhyp-stub.S50 b.ne 2f
55 b.ne 3f
/Linux-v5.10/arch/um/kernel/
Dtime.c344 struct time_travel_event ne = { in time_travel_update_time() local
351 __time_travel_add_event(&ne, next); in time_travel_update_time()
364 if (e == &ne) { in time_travel_update_time()
377 } while (ne.pending && !finished); in time_travel_update_time()
379 time_travel_del_event(&ne); in time_travel_update_time()
/Linux-v5.10/drivers/atm/
Dfirestream.c1468 struct FS_BPENTRY *qe, *ne; in top_off_fp() local
1481 ne = kmalloc (sizeof (struct FS_BPENTRY), gfp_flags); in top_off_fp()
1482 fs_dprintk (FS_DEBUG_ALLOC, "Alloc rec-d: %p(%zd)\n", ne, sizeof (struct FS_BPENTRY)); in top_off_fp()
1483 if (!ne) { in top_off_fp()
1490 skb, ne, skb->data, skb->head); in top_off_fp()
1492 ne->flags = FP_FLAGS_EPI | fp->bufsize; in top_off_fp()
1493 ne->next = virt_to_bus (NULL); in top_off_fp()
1494 ne->bsa = virt_to_bus (skb->data); in top_off_fp()
1495 ne->aal_bufsize = fp->bufsize; in top_off_fp()
1496 ne->skb = skb; in top_off_fp()
[all …]
/Linux-v5.10/tools/testing/selftests/arm64/fp/
Dsve-test.S195 b.ne 0b
329 b.ne 0b
349 b.ne 1f
351 b.ne 0b
355 b.ne barf
565 b.ne vl_barf
Dfpsimd-test.S179 b.ne 0b
252 b.ne 0b
269 b.ne barf
271 b.ne 0b
/Linux-v5.10/drivers/block/aoe/
Daoeblk.c63 struct net_device *nds[8], **nd, **nnd, **ne; in aoedisk_show_netif() local
70 ne = nd + ARRAY_SIZE(nds); in aoedisk_show_netif()
80 if (nnd == nd && nd != ne) in aoedisk_show_netif()
85 ne = nd; in aoedisk_show_netif()
89 for (p = page; nd < ne; nd++) in aoedisk_show_netif()
/Linux-v5.10/tools/testing/selftests/tc-testing/
Dtdc_config.py41 except NameError as ne:
/Linux-v5.10/arch/arm64/kvm/hyp/nvhe/
Dhyp-init.S148 b.ne 1f
162 b.ne 1f
/Linux-v5.10/arch/arm64/mm/
Dproc.S277 b.ne do_pgd
316 b.ne do_pud
337 b.ne do_pmd
355 b.ne do_pte

123456