Searched refs:to (Results 226 - 250 of 1522) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/
H A Dxfs_inode_item.c41 * Prior to finally logging the inode, we have to ensure that all the
46 * We have to be careful when we grab the inode cluster buffer due to lock
58 * Rather than force a complete rework of all the transactions to call
60 * move the pinning of the inode cluster buffer to a ->precommit operation. This
83 * to log the timestamps, or will clear already cleared fields in the
94 * to upgrade this inode to bigtime format, do so now.
120 * fdatasync to ski
479 xfs_copy_dm_fields_to_log_dinode( struct xfs_inode *ip, struct xfs_log_dinode *to) argument
498 xfs_inode_to_log_dinode_iext_counters( struct xfs_inode *ip, struct xfs_log_dinode *to) argument
513 xfs_inode_to_log_dinode( struct xfs_inode *ip, struct xfs_log_dinode *to, xfs_lsn_t lsn) argument
[all...]
/linux-master/arch/x86/um/asm/
H A Dprocessor_32.h45 struct arch_thread *to)
47 memcpy(&to->tls_array, &from->tls_array, sizeof(from->tls_array));
44 arch_copy_thread(struct arch_thread *from, struct arch_thread *to) argument
/linux-master/tools/perf/scripts/python/bin/
H A Dexport-to-postgresql-report2 # description: export perf data to a postgresql database
13 echo "usage: export-to-postgresql-report [database name] [columns] [calls]"
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-postgresql.py $dbname $columns $calls
H A Dexport-to-sqlite-report2 # description: export perf data to a sqlite3 database
13 echo "usage: export-to-sqlite-report [database name] [columns] [calls]"
29 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/export-to-sqlite.py $dbname $columns $calls
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S10 #This function wraps storeing VSX regs to the end of an array and a
11 #call to a comparison function in C which boils down to a memcmp()
26 # that the VMX have been loaded with varray. Will proceed to check the
/linux-master/arch/arm/mm/
H A Dcopypage-v4wb.c15 * Dcache aliasing issue. The writes will be forwarded to the write buffer,
19 * instruction. If your processor does not supply this, you have to write your
47 void v4wb_copy_user_highpage(struct page *to, struct page *from, argument
52 kto = kmap_atomic(to);
H A Dcopypage-v4wt.c16 * Since we have writethrough caches, we don't have to worry about
17 * dirty data in the cache. However, we do have to ensure that
18 * subsequent reads are up to date.
43 void v4wt_copy_user_highpage(struct page *to, struct page *from, argument
48 kto = kmap_atomic(to);
H A Dcopypage-fa.c38 void fa_copy_user_highpage(struct page *to, struct page *from, argument
43 kto = kmap_atomic(to);
H A Dcopypage-xsc3.c64 void xsc3_mc_copy_user_highpage(struct page *to, struct page *from, argument
69 kto = kmap_atomic(to);
H A Dcopypage-feroceon.c66 void feroceon_copy_user_highpage(struct page *to, struct page *from, argument
71 kto = kmap_atomic(to);
/linux-master/arch/arm/include/debug/
H A Dmsm.S16 @ Write the 1 character to UARTDM_TF
35 @ Clear TX_READY by writing to the UARTDM_CR register
39 @ Write 0x1 to NCF register
43 @ UARTDM reg. Read to induce delay
/linux-master/tools/testing/selftests/bpf/
H A Dtest_doc_build.sh5 # Assume script is located under tools/testing/selftests/bpf/. We want to start
10 SCRIPT_REL_DIR=$(dirname $(realpath --relative-to=$KDIR_ROOT_DIR $SCRIPT_REL_PATH))
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sc/sc_1.0/
H A Dia_css_sc.host.c28 struct sh_css_isp_sc_params *to,
33 to->gain_shift = (*from)->fraction_bits;
48 /* It looks like @parameter{} (in *.pipe) is used to generate the process/get/set functions,
52 Then, I did not use @parameter{} to generate the get/set function
91 /* ------ deprecated(bz675) : to ------ */
27 ia_css_sc_encode( struct sh_css_isp_sc_params *to, struct ia_css_shading_table **from, unsigned int size) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/macc/macc1_5/
H A Dia_css_macc1_5.host.c32 struct sh_css_isp_macc1_5_params *to,
37 to->exp = from->exp;
31 ia_css_macc1_5_encode( struct sh_css_isp_macc1_5_params *to, const struct ia_css_macc1_5_config *from, unsigned int size) argument
/linux-master/arch/nios2/include/asm/
H A Duaccess.h8 * This file is subject to the terms and conditions of the GNU General Public
29 static inline unsigned long __must_check __clear_user(void __user *to, argument
41 : "=r" (n), "=r" (to)
42 : "0" (n), "1" (to)
48 static inline unsigned long __must_check clear_user(void __user *to, argument
51 if (!access_ok(to, n))
53 return __clear_user(to, n);
57 raw_copy_from_user(void *to, const void __user *from, unsigned long n);
59 raw_copy_to_user(void __user *to, const void *from, unsigned long n);
/linux-master/arch/arm/mach-versatile/
H A Ddcscb_setup.S17 * The ACTLR SMP bit does not need to be set here, because cpu_resume()
29 @ if any. In this case, there is nothing to do.
/linux-master/include/linux/mtd/
H A Dhyperbus.h30 * @np: pointer to HyperBus slave device node
31 * @mtd: pointer to MTD struct
32 * @ctlr: pointer to HyperBus controller struct
34 * @priv: pointer to controller specific per device private data
48 * @read16: read 16 bit of data from flash in a single burst. Used to read
50 * @write16: write 16 bit of data to flash in a single burst. Used to
51 * send cmd to flash or write single 16 bit word at a time.
53 * @copy_to: copy data to flash memory
61 void (*copy_from)(struct hyperbus_device *hbdev, void *to,
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dtout.c8 u64 to[MAX_TIMEOUT_TYPES]; member in struct:mlx5_timeouts
33 dev->timeouts->to[type] = val;
70 /* convert hours/minutes/seconds to miliseconds */
89 u32 to; local
94 to = ioread32be(&dev->iseg->cmd_q_init_to);
95 tout_set(dev, tout_convert_iseg_to_ms(to), MLX5_TO_FW_INIT_MS);
97 to = ioread32be(&dev->iseg->cmd_exec_to);
98 tout_set(dev, tout_convert_iseg_to_ms(to), MLX5_TO_CMD_MS);
103 return dev->timeouts->to[type];
/linux-master/drivers/watchdog/
H A Dts72xx_wdt.c78 static int ts72xx_wdt_settimeout(struct watchdog_device *wdd, unsigned int to) argument
82 if (to == 1) {
84 } else if (to == 2) {
86 } else if (to <= 4) {
88 to = 4;
91 if (to <= 8)
92 to = 8;
95 wdd->timeout = to;
/linux-master/arch/s390/boot/
H A Dhead_kdump.S19 # Note: This code has to be position independent
24 sigp %r1,%r0,SIGP_SET_ARCHITECTURE # Switch to esame mode
25 sam64 # Switch to 64 bit addressing
44 agr %r8,%r2 # Copy data mover to
47 lghi %r14,DATAMOVER_ADDR # Jump to copied data mover
68 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp
69 mvc 0(256,%r5),0(%r11) # Copy new kernel to old
70 mvc 0(256,%r11),0(%r10) # Copy tmp to new
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmm.h24 int pkvm_create_mappings(void *from, void *to, enum kvm_pgtable_prot prot);
25 int pkvm_create_mappings_locked(void *from, void *to, enum kvm_pgtable_prot prot);
/linux-master/include/asm-generic/
H A Dnuma.h9 int __node_distance(int from, int to);
23 /* Returns a pointer to the cpumask of CPUs on Node 'node'. */
35 void __init numa_set_distance(int from, int to, int distance);
/linux-master/arch/um/include/asm/
H A Dpage.h26 * These are used to make use of C type-checking..
30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE)
33 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
45 #define pte_copy(to, from) ({ (to).pte = (from).pte; })
72 #define pte_copy(to, from) ((to).pte = (from).pte)
100 /* Cast to unsigne
[all...]
/linux-master/arch/x86/kernel/kprobes/
H A Dcommon.h92 extern void synthesize_reljump(void *dest, void *from, void *to);
93 extern void synthesize_relcall(void *dest, void *from, void *to);
/linux-master/drivers/clocksource/
H A Dtimer-imx-sysctr.c35 struct timer_of *to = to_timer_of(evt); local
36 struct sysctr_private *priv = to->private_data;
37 void __iomem *base = timer_of_base(to);
54 struct timer_of *to = to_timer_of(evt); local
55 struct sysctr_private *priv = to->private_data;
56 void __iomem *base = timer_of_base(to);
71 struct timer_of *to = to_timer_of(evt); local
72 void __iomem *base = timer_of_base(to);

Completed in 171 milliseconds

1234567891011>>