Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dfpsimdmacros.h199 .macro _sme_str_zav nw, nxbase, offset=0
200 _sme_check_wv \nw
204 | (((\nw) & 3) << 13) \
213 .macro _sme_ldr_zav nw, nxbase, offset=0
214 _sme_check_wv \nw
218 | (((\nw) & 3) << 13) \
337 .macro sme_save_za nxbase, xvl, nw
338 mov w\nw, #0
341 _sme_str_zav \nw, \nxbase
343 add x\nw, x\nw, #1
[all …]
/linux/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()
263 if (addr + (nw << PAGE_SHIFT) > next) in SYSCALL_DEFINE3()
264 nw = (next - addr) >> PAGE_SHIFT; in SYSCALL_DEFINE3()
[all …]
/linux/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()
116 pr_err("wf_fcu: Failure reading data from FCU: %d", 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()
[all …]
/linux/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/Documentation/admin-guide/blockdev/
H A Dzoned_loop.rst162 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
163 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
164 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
165 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
166 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
167 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
168 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
169 …000, len 0x020000, cap 0x020000, wptr 0x000000 reset:0 non-seq:0, zcond: 0(nw) [type: 1(CONVENTION…
/linux/fs/jfs/
H A Djfs_dmap.c1074 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1161 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1163 nwords -= nw; in dbAllocNext()
1164 word += nw; in dbAllocNext()
2142 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2213 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2237 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2238 word += nw; in dbAllocBits()
2289 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2361 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
[all …]
/linux/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/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/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()
1708 struct iowait *wait, *nw, *twait; in sdma_desc_avail() local
1726 nw, in sdma_desc_avail()
/linux/Documentation/translations/it_IT/doc-guide/
H A Dsphinx.rst483 :alt: so-nw-arrow
494 :alt: so-nw-arrow
/linux/Documentation/doc-guide/
H A Dsphinx.rst544 :alt: so-nw-arrow
555 :alt: so-nw-arrow