/kernel/linux/linux-5.10/mm/ |
H A D | vmscan.c | 1586 * @dst: The temp list to put pages on to. 1591 * returns how many pages were moved onto *@dst. 1594 struct lruvec *lruvec, struct list_head *dst, in isolate_lru_pages() 1641 list_move(&page->lru, dst); in isolate_lru_pages() 1593 isolate_lru_pages(unsigned long nr_to_scan, struct lruvec *lruvec, struct list_head *dst, unsigned long *nr_scanned, struct scan_control *sc, enum lru_list lru) isolate_lru_pages() argument
|
/kernel/linux/linux-5.10/kernel/ |
H A D | fork.c | 857 int __weak arch_dup_task_struct(struct task_struct *dst, in arch_dup_task_struct() argument 860 *dst = *src; in arch_dup_task_struct()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | mm.h | 1308 void folio_copy(struct folio *dst, struct folio *src); 3971 int copy_user_large_folio(struct folio *dst, struct folio *src,
|
H A D | perf_event.h | 80 typedef unsigned long (*perf_copy_f)(void *dst, const void *src,
|
H A D | filter.h | 182 /* Special form of mov32, used for doing explicit zero extension on dst. */ 1287 * only two (src and dst) are available at convert_ctx_access time 1350 int copy_bpf_fprog_from_user(struct sock_fprog *dst, sockptr_t src, int len);
|
/kernel/linux/linux-6.6/kernel/ |
H A D | fork.c | 1097 int __weak arch_dup_task_struct(struct task_struct *dst, in arch_dup_task_struct() argument 1100 *dst = *src; in arch_dup_task_struct()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | esp_scsi.c | 2830 u8 *dst = (u8 *)addr; in esp_send_pio_cmd() local 2839 *dst++ = readb(esp->fifo_reg); in esp_send_pio_cmd()
|
/kernel/linux/linux-6.6/mm/ |
H A D | mempolicy.c | 2404 int vma_dup_policy(struct vm_area_struct *src, struct vm_area_struct *dst) in vma_dup_policy() argument 2410 dst->vm_policy = pol; in vma_dup_policy()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | cpm2.h | 700 uint dst; /* destination data buffer pointer */ member
|
/kernel/linux/linux-5.10/arch/sparc/lib/ |
H A D | NG2memcpy.S | 249 FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */ 276 /* %o0: dst 293 sub %g0, %o4, %o4 ! bytes to align dst
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cpm2.h | 700 uint dst; /* destination data buffer pointer */ member
|
/kernel/linux/linux-6.6/arch/sparc/lib/ |
H A D | NG2memcpy.S | 249 FUNC_NAME: /* %o0=dst, %o1=src, %o2=len */ 276 /* %o0: dst 293 sub %g0, %o4, %o4 ! bytes to align dst
|
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | habanalabs.h | 1916 void __iomem *dst);
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/ |
H A D | dma.c | 28 #include <net/dst.h>
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | veth.c | 19 #include <net/dst.h>
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | outqueue.c | 1674 if (transport->dst) in sctp_check_transmitted()
|
H A D | associola.c | 1427 if (t->pmtu_pending && t->dst) { in sctp_assoc_sync_pmtu()
|
H A D | sm_sideeffect.c | 771 if (t->dst) in sctp_cmd_transport_on()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_generic.c | 29 #include <net/dst.h>
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu10k1.h | 1831 int snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 * emu, u32 dst, u32 src);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ping.c | 853 dst_confirm_neigh(&rt->dst, &fl4.daddr); in ping_v4_sendmsg()
|
/kernel/linux/linux-5.10/net/l2tp/ |
H A D | l2tp_core.c | 48 #include <net/dst.h>
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.h | 1476 int vmw_bo_cpu_blit(struct ttm_buffer_object *dst,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | filter.h | 173 /* Special form of mov32, used for doing explicit zero extension on dst. */ 546 dst_needed:1, /* Do we need dst entry? */ 1257 * only two (src and dst) are available at convert_ctx_access time 1311 int copy_bpf_fprog_from_user(struct sock_fprog *dst, sockptr_t src, int len);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_types.h | 375 bool mlx5dr_ste_equal_tag(void *src, void *dst);
|