Home
last modified time | relevance | path

Searched refs:want (Results 1 - 25 of 136) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/ide/
H A Dit821x.c78 u8 want[2][2]; /* Mode/Pri log for master slave */ member
177 if(itdev->want[0][0] > itdev->want[1][0]) { in it821x_clock_strategy()
178 clock = itdev->want[0][1]; in it821x_clock_strategy()
179 altclock = itdev->want[1][1]; in it821x_clock_strategy()
181 clock = itdev->want[1][1]; in it821x_clock_strategy()
182 altclock = itdev->want[0][1]; in it821x_clock_strategy()
263 itdev->want[unit][1] = pio_want[set_pio]; in it821x_set_pio_mode()
264 itdev->want[unit][0] = 1; /* PIO is lowest priority */ in it821x_set_pio_mode()
291 itdev->want[uni in it821x_tune_mwdma()
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-timer.c97 unsigned actual, want; in ehci_poll_ASS() local
103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
106 if (want != actual) { in ehci_poll_ASS()
114 want, actual); in ehci_poll_ASS()
119 if (want == 0) { /* Stopped */ in ehci_poll_ASS()
143 unsigned actual, want; in ehci_poll_PSS() local
149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS()
152 if (want != actual) { in ehci_poll_PSS()
160 want, actual); in ehci_poll_PSS()
165 if (want in ehci_poll_PSS()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-timer.c97 unsigned actual, want; in ehci_poll_ASS() local
103 want = (ehci->command & CMD_ASE) ? STS_ASS : 0; in ehci_poll_ASS()
106 if (want != actual) { in ehci_poll_ASS()
114 want, actual); in ehci_poll_ASS()
119 if (want == 0) { /* Stopped */ in ehci_poll_ASS()
143 unsigned actual, want; in ehci_poll_PSS() local
149 want = (ehci->command & CMD_PSE) ? STS_PSS : 0; in ehci_poll_PSS()
152 if (want != actual) { in ehci_poll_PSS()
160 want, actual); in ehci_poll_PSS()
165 if (want in ehci_poll_PSS()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_it821x.c90 u8 want[2][2]; /* Mode/Pri log for master slave */ member
197 if (itdev->want[0][0] > itdev->want[1][0]) { in it821x_clock_strategy()
198 clock = itdev->want[0][1]; in it821x_clock_strategy()
199 altclock = itdev->want[1][1]; in it821x_clock_strategy()
201 clock = itdev->want[1][1]; in it821x_clock_strategy()
202 altclock = itdev->want[0][1]; in it821x_clock_strategy()
266 itdev->want[unit][1] = pio_want[mode_wanted]; in it821x_passthru_set_piomode()
267 itdev->want[unit][0] = 1; /* PIO is lowest priority */ in it821x_passthru_set_piomode()
301 itdev->want[uni in it821x_passthru_set_dmamode()
[all...]
/kernel/linux/linux-6.6/drivers/ata/
H A Dpata_it821x.c90 u8 want[2][2]; /* Mode/Pri log for master slave */ member
197 if (itdev->want[0][0] > itdev->want[1][0]) { in it821x_clock_strategy()
198 clock = itdev->want[0][1]; in it821x_clock_strategy()
199 altclock = itdev->want[1][1]; in it821x_clock_strategy()
201 clock = itdev->want[1][1]; in it821x_clock_strategy()
202 altclock = itdev->want[0][1]; in it821x_clock_strategy()
266 itdev->want[unit][1] = pio_want[mode_wanted]; in it821x_passthru_set_piomode()
267 itdev->want[unit][0] = 1; /* PIO is lowest priority */ in it821x_passthru_set_piomode()
301 itdev->want[uni in it821x_passthru_set_dmamode()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c74 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local
137 want = pixclock - offset; in mpc512x_set_pixel_clock()
138 pr_debug("DIU checking clock - %lu\n", want); in mpc512x_set_pixel_clock()
139 clk_set_rate(clk_diu, want); in mpc512x_set_pixel_clock()
146 want = pixclock + offset; in mpc512x_set_pixel_clock()
147 pr_debug("DIU checking clock - %lu\n", want); in mpc512x_set_pixel_clock()
148 clk_set_rate(clk_diu, want); in mpc512x_set_pixel_clock()
155 pr_debug("DIU clock accepted - %lu\n", want); in mpc512x_set_pixel_clock()
156 pr_debug("DIU pixclock want %u, got %lu, delta %lu, eps %lu\n", in mpc512x_set_pixel_clock()
172 pr_debug("DIU pixclock want in mpc512x_set_pixel_clock()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c60 unsigned long offset, want, got, delta; in mpc512x_set_pixel_clock() local
123 want = pixclock - offset; in mpc512x_set_pixel_clock()
124 pr_debug("DIU checking clock - %lu\n", want); in mpc512x_set_pixel_clock()
125 clk_set_rate(clk_diu, want); in mpc512x_set_pixel_clock()
132 want = pixclock + offset; in mpc512x_set_pixel_clock()
133 pr_debug("DIU checking clock - %lu\n", want); in mpc512x_set_pixel_clock()
134 clk_set_rate(clk_diu, want); in mpc512x_set_pixel_clock()
141 pr_debug("DIU clock accepted - %lu\n", want); in mpc512x_set_pixel_clock()
142 pr_debug("DIU pixclock want %u, got %lu, delta %lu, eps %lu\n", in mpc512x_set_pixel_clock()
158 pr_debug("DIU pixclock want in mpc512x_set_pixel_clock()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/
H A Dnft_meta.sh91 local want="packets $2"
94 if ! ip netns exec "$ns0" nft list counter inet filter $cname | grep -q "$want"; then
95 echo "FAIL: $cname, want \"$want\", got"
103 local want="$1"
111 check_one_counter "$counter" "$want" "$verbose"
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/
H A Dnft_meta.sh91 local want="packets $2"
94 if ! ip netns exec "$ns0" nft list counter inet filter $cname | grep -q "$want"; then
95 echo "FAIL: $cname, want \"$want\", got"
103 local want="$1"
111 check_one_counter "$counter" "$want" "$verbose"
/kernel/linux/linux-5.10/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c45 u32 want; in aspeed_sig_desc_eval() local
55 want = enabled ? desc->enable : desc->disable; in aspeed_sig_desc_eval()
57 return ((raw & desc->mask) >> __ffs(desc->mask)) == want; in aspeed_sig_desc_eval()
/kernel/linux/linux-6.6/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c46 u32 want; in aspeed_sig_desc_eval() local
56 want = enabled ? desc->enable : desc->disable; in aspeed_sig_desc_eval()
58 return ((raw & desc->mask) >> __ffs(desc->mask)) == want; in aspeed_sig_desc_eval()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c111 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back() local
135 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back()
152 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back()
198 if ((wdiff = *b ^ want)) { in xfs_rtfind_back()
245 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back()
286 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw() local
310 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw()
326 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
371 if ((wdiff = *b ^ want)) { in xfs_rtfind_forw()
415 if ((wdiff = (*b ^ want) in xfs_rtfind_forw()
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_rtbitmap.c111 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_back() local
135 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_back()
152 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back()
198 if ((wdiff = *b ^ want)) { in xfs_rtfind_back()
245 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_back()
286 xfs_rtword_t want; /* mask for "good" values */ in xfs_rtfind_forw() local
310 want = (*b & ((xfs_rtword_t)1 << bit)) ? -1 : 0; in xfs_rtfind_forw()
326 if ((wdiff = (*b ^ want) & mask)) { in xfs_rtfind_forw()
371 if ((wdiff = *b ^ want)) { in xfs_rtfind_forw()
415 if ((wdiff = (*b ^ want) in xfs_rtfind_forw()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprtsock.c328 xs_alloc_sparse_pages(struct xdr_buf *buf, size_t want, gfp_t gfp) in xs_alloc_sparse_pages() argument
332 if (!want || !(buf->flags & XDRBUF_SPARSE_PAGES)) in xs_alloc_sparse_pages()
333 return want; in xs_alloc_sparse_pages()
334 n = (buf->page_base + want + PAGE_SIZE - 1) >> PAGE_SHIFT; in xs_alloc_sparse_pages()
344 return want; in xs_alloc_sparse_pages()
406 size_t want, seek_init = seek, offset = 0; in xs_read_xdr_buf() local
409 want = min_t(size_t, count, buf->head[0].iov_len); in xs_read_xdr_buf()
410 if (seek < want) { in xs_read_xdr_buf()
411 ret = xs_read_kvec(sock, msg, flags, &buf->head[0], want, seek); in xs_read_xdr_buf()
417 if (ret != want) in xs_read_xdr_buf()
500 size_t want, read; xs_read_stream_request() local
543 xs_read_stream_header(struct sock_xprt *transport, struct msghdr *msg, int flags, size_t want, size_t seek) xs_read_stream_header() argument
620 size_t want, read = 0; xs_read_stream() local
[all...]
H A Dsocklib.c275 unsigned int want; in xprt_sock_sendmsg() local
284 want = xdr->head[0].iov_len + rmsize; in xprt_sock_sendmsg()
285 if (base < want) { in xprt_sock_sendmsg()
286 unsigned int len = want - base; in xprt_sock_sendmsg()
301 base -= want; in xprt_sock_sendmsg()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsocklib.c270 unsigned int want; in xprt_sock_sendmsg() local
279 want = xdr->head[0].iov_len + rmsize; in xprt_sock_sendmsg()
280 if (base < want) { in xprt_sock_sendmsg()
281 unsigned int len = want - base; in xprt_sock_sendmsg()
296 base -= want; in xprt_sock_sendmsg()
/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dltpc.c20 * If you do, I don't want to know about it, and you can probably write
937 int want = (dma == 3) ? 2 : (dma == 1) ? 1 : 3; in ltpc_probe_dma() local
941 if (want & 1) { in ltpc_probe_dma()
943 want &= ~1; in ltpc_probe_dma()
955 if (want & 2) { in ltpc_probe_dma()
957 want &= ~2; in ltpc_probe_dma()
994 if ((want & 2) && (get_dma_residue(3)==sizeof(struct lt_mem))) { in ltpc_probe_dma()
995 want &= ~2; in ltpc_probe_dma()
999 if ((want & 1) && (get_dma_residue(1)==sizeof(struct lt_mem))) { in ltpc_probe_dma()
1000 want in ltpc_probe_dma()
[all...]
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_bitmap.c36 * We want to support >= peta byte of backend storage, while for now still using
376 * "have" and "want" are NUMBER OF PAGES.
378 static struct page **bm_realloc_pages(struct drbd_bitmap *b, unsigned long want) in bm_realloc_pages() argument
388 if (have == want) in bm_realloc_pages()
396 bytes = sizeof(struct page *)*want; in bm_realloc_pages()
404 if (want >= have) { in bm_realloc_pages()
407 for (; i < want; i++) { in bm_realloc_pages()
414 /* we want to know which page it is in bm_realloc_pages()
420 for (i = 0; i < want; i++) in bm_realloc_pages()
423 bm_free_pages(old_pages + want, hav in bm_realloc_pages()
634 unsigned long want, have, onpages; /* number of pages */ drbd_bm_resize() local
[all...]
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_bitmap.c36 * We want to support >= peta byte of backend storage, while for now still using
376 * "have" and "want" are NUMBER OF PAGES.
378 static struct page **bm_realloc_pages(struct drbd_bitmap *b, unsigned long want) in bm_realloc_pages() argument
388 if (have == want) in bm_realloc_pages()
396 bytes = sizeof(struct page *)*want; in bm_realloc_pages()
404 if (want >= have) { in bm_realloc_pages()
407 for (; i < want; i++) { in bm_realloc_pages()
414 /* we want to know which page it is in bm_realloc_pages()
420 for (i = 0; i < want; i++) in bm_realloc_pages()
423 bm_free_pages(old_pages + want, hav in bm_realloc_pages()
634 unsigned long want, have, onpages; /* number of pages */ drbd_bm_resize() local
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dpmtu.sh1048 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst1}
1049 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1800 ${dst2}
1081 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2}
1098 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s 1400 ${dst2}
1138 run_cmd "${ns_a}" ping -q -M want -Q "${dsfield}" -c 1 -w 1 -s "${len}" "${dst1}"
1141 run_cmd "${ns_a}" ping -q -M want -Q "${dsfield}" -c 1 -w 1 -s "${len}" "${dst2}"
1236 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s $((${ll_mtu} + 500)) ${dst}
1317 run_cmd ${ns_c} ${ping} -q -M want -i 0.1 -c 10 -s $((${ll_mtu} + 500)) ${dst} || return 1
1318 run_cmd ${ns_a} ${ping} -q -M want -i 0.1 -w 1 -s $((${ll_mtu} + 500)) ${dst} || return 1
1442 run_cmd ${ns_c} ${ping} -q -M want
[all...]
/kernel/linux/linux-5.10/fs/
H A Dposix_acl.c344 * Return 0 if current is granted want access to the inode
348 posix_acl_permission(struct inode *inode, const struct posix_acl *acl, int want) in posix_acl_permission() argument
353 want &= MAY_READ | MAY_WRITE | MAY_EXEC; in posix_acl_permission()
369 if ((pa->e_perm & want) == want) in posix_acl_permission()
376 if ((pa->e_perm & want) == want) in posix_acl_permission()
396 if ((pa->e_perm & mask_obj->e_perm & want) == want) in posix_acl_permission()
403 if ((pa->e_perm & want) in posix_acl_permission()
[all...]
/kernel/linux/linux-6.6/fs/
H A Dposix_acl.c372 * Return 0 if current is granted want access to the inode
377 const struct posix_acl *acl, int want) in posix_acl_permission()
385 want &= MAY_READ | MAY_WRITE | MAY_EXEC; in posix_acl_permission()
405 if ((pa->e_perm & want) == want) in posix_acl_permission()
414 if ((pa->e_perm & want) == want) in posix_acl_permission()
434 if ((pa->e_perm & mask_obj->e_perm & want) == want) in posix_acl_permission()
441 if ((pa->e_perm & want) in posix_acl_permission()
376 posix_acl_permission(struct mnt_idmap *idmap, struct inode *inode, const struct posix_acl *acl, int want) posix_acl_permission() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dsram.S33 tst r0, #1 << 4 @ want lock mode?
50 tst r0, #1 << 4 @ want lock mode?
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Dsram.S33 tst r0, #1 << 4 @ want lock mode?
50 tst r0, #1 << 4 @ want lock mode?
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dvio.h448 u32 want = (u32)major << 16 | minor; in vio_version_before() local
450 return have < want; in vio_version_before()
457 u32 want = (u32)major << 16 | minor; in vio_version_after() local
459 return have > want; in vio_version_after()
466 u32 want = (u32)major << 16 | minor; in vio_version_after_eq() local
468 return have >= want; in vio_version_after_eq()

Completed in 20 milliseconds

123456