Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/wusbcore/
Dwa-nep.c82 struct wa_notif_work *nw = container_of(ws, struct wa_notif_work, in wa_notif_dispatch() local
84 struct wahc *wa = nw->wa; in wa_notif_dispatch()
96 size = nw->size; in wa_notif_dispatch()
97 itr = nw->data; in wa_notif_dispatch()
139 kfree(nw); in wa_notif_dispatch()
170 struct wa_notif_work *nw; in wa_nep_queue() local
182 nw = kzalloc(sizeof(*nw) + size, GFP_ATOMIC); in wa_nep_queue()
183 if (nw == NULL) { in wa_nep_queue()
189 INIT_WORK(&nw->work, wa_notif_dispatch); in wa_nep_queue()
190 nw->wa = wa_get(wa); in wa_nep_queue()
[all …]
/Linux-v4.19/arch/powerpc/mm/
Dsubpage-prot.c99 size_t nw; in subpage_prot_clear() local
121 nw = PTRS_PER_PTE - i; in subpage_prot_clear()
122 if (addr + (nw << PAGE_SHIFT) > next) in subpage_prot_clear()
123 nw = (next - addr) >> PAGE_SHIFT; in subpage_prot_clear()
125 memset(spp, 0, nw * sizeof(u32)); in subpage_prot_clear()
128 hpte_flush_range(mm, addr, nw); in subpage_prot_clear()
195 size_t nw; in SYSCALL_DEFINE3() local
251 nw = PTRS_PER_PTE - i; in SYSCALL_DEFINE3()
252 if (addr + (nw << PAGE_SHIFT) > next) in SYSCALL_DEFINE3()
253 nw = (next - addr) >> PAGE_SHIFT; in SYSCALL_DEFINE3()
[all …]
/Linux-v4.19/drivers/macintosh/
Dwindfarm_fcu_controls.c90 int tries, nr, nw; in wf_fcu_read_reg() local
97 nw = i2c_master_send(pv->i2c, buf, 1); in wf_fcu_read_reg()
98 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_read_reg()
103 if (nw <= 0) { in wf_fcu_read_reg()
104 pr_err("Failure writing address to FCU: %d", nw); in wf_fcu_read_reg()
105 nr = nw; in wf_fcu_read_reg()
117 pr_err("wf_fcu: Failure reading data from FCU: %d", nw); in wf_fcu_read_reg()
126 int tries, nw; in wf_fcu_write_reg() local
134 nw = i2c_master_send(pv->i2c, buf, nb); in wf_fcu_write_reg()
135 if (nw > 0 || (nw < 0 && nw != -EIO) || tries >= 100) in wf_fcu_write_reg()
[all …]
/Linux-v4.19/drivers/media/pci/bt8xx/
Dbtcx-risc.c137 s32 nx,nw,dx; in btcx_align() local
142 nw = (win->width) & ~mask; in btcx_align()
143 if (nx + nw > win->left + win->width) in btcx_align()
144 nw -= mask+1; in btcx_align()
147 win->width = nw; in btcx_align()
154 nw = (clips[i].c.width) & ~mask; in btcx_align()
155 if (nx + nw < clips[i].c.left-dx + clips[i].c.width) in btcx_align()
156 nw += mask+1; in btcx_align()
158 clips[i].c.width = nw; in btcx_align()
/Linux-v4.19/crypto/
Dvmac.c148 #define nh_16(mp, kp, nw, rh, rl) \ argument
152 for (i = 0; i < nw; i += 2) { \
159 #define nh_16_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
163 for (i = 0; i < nw; i += 2) { \
174 #define nh_vmac_nhbytes(mp, kp, nw, rh, rl) \ argument
178 for (i = 0; i < nw; i += 8) { \
194 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh1, rl1) \ argument
198 for (i = 0; i < nw; i += 8) { \
253 #define nh_16(mp, kp, nw, rh, rl) \ argument
258 for (i = 0; i < nw; i += 2) { \
[all …]
/Linux-v4.19/drivers/md/
Ddm-cache-background-tracker.c80 struct bt_work *nw) in __insert_pending() argument
90 cmp = cmp_oblock(w->work.oblock, nw->work.oblock); in __insert_pending()
102 rb_link_node(&nw->node, parent, new); in __insert_pending()
103 rb_insert_color(&nw->node, &b->pending); in __insert_pending()
/Linux-v4.19/fs/jfs/
Djfs_dmap.c1128 int dbitno, word, rembits, nb, nwords, wbitno, nw; in dbAllocNext() local
1215 nw = BUDSIZE(l2size, BUDMIN); in dbAllocNext()
1217 nwords -= nw; in dbAllocNext()
1218 word += nw; in dbAllocNext()
2180 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbAllocBits() local
2251 for (; nwords > 0; nwords -= nw) { in dbAllocBits()
2275 nw = BUDSIZE(size, BUDMIN); in dbAllocBits()
2276 word += nw; in dbAllocBits()
2327 int dbitno, word, rembits, nb, nwords, wbitno, nw, agno; in dbFreeBits() local
2399 for (; nwords > 0; nwords -= nw) { in dbFreeBits()
[all …]
/Linux-v4.19/scripts/
Dget_maintainer.pl2423 my @nw = split(/[^A-Za-zÀ-ÿ\'\,\.\+-]/, $name);
2424 if (@nw > 2) {
2425 my $first = $nw[@nw - 3];
2426 my $middle = $nw[@nw - 2];
2427 my $last = $nw[@nw - 1];
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_user_sdma.c821 size_t nw; in qib_user_sdma_queue_pkts() local
837 nw = len >> 2; in qib_user_sdma_queue_pkts()
862 pktnwc = nw - 1; in qib_user_sdma_queue_pkts()
/Linux-v4.19/arch/powerpc/kvm/
Dbook3s_64_mmu_hv.c1737 unsigned long i, nb, nw; in kvm_htab_read() local
1763 nw = nb; in kvm_htab_read()
1809 nw = nb; in kvm_htab_read()
1812 nb = nw; in kvm_htab_read()
/Linux-v4.19/Documentation/doc-guide/
Dsphinx.rst410 :alt: so-nw-arrow
421 :alt: so-nw-arrow
/Linux-v4.19/Documentation/translations/it_IT/doc-guide/
Dsphinx.rst439 :alt: so-nw-arrow
450 :alt: so-nw-arrow
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dsdma.c1758 struct iowait *wait, *nw; in sdma_desc_avail() local
1779 nw, in sdma_desc_avail()