Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dnospec-insn.h54 .macro __DECODE_RR expand,reg,ruse
60 \expand \r1,\r2
71 .macro __DECODE_RRR expand,rsave,rtarget,ruse
79 \expand \r1,\r2,\r3
92 .macro __DECODE_DRR expand,disp,reg,ruse
98 \expand \disp,\r1,\r2
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dnospec-insn.h55 .macro __DECODE_R expand,reg
59 \expand \r1
68 .macro __DECODE_RR expand,rsave,rtarget
74 \expand \r1,\r2
/kernel/linux/linux-5.10/sound/soc/tegra/
H A Dtegra_cif.h39 unsigned int expand; member
56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
H A Dtegra30_ahub.c124 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()
226 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo()
690 (conf->expand << in tegra30_ahub_set_cif()
722 (conf->expand << in tegra124_ahub_set_cif()
H A Dtegra30_ahub.h480 unsigned int expand; member
H A Dtegra30_i2s.c175 cif_conf.expand = 0; in tegra30_i2s_hw_params()
/kernel/linux/linux-6.6/sound/soc/tegra/
H A Dtegra_cif.h39 unsigned int expand; member
56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
H A Dtegra30_ahub.c140 cif_conf.expand = 0; in tegra30_ahub_allocate_rx_fifo()
242 cif_conf.expand = 0; in tegra30_ahub_allocate_tx_fifo()
635 (conf->expand << in tegra30_ahub_set_cif()
667 (conf->expand << in tegra124_ahub_set_cif()
H A Dtegra30_ahub.h480 unsigned int expand; member
H A Dtegra30_i2s.c186 cif_conf.expand = 0; in tegra30_i2s_hw_params()
/kernel/linux/linux-6.6/rust/macros/
H A Dpaste.rs49 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) {
64 // Recursively expand tokens inside the group
65 expand(&mut stream);
H A Dlib.rs344 paste::expand(&mut tokens); in paste()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2474 bool expand = false; in ocrdma_update_err_cqe() local
2487 expand = true; in ocrdma_update_err_cqe()
2490 return expand; in ocrdma_update_err_cqe()
2517 bool expand; in ocrdma_poll_err_scqe() local
2534 expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2543 expand = false; in ocrdma_poll_err_scqe()
2547 expand = false; in ocrdma_poll_err_scqe()
2552 expand = ocrdma_update_err_scqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2554 return expand; in ocrdma_poll_err_scqe()
2561 bool expand in ocrdma_poll_success_scqe() local
2587 bool expand; ocrdma_poll_scqe() local
2650 bool expand; ocrdma_poll_err_rcqe() local
2719 bool expand = false; ocrdma_poll_rcqe() local
2758 bool expand = false; ocrdma_poll_hwcq() local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2472 bool expand = false; in ocrdma_update_err_cqe() local
2485 expand = true; in ocrdma_update_err_cqe()
2488 return expand; in ocrdma_update_err_cqe()
2515 bool expand; in ocrdma_poll_err_scqe() local
2532 expand = ocrdma_update_err_rcqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2541 expand = false; in ocrdma_poll_err_scqe()
2545 expand = false; in ocrdma_poll_err_scqe()
2550 expand = ocrdma_update_err_scqe(ibwc, cqe, qp, status); in ocrdma_poll_err_scqe()
2552 return expand; in ocrdma_poll_err_scqe()
2559 bool expand in ocrdma_poll_success_scqe() local
2585 bool expand; ocrdma_poll_scqe() local
2648 bool expand; ocrdma_poll_err_rcqe() local
2717 bool expand = false; ocrdma_poll_rcqe() local
2756 bool expand = false; ocrdma_poll_hwcq() local
[all...]
/kernel/linux/linux-5.10/fs/ocfs2/
H A Duptodate.c472 int expand; in ocfs2_set_buffer_uptodate() local
494 expand = 0; in ocfs2_set_buffer_uptodate()
497 expand = 1; in ocfs2_set_buffer_uptodate()
501 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand); in ocfs2_set_buffer_uptodate()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Duptodate.c470 int expand; in ocfs2_set_buffer_uptodate() local
492 expand = 0; in ocfs2_set_buffer_uptodate()
495 expand = 1; in ocfs2_set_buffer_uptodate()
499 __ocfs2_set_buffer_uptodate(ci, bh->b_blocknr, expand); in ocfs2_set_buffer_uptodate()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dnet.c800 struct bpf_link_info *expand; in show_link_netfilter() local
809 expand = realloc(nf_link_info, nf_link_len * sizeof(info)); in show_link_netfilter()
810 if (!expand) { in show_link_netfilter()
815 nf_link_info = expand; in show_link_netfilter()
/kernel/linux/linux-6.6/scripts/
H A Dbpf_doc.py273 helper_name = capture.expand(r'bpf_\1')
/kernel/linux/linux-5.10/mm/
H A Dmmap.c748 struct vm_area_struct *expand) in __vma_adjust()
770 if (next == expand) { in __vma_adjust()
772 * The only case where we don't expand "vma" in __vma_adjust()
773 * and we expand "next" instead is case 8. in __vma_adjust()
785 VM_WARN_ON(expand != vma); in __vma_adjust()
815 VM_WARN_ON(expand != importer); in __vma_adjust()
825 VM_WARN_ON(expand != importer); in __vma_adjust()
1803 * Can we just expand an old mapping? in mmap_region()
3171 /* Can we just expand an old private anonymous mapping? */ in do_brk_flags()
3424 * Return true if the calling process may expand it
746 __vma_adjust(struct vm_area_struct *vma, unsigned long start, unsigned long end, pgoff_t pgoff, struct vm_area_struct *insert, struct vm_area_struct *expand) __vma_adjust() argument
[all...]
H A Dpage_alloc.c2170 static inline void expand(struct zone *zone, struct page *page, in expand() function
2331 expand(zone, page, order, current_order, migratetype); in __rmqueue_smallest()
2932 * Split buddy pages returned by expand() are received here in in rmqueue_bulk()
/kernel/linux/linux-6.6/fs/afs/
H A Ddir.c291 expand:
366 /* The content has grown, so we need to expand the
371 goto expand;
/kernel/linux/linux-6.6/mm/
H A Dpage_alloc.c1396 static inline void expand(struct zone *zone, struct page *page, in expand() function
1586 expand(zone, page, order, current_order, migratetype); in __rmqueue_smallest()
2172 * Split buddy pages returned by expand() are received here in in rmqueue_bulk()
/kernel/linux/linux-5.10/include/linux/
H A Dmm.h290 #define VM_DONTEXPAND 0x00040000 /* Cannot expand with mremap() */
2572 struct vm_area_struct *expand);
2698 /* Generic expand stack which grows the stack according to GROWS{UP,DOWN} */
/kernel/linux/linux-5.10/drivers/md/
H A Draid5.c3292 int rcw, int expand) in schedule_reconstruction()
3313 if (!expand) in schedule_reconstruction()
3325 if (!expand) { in schedule_reconstruction()
4514 * copy some of them into a target stripe for expand. in handle_stripe_expansion()
3291 schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s, int rcw, int expand) schedule_reconstruction() argument
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.c3380 int rcw, int expand) in schedule_reconstruction()
3401 if (!expand) in schedule_reconstruction()
3413 if (!expand) { in schedule_reconstruction()
4626 * copy some of them into a target stripe for expand. in handle_stripe_expansion()
3379 schedule_reconstruction(struct stripe_head *sh, struct stripe_head_state *s, int rcw, int expand) schedule_reconstruction() argument

Completed in 72 milliseconds