/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | nospec-insn.h | 54 .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 D | nospec-insn.h | 55 .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 D | tegra_cif.h | 39 unsigned int expand; member 56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
|
H A D | tegra30_ahub.c | 124 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 D | tegra30_ahub.h | 480 unsigned int expand; member
|
H A D | tegra30_i2s.c | 175 cif_conf.expand = 0; in tegra30_i2s_hw_params()
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra_cif.h | 39 unsigned int expand; member 56 (conf->expand << TEGRA_ACIF_CTRL_EXPAND_SHIFT) | in tegra_set_cif()
|
H A D | tegra30_ahub.c | 140 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 D | tegra30_ahub.h | 480 unsigned int expand; member
|
H A D | tegra30_i2s.c | 186 cif_conf.expand = 0; in tegra30_i2s_hw_params()
|
/kernel/linux/linux-6.6/rust/macros/ |
H A D | paste.rs | 49 pub(crate) fn expand(tokens: &mut Vec<TokenTree>) { 64 // Recursively expand tokens inside the group 65 expand(&mut stream);
|
H A D | lib.rs | 344 paste::expand(&mut tokens); in paste()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/ |
H A D | ocrdma_verbs.c | 2474 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 D | ocrdma_verbs.c | 2472 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 D | uptodate.c | 472 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 D | uptodate.c | 470 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 D | net.c | 800 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 D | bpf_doc.py | 273 helper_name = capture.expand(r'bpf_\1')
|
/kernel/linux/linux-5.10/mm/ |
H A D | mmap.c | 748 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 D | page_alloc.c | 2170 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 D | dir.c | 291 expand: 366 /* The content has grown, so we need to expand the 371 goto expand;
|
/kernel/linux/linux-6.6/mm/ |
H A D | page_alloc.c | 1396 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 D | mm.h | 290 #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 D | raid5.c | 3292 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 D | raid5.c | 3380 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
|