Home
last modified time | relevance | path

Searched refs:arg (Results 1 – 25 of 3506) sorted by path

12345678910>>...141

/linux/Documentation/admin-guide/device-mapper/
H A Dcache-policies.rst118 <#feature_args> [<feature arg>]*
119 <policy> <#policy_args> [<policy arg>]*
H A Dcache.rst182 <#feature args> [<feature arg>]*
H A Ddm-clone.rst142 [<#feature args> [<feature arg>]* [<#core args> [<core arg>]*]]
H A Ddm-raid.rst386 1.4.0 Non-functional change. Removes arg from mapping function.
H A Dsnapshot.rst35 [<# feature args> [<arg>]*]
74 [<# feature args> [<arg>]*]
H A Dthin-provisioning.rst270 <low water mark (blocks)> [<number of feature args> [<arg>]*]
/linux/Documentation/admin-guide/laptops/
H A Dasus-laptop.rst181 echo $((10#$arg-60)) > /sys/devices/platform/asus-laptop/display
183 will usually do the trick ($arg is the 0000006n-like event passed to acpid).
/linux/Documentation/admin-guide/mm/
H A Dpagemap.rst278 struct pm_scan_arg arg = {
279 .size = sizeof(arg),
289 struct pm_scan_arg arg = {
290 .size = sizeof(arg),
H A Duserfaultfd.rst209 ``msg.arg.pagefault.flags & UFFD_PAGEFAULT_FLAG_WP`` set. Now you send
/linux/Documentation/arch/arm64/
H A Dsme.rst181 prctl(PR_SME_SET_VL, unsigned long arg)
184 arg == vl | flags. Other threads of the calling process are unaffected.
204 prctl(PR_SME_SET_VL, arg & ~PR_SME_SET_VL_ONEXEC)
222 PR_SME_SET_VL_ONEXEC is present in arg), is set to the largest value
233 present in arg; otherwise, the reported vector length is the deferred
H A Dsve.rst201 prctl(PR_SVE_SET_VL, unsigned long arg)
204 arg == vl | flags. Other threads of the calling process are unaffected.
224 prctl(PR_SVE_SET_VL, arg & ~PR_SVE_SET_VL_ONEXEC)
243 PR_SVE_SET_VL_ONEXEC is present in arg), is set to the largest value
254 present in arg; otherwise, the reported vector length is the deferred
/linux/Documentation/arch/riscv/
H A Dvector.rst24 * prctl(PR_RISCV_V_SET_CONTROL, unsigned long arg)
43 arg: The control argument is a 5-bit value consisting of 3 parts, and
/linux/Documentation/bpf/
H A Dbtf.rst921 int test_long_fname_2(struct dummy_tracepoint_args * arg):
923 ; static int test_long_fname_2(struct dummy_tracepoint_args *arg)
937 ; if (!arg->sock)
939 ; if (!arg->sock)
H A Dkfuncs.rst372 according to the C standard to be passed to the same kfunc arg, even if their
519 ``struct task_struct *`` that was passed as e.g. a tracepoint arg, or a
520 struct_ops callback arg. For example:
601 /* A task should always be found, as %task is a tracepoint arg. */
/linux/Documentation/cdrom/
H A Dcdrom-standard.rst465 unsigned int cmd, void *arg)
493 unsigned int cmd, unsigned long arg)
804 unsigned int cmd, unsigned long arg)
827 If *arg\not=0*, set behavior to auto-close (close
842 Get sub-channel data in argument *arg* of type
845 Read Table of Contents header, in *arg* of type
848 Read a Table of Contents entry in *arg* and specified by *arg*
852 delimited by *arg* of type `struct cdrom_msf *`.
890 Select disc numbered *arg* from a juke-box.
896 For juke-boxes, an extra argument *arg*
[all …]
/linux/Documentation/
H A Dconf.py217 for arg in sys.argv:
218 if arg.startswith('version='):
219 c_version = arg[8:]
220 elif arg.startswith('release='):
221 c_release = arg[8:]
/linux/Documentation/core-api/
H A Dmemory-hotplug.rst49 struct notifier_block *self, unsigned long action, void *arg);
54 The third argument (arg) passes a pointer of struct memory_notify::
H A Dpadata.rst168 function, which accepts three arguments, ``start``, ``end``, and ``arg``, where
H A Dprintk-basics.rst25 printk(KERN_INFO "Message: %s\n", arg);
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst421 int handle_ioctl(unsigned long cmd, unsigned long arg)
427 ret = copy_struct_from_user(&my_cmd, arg, sizeof(struct foo), _IOC_SIZE(cmd));
H A Dkcov.rst330 struct kcov_remote_arg *arg;
343 arg = calloc(1, sizeof(*arg) + sizeof(uint64_t));
344 if (!arg)
346 arg->trace_mode = KCOV_TRACE_PC;
347 arg->area_size = COVER_SIZE;
348 arg->num_handles = 1;
349 arg->common_handle = kcov_remote_handle(KCOV_SUBSYSTEM_COMMON,
351 arg->handles[0] = kcov_remote_handle(KCOV_SUBSYSTEM_USB,
353 if (ioctl(fd, KCOV_REMOTE_ENABLE, arg))
354 perror("ioctl"), free(arg), exit(1);
[all …]
/linux/Documentation/dev-tools/kunit/
H A Dusage.rst746 static int fake_foo(int arg)
751 KUNIT_EXPECT_EQ(test, test_data->want_foo_called_with, arg);
/linux/Documentation/devicetree/bindings/dma/
H A Dstericsson,dma40.yaml141 description: A phandle array with inner size 1 (no arg cells).
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml81 arg gating started if bus is idle for sr_mc_gate_idle*1024 DFI clock
302 arg gating started if bus is idle for sr_mc_gate_idle nanoseconds.
/linux/Documentation/devicetree/bindings/soc/ti/
H A Dkeystone-navigator-dma.txt98 - A DMA channel number as a phandle arg.

12345678910>>...141