/Linux-v4.19/fs/autofs/ |
D | expire.c | 15 unsigned long timeout, unsigned int how) in autofs_can_expire() argument 23 if (!(how & AUTOFS_EXP_IMMEDIATE)) { in autofs_can_expire() 33 struct dentry *dentry, unsigned int how) in autofs_mount_busy() argument 55 if (how & AUTOFS_EXP_FORCED) { in autofs_mount_busy() 195 unsigned int how) in autofs_direct_busy() argument 200 if (how & AUTOFS_EXP_FORCED) in autofs_direct_busy() 214 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy() 227 unsigned int how) in autofs_tree_busy() argument 249 if (autofs_mount_busy(mnt, p, how)) { in autofs_tree_busy() 273 if (how & AUTOFS_EXP_FORCED) in autofs_tree_busy() [all …]
|
/Linux-v4.19/Documentation/leds/ |
D | 00-INDEX | 10 - notes on how to use the leds-lm3556 driver. 12 - notes on how to use the leds-lp3944 driver. 14 - notes on how to use the leds-lp5521 driver. 16 - notes on how to use the leds-lp5523 driver. 18 - notes on how to use the leds-lp5562 driver. 22 - notes on how to use the leds-lm3556 driver. 24 - notes on how to use the leds-mlxcpld driver. 30 - notes on how to use the drivers/usb/core/ledtrig-usbport.c trigger. 32 - notes on how to use the uleds driver.
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-kernel-mm-ksm | 19 full_scans: how many times all mergeable areas have been 22 pages_shared: how many shared pages are being used. 24 pages_sharing: how many more sites are sharing them i.e. how 27 pages_to_scan: how many present pages to scan before ksmd goes 30 pages_unshared: how many pages unique but repeatedly checked 33 pages_volatile: how many pages changing too fast to be placed 40 sleep_millisecs: how many milliseconds ksm should sleep between
|
D | sysfs-kernel-slab | 19 The aliases file is read-only and specifies how many caches 48 The alloc_fastpath file shows how many objects have been 59 The alloc_from_partial file shows how many times a cpu slab has 71 The alloc_refill file shows how many times the per-cpu freelist 82 The alloc_slab file is shows how many times a new slab had to 93 The alloc_slowpath file shows how many objects have been 115 The cpu_slabs file is read-only and displays how many cpu slabs 124 The file cpuslab_flush shows how many times a cache's cpu slabs 147 The deactivate_empty file shows how many times an empty cpu slab 157 The deactivate_full file shows how many times a full cpu slab [all …]
|
D | sysfs-class-led-trigger-oneshot | 6 Specifies for how many milliseconds the LED has to stay at 15 Specifies for how many milliseconds the LED has to stay at
|
/Linux-v4.19/drivers/isdn/hisax/ |
D | Kconfig | 96 See <file:Documentation/isdn/README.HiSax> on how to configure it 106 See <file:Documentation/isdn/README.HiSax> on how to configure it 115 See <file:Documentation/isdn/README.HiSax> on how to configure it. 121 S0BOX. See <file:Documentation/isdn/README.HiSax> on how to 130 See <file:Documentation/isdn/README.HiSax> on how to configure it 139 See <file:Documentation/isdn/README.HiSax> on how to configure it. 145 See <file:Documentation/isdn/README.HiSax> on how to configure it. 153 See <file:Documentation/isdn/README.HiSax> on how to configure it 163 See <file:Documentation/isdn/README.HiSax> on how to configure it 173 See <file:Documentation/isdn/README.HiSax> on how to configure it [all …]
|
/Linux-v4.19/Documentation/ioctl/ |
D | 00-INDEX | 4 - how to avoid botching up ioctls 10 - how to decode the bits of an IOCTL code 12 - how to implement and register device/driver ioctl calls
|
/Linux-v4.19/Documentation/x86/ |
D | 00-INDEX | 10 - why and how Linux kernel uses exception tables on x86 14 - how to use x86 Memory Type Range Registers to increase performance 18 - how to fix/avoid quirks when using emulated PS/2 mouse/keyboard.
|
/Linux-v4.19/Documentation/ |
D | 00-INDEX | 32 - how to select which CPU(s) handle which interrupt events on SMP. 72 - info on how to modify a bt8xx video card for GPIO usage. 78 - how to access I/O mapped memory from within device drivers. 98 - document describing how CPU load statistics are collected. 102 - documentation on how CPU topology info is exported via sysfs. 112 - how to use firewire like a hardware debugger memory reader. 156 - how to make use of flexible sized arrays in linux 208 - how to use the irq-flags tracing feature. 218 - how to write and format reStructuredText kernel documentation 220 - List of all per-CPU kthreads and how they introduce jitter. [all …]
|
D | index.rst | 22 (GPLv2), how to properly mark the license of individual files in the source 56 These manuals contain overall information about how to develop the kernel. 59 knowing how things are done will make the process of getting your changes 75 These books get into the details of how specific kernel subsystems work
|
/Linux-v4.19/security/smack/ |
D | Kconfig | 13 If you are unsure how to answer this question, answer N. 31 If you are unsure how to answer this question, answer N. 42 If you are unsure how to answer this question, answer N. 54 If you are unsure how to answer this question, answer N.
|
/Linux-v4.19/arch/alpha/kernel/ |
D | process.c | 78 struct halt_info *how = (struct halt_info *)generic_ptr; in common_shutdown_1() local 106 if (how->mode == LINUX_REBOOT_CMD_RESTART) { in common_shutdown_1() 107 if (!how->restart_cmd) { in common_shutdown_1() 150 alpha_mv.kill_arch(how->mode); in common_shutdown_1() 152 if (! alpha_using_srm && how->mode != LINUX_REBOOT_CMD_RESTART) { in common_shutdown_1()
|
/Linux-v4.19/tools/perf/util/ |
D | ordered-events.c | 232 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how) in ordered_events__flush() argument 245 switch (how) { in ordered_events__flush() 274 str[how], oe->nr_events); in ordered_events__flush() 280 if (how == OE_FLUSH__ROUND) in ordered_events__flush() 283 oe->last_flush_type = how; in ordered_events__flush() 287 str[how], oe->nr_events); in ordered_events__flush()
|
/Linux-v4.19/Documentation/kbuild/ |
D | 00-INDEX | 4 - how to export Linux headers for use by userspace 14 - how to build modules and to install them
|
/Linux-v4.19/Documentation/extcon/ |
D | intel-int3496.txt | 8 This ACPI device describes how the OS can read the id-pin of the devices' 9 USB-otg port, as well as how it optionally can enable Vbus output on the 10 otg port and how it can optionally control the muxing of the data pins
|
/Linux-v4.19/drivers/net/ethernet/intel/ |
D | Kconfig | 46 adapters. For more information on how to identify your adapter, go 65 use the regular e1000 driver For more information on how to 91 adapters. For more information on how to identify your adapter, go 127 information on how to identify your adapter, go to the Adapter & 144 instead. For more information on how to identify your adapter, go 162 adapters. For more information on how to identify your adapter, go 202 Intel(R) ixgbe driver. For more information on how to identify your 220 devices. For more information on how to identify your adapter, go 245 information on how to identify your adapter, go to the Adapter 260 devices. For more information on how to identify your adapter, go [all …]
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | ksm.rst | 82 how many pages to scan before ksmd goes to sleep 88 how many milliseconds ksmd should sleep before next scan 101 sharing of setting 1 (default). You may wish to compare how 153 specifies how frequently KSM checks the metadata of the pages 163 how many shared pages are being used 165 how many more sites are sharing them i.e. how much saved 167 how many pages unique but repeatedly checked for merging 169 how many pages changing too fast to be placed in a tree 171 how many times all mergeable areas have been scanned
|
/Linux-v4.19/security/selinux/ |
D | Kconfig | 9 If you are unsure how to answer this question, answer N. 23 If you are unsure how to answer this question, answer N. 38 If you are unsure how to answer this question, answer 1. 59 If you are unsure how to answer this question, answer N. 101 If you are unsure how to answer this question, answer 0.
|
/Linux-v4.19/Documentation/driver-api/dmaengine/ |
D | index.rst | 22 This book is a guide to device driver writers on how to use the Slave-DMA 33 This book introduces how to test DMA drivers using dmatest module.
|
/Linux-v4.19/samples/ |
D | Kconfig | 27 different kobject sample modules showing how to use kobjects, 54 different kfifo sample modules showing how to use the 63 Build an example of how to dynamically add the hello 73 Build an QMI client sample driver, which demonstrates how to 80 Build an rpmsg client sample driver, which demonstrates how
|
/Linux-v4.19/drivers/staging/speakup/ |
D | varhandlers.c | 178 int spk_set_num_var(int input, struct st_var_header *var, int how) in spk_set_num_var() argument 190 switch (how) { in spk_set_num_var() 276 int spk_set_mask_bits(const char *input, const int which, const int how) in spk_set_mask_bits() argument 281 if (how & 1) { in spk_set_mask_bits() 303 if (how & 2) { in spk_set_mask_bits()
|
/Linux-v4.19/arch/sh/kernel/ |
D | sh_bios.c | 63 void sh_bios_shutdown(unsigned int how) in sh_bios_shutdown() argument 65 sh_bios_call(BIOS_CALL_SHUTDOWN, how, 0, 0, 0); in sh_bios_shutdown()
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | 00-INDEX | 4 - explanation of how to make filesystems exportable. 14 - how to install and setup the Linux NFS/RDMA client and server software
|
/Linux-v4.19/fs/nfs/ |
D | write.c | 1359 static int flush_task_priority(int how) in flush_task_priority() argument 1361 switch (how & (FLUSH_HIGHPRI|FLUSH_LOWPRI)) { in flush_task_priority() 1373 struct rpc_task_setup *task_setup_data, int how) in nfs_initiate_write() argument 1375 int priority = flush_task_priority(how); in nfs_initiate_write() 1651 int how, int flags) in nfs_initiate_commit() argument 1654 int priority = flush_task_priority(how); in nfs_initiate_commit() 1679 if (how & FLUSH_SYNC) in nfs_initiate_commit() 1764 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list() argument 1779 data->mds_ops, how, 0); in nfs_commit_list() 1869 int how, struct nfs_commit_info *cinfo) in nfs_generic_commit_list() argument [all …]
|
/Linux-v4.19/Documentation/powerpc/ |
D | 00-INDEX | 9 - Information on how the powerpc kernel is wrapped for boot on various 12 - info on how we support a variety of CPUs with minimal compile-time
|