Searched refs:to (Results 751 - 775 of 1529) sorted by relevance

<<31323334353637383940>>

/linux-master/sound/xen/
H A Dxen_snd_front.c317 int to = 100; local
325 * signaling the backend to free event channels, waiting for its
326 * state to change to XenbusStateClosed and cleaning at our end.
334 --to)
337 if (!to) {
/linux-master/tools/perf/Documentation/
H A DMakefile35 # Make the path relative to DESTDIR, not prefix
107 # If you had been using DOCBOOK_XSL_172 in an attempt to get rid
142 # Until that version is released you may have to apply the patch
146 QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir
190 $(error "You need to install $(missing_tools) for man pages")
205 DO_INSTALL_MAN = $(warning Please install $(missing_tools) to have the man pages installed)
287 --to-stdout $(xml) &&) true) > $@++ && \
297 $(DOCBOOK2X_TEXI) --to-stdout $*.xml >$@+ && \
/linux-master/drivers/usb/host/
H A Dohci-s3c2410.c18 * Thanks to basprog@mail.ru for updates to newer kernels
142 int port, int to)
148 info->port[port-1].power = to;
149 (info->power_control)(port-1, to);
155 * look at control requests to the hub, and see if we need
156 * to take any action or over-ride the results from the
186 /* check the request to see if it needs handling */
311 the port needs to be powered down */
344 * @dev: USB Host Controller to b
141 s3c2410_usb_set_power(struct s3c2410_hcd_info *info, int port, int to) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh8 # because qemu does not seem to like that much.
12 # qemu-args defaults to "-enable-kvm -display none -no-reboot", along
16 # boot_args_in defaults to value returned by the per_version_boot_params
19 # Anything you specify for either qemu-args or boot_args_in is appended to
50 # second the to-be-updated file within $T, and the third and final the
97 # Had to build a kernel for this test.
148 echo CPU count limited from $cpu_count to $TORTURE_ALLOTED_CPUS | tee -a $resdir/Warnings
176 echo " 1." Set your bare-metal build tree to the state shown in this file: >> $resdir/bare-metal
191 echo " 9." Copy the console output from just before the modprobe to just after >> $resdir/bare-metal
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_ppgtt.c101 struct i915_page_table * const to,
108 pd->entry[idx] = to;
109 write_dma_entry(px_base(pd), idx, encode(px_dma(to), I915_CACHE_LLC));
196 /* Applicable to VLV, and gen8+ */
99 __set_pd_entry(struct i915_page_directory * const pd, const unsigned short idx, struct i915_page_table * const to, u64 (*encode)(const dma_addr_t, const enum i915_cache_level)) argument
/linux-master/tools/testing/selftests/bpf/
H A Dvmtest.sh62 can be passed as environment variables to the script:
74 -j) Number of jobs for compilation, similar to -j in make
86 # URLS contain the mapping from file names to URLs where
167 # Mount the image and copy the selftests to the image.
187 a new image by passing "-i" to the script
207 # Ensure that the logs are written to disk
309 # there is no need to check other ones.
324 # clobber the error code we intend to return.
/linux-master/fs/
H A Deventfd.c35 * value of the __u64 being written is added to "count" and a
37 * specified, a read(2) will return the "count" value to userspace,
38 * and will reset "count" to zero. The kernel side eventfd_signal()
39 * also, adds to the "count" counter and issue a wakeup.
48 * @ctx: [in] Pointer to the eventfd context.
51 * This function is supposed to be called by the kernel in paths that do not
52 * allow sleeping. In this function we allow the counter to reach the ULLONG_MAX
54 * to poll(2).
65 * it returns false, the eventfd_signal() call should be deferred to a
97 * eventfd_ctx_put - Releases a reference to th
214 eventfd_read(struct kiocb *iocb, struct iov_iter *to) argument
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c36 gva_t eaddr, void *to, void *from,
41 bool is_load = !!to;
46 /* Can't access quadrants 1 or 2 in non-HV mode, call the HV to do it */
49 (to != NULL) ? __pa(to): 0,
61 to = (void *) (eaddr | (quadrant << 62));
67 /* switch the lpid first to avoid running host with unallocated pid */
80 ret = __copy_from_user_inatomic(to, (const void __user *)from, n);
82 ret = __copy_to_user_inatomic((void __user *)to, from, n);
87 /* switch the pid first to avoi
35 __kvmhv_copy_tofrom_guest_radix(int lpid, int pid, gva_t eaddr, void *to, void *from, unsigned long n) argument
99 kvmhv_copy_tofrom_guest_radix(struct kvm_vcpu *vcpu, gva_t eaddr, void *to, void *from, unsigned long n) argument
124 kvmhv_copy_from_guest_radix(struct kvm_vcpu *vcpu, gva_t eaddr, void *to, unsigned long n) argument
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_bbt.c10 * When nand_scan_bbt is called, then it tries to find the bad block table
13 * marked good / bad blocks. This information is used to create a memory BBT.
16 * If a flash based BBT is specified then the function first tries to find the
20 * version number, then the mirror BBT is used to build the memory based BBT.
32 * number which indicates which of both tables is more up to date. If the NAND
41 * 01b, 10b: block is marked bad due to wear
45 * 01b: block is marked bad due to wear
46 * 10b: block is reserved (to protect the bbt area)
99 * @buf: the buffer to search
100 * @len: the length of buffer to searc
720 loff_t to; local
757 loff_t to; local
[all...]
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c24 static pid_t mpid; /* main() pid is used to avoid duplicate test counts */
51 ksft_exit_fail_msg("short write to %s\n", filename);
53 ksft_exit_fail_msg("write to %s failed - %s\n",
120 ksft_exit_skip("must be root or be able to create a userns\n");
141 ksft_exit_fail_msg("chdir to private tmpfs - %s\n",
151 int to = open(toname, O_CREAT | O_WRONLY | O_EXCL, 0700); local
161 if (write(to, buf, sz) != sz)
167 close(to);
278 /* We should not be able to add ambient caps yet. */
342 ksft_test_result_pass("Basic manipulation appears to wor
[all...]
/linux-master/arch/arm/mm/
H A Dabort-lv4t.S34 add pc, pc, r7, lsr #22 @ Now branch to the relevant processing routine
76 and r6, r6, #15 @ r6 = no. of registers to transfer.
213 and r6, r6, #15 @ number of regs to transfer
233 and r6, r6, #15 @ number of regs to transfer
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dvalidate.c15 unsigned long COPY_LOOP(void *to, const void *from, unsigned long size);
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h2 * This file is subject to the terms and conditions of the GNU General Public
30 * This needs to read the nasid - assume 0 for now.
82 ld t0, 0(t0) # t0 points to kern_vars struct
88 * We might not get launched at the address the kernel is linked to,
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_binding.h6 * Permission is hereby granted, free of charge, to any person obtaining a
8 * "Software"), to deal in the Software without restriction, including
9 * without limitation the rights to use, copy, modify, merge, publish,
10 * distribute, sub license, and/or sell copies of the Software, and to
11 * permit persons to whom the Software is furnished to do so, subject to
42 * enum vmw_ctx_binding_type - abstract resource to context binding types
67 * @ctx: Non-refcounted pointer to the context that owns the binding. NULL
69 * @res: Non-refcounted pointer to th
[all...]
/linux-master/arch/arm/include/asm/
H A Dtls.h15 @ TLS register update is deferred until return to user space
83 * be reentrant with respect to switch_tls.
85 * We need to ensure ordering between the shadow state and the
102 * User space must never try to access this
103 * directly. Expect your app to break
/linux-master/drivers/scsi/fnic/
H A Dfnic_trace.h12 * Fisrt bit of FNIC_FC_RECV and FNIC_FC_SEND is used to represent the type
20 extern ssize_t simple_read_from_buffer(void __user *to,
/linux-master/drivers/scsi/snic/
H A Dsnic_trc.h9 extern ssize_t simple_read_from_buffer(void __user *to,
17 /* Global Data structure for trace to manage trace functionality */
20 char *fn; /* Ptr to Function Name */
/linux-master/arch/arm/boot/compressed/
H A Dhead.S27 * 100% relocatable. Any attempt to do so will result in a crash.
172 /* convert to little endian */
195 * jump 32 bytes into the image to skip the a.out header.
200 * had started to exploit this "patch area".
209 AR_CLASS( sub pc, pc, #3 ) @ A/R: switch to Thumb2 mode
215 .word _magic_sig @ Magic numbers to help the loader
219 .word 0x45454545 @ another magic number to indicate
234 * Booting from Angel - need to enter SVC mode and disable
265 * We just need to get rid of any offset by aligning the
269 * different platforms - we have chosen 128MB to allo
[all...]
/linux-master/net/rds/
H A Dmessage.c4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
154 /* XXX will have to put_page for page refs */
204 /* For now, refuse to add more than one extension header */
281 * rds ops will need. This is to minimize memory allocation count. Then, each rds op
309 * RDS ops use this to grab SG entries from the rm's sg pool.
464 int rds_message_inc_copy_to_user(struct rds_incoming *inc, struct iov_iter *to) argument
481 while (iov_iter_count(to) && copied < len) {
482 to_copy = min_t(unsigned long, iov_iter_count(to),
488 to_copy, to);
[all...]
/linux-master/scripts/kconfig/
H A Dmerge_config.sh6 # values that did not make it to the resulting .config file (due to missed
30 echo " -O dir to put generated output files. Consider setting \$KCONFIG_CONFIG instead."
150 ${WARNOVERRIDE} -y passed, will not demote y to m
181 echo "# merged configuration written to $KCONFIG_CONFIG (needs make)"
/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S11 # This software is available to you under a choice of one of two
12 # licenses. You may choose to be licensed under the terms of the GNU
44 # To find it, surf to http://www.intel.com/p/en_US/embedded
58 # Add reg to mem using reg-mem add and store
353 ## arg 1 : pointer to state
354 ## (struct sha256_state is assumed to begin with u32 state[8])
355 ## arg 2 : pointer to input data
371 shl $6, NUM_BLKS # convert to bytes
374 mov NUM_BLKS, _INP_END(%rsp) # pointer to end of data
/linux-master/drivers/cpufreq/
H A Dpmac64-cpufreq.c72 /* Power mode data is an array of the 32 bits PCR values to use for
126 /* It's an irq GPIO so we should be able to just block here,
150 int to; local
167 for (to = 0; to < 10; to++) {
236 usleep_range(10000, 10000); /* should be faster , to fix */
270 /* It's an irq GPIO so we should be able to just block here,
309 * Common interface to the cpufreq core
446 /* Force apply current frequency to mak
[all...]
/linux-master/arch/arm/common/
H A Dvlock.S46 * writes to neighbouring locations within a cacheline do not interfere
67 @ Wait for the current round of voting to finish:
/linux-master/include/net/
H A Dping.h64 int ping_getfrag(void *from, char *to, int offset, int fraglen, int odd,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dact.h115 struct flow_action *flow_action, int from, int to,

Completed in 219 milliseconds

<<31323334353637383940>>