Home
last modified time | relevance | path

Searched refs:nw (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c96 size_t nw; in subpage_prot_clear() local
123 nw = PTRS_PER_PTE - i; in subpage_prot_clear()
124 if (addr + (nw << PAGE_SHIFT) > next) in subpage_prot_clear()
125 nw = (next - addr) >> PAGE_SHIFT; in subpage_prot_clear()
127 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear()
130 hpte_flush_range(mm, addr, nw); in subpage_prot_clear()
191 size_t nw; in SYSCALL_DEFINE3() local
262 nw = PTRS_PER_PTE - i; in SYSCALL_DEFINE3()
264 nw = (next - addr) >> PAGE_SHIFT; in SYSCALL_DEFINE3()
269 map += nw; in SYSCALL_DEFINE3()
[all …]
/linux-6.15/arch/arm64/include/asm/
H A Dfpsimdmacros.h200 _sme_check_wv \nw
204 | (((\nw) & 3) << 13) \
214 _sme_check_wv \nw
218 | (((\nw) & 3) << 13) \
338 mov w\nw, #0
341 _sme_str_zav \nw, \nxbase
343 add x\nw, x\nw, #1
344 cmp \xvl, x\nw
349 mov w\nw, #0
354 add x\nw, x\nw, #1
[all …]
/linux-6.15/drivers/macintosh/
H A Dwindfarm_fcu_controls.c89 int tries, nr, nw; in wf_fcu_read_reg() local
96 nw = i2c_master_send(pv->i2c, buf, 1); in wf_fcu_read_reg()
97 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_read_reg()
102 if (nw <= 0) { in wf_fcu_read_reg()
103 pr_err("Failure writing address to FCU: %d", nw); in wf_fcu_read_reg()
104 nr = nw; in wf_fcu_read_reg()
125 int tries, nw; in wf_fcu_write_reg() local
133 nw = i2c_master_send(pv->i2c, buf, nb); in wf_fcu_write_reg()
134 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_write_reg()
139 if (nw < 0) in wf_fcu_write_reg()
[all …]
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dsme-inst.h35 .macro _ldr_za nw, nxbase, offset=0
37 | (((\nw) & 3) << 13) \
46 .macro _str_za nw, nxbase, offset=0
48 | (((\nw) & 3) << 13) \
/linux-6.15/drivers/md/
H A Ddm-cache-background-tracker.c76 struct bt_work *nw) in __insert_pending() argument
86 cmp = cmp_oblock(w->work.oblock, nw->work.oblock); in __insert_pending()
98 rb_link_node(&nw->node, parent, new); in __insert_pending()
99 rb_insert_color(&nw->node, &b->pending); in __insert_pending()
/linux-6.15/fs/jfs/
H A Djfs_dmap.c1157 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1159 nwords -= nw; in dbAllocNext()
1160 word += nw; in dbAllocNext()
2225 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2226 word += nw; in dbAllocBits()
2368 nw = BUDSIZE(size, BUDMIN); in dbFreeBits()
2369 word += nw; in dbFreeBits()
3720 int blkno, w, b, r, nw, nb, i; in dbInitDmap() local
3765 nw = r >> L2DBWORD; in dbInitDmap()
3770 nb = nw << L2DBWORD; in dbInitDmap()
[all …]
/linux-6.15/scripts/
H A Dget_maintainer.pl2496 my @nw = split(/[^\p{L}\'\,\.\+-]/, $name);
2497 @nw = grep(!/^[\'\,\.\+-]$/, @nw);
2502 if (@nw > 2) {
2503 my $first = $nw[@nw - 3];
2504 my $middle = $nw[@nw - 2];
2505 my $last = $nw[@nw - 1];
2516 $name = "@nw";
/linux-6.15/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S33 .macro _ldr_za nw, nxbase, offset=0
35 | (((\nw) & 3) << 13) \
44 .macro _str_za nw, nxbase, offset=0
46 | (((\nw) & 3) << 13) \
/linux-6.15/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c812 size_t nw; in qib_user_sdma_queue_pkts() local
828 nw = len >> 2; in qib_user_sdma_queue_pkts()
853 pktnwc = nw - 1; in qib_user_sdma_queue_pkts()
/linux-6.15/arch/powerpc/kvm/
H A Dbook3s_64_mmu_hv.c1704 unsigned long i, nb, nw; in kvm_htab_read() local
1730 nw = nb; in kvm_htab_read()
1776 nw = nb; in kvm_htab_read()
1779 nb = nw; in kvm_htab_read()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dsdma.c380 struct iowait *w, *nw; in sdma_flush() local
385 list_for_each_entry_safe(w, nw, &sde->dmawait, list) { in sdma_flush()
1725 struct iowait *wait, *nw, *twait; in sdma_desc_avail() local
1743 nw, in sdma_desc_avail()
/linux-6.15/Documentation/translations/it_IT/doc-guide/
H A Dsphinx.rst483 :alt: so-nw-arrow
494 :alt: so-nw-arrow
/linux-6.15/Documentation/doc-guide/
H A Dsphinx.rst521 :alt: so-nw-arrow
532 :alt: so-nw-arrow
/linux-6.15/Documentation/netlink/specs/
H A Dtc.yaml42 - not-in-nw