/linux-4.1.27/Documentation/vm/ |
D | active_mm.txt | 18 - we have "real address spaces" and "anonymous address spaces". The 26 this category, but even "real" threads can temporarily say that for 32 - "tsk->mm" points to the "real address space". For an anonymous process, 34 really doesn't _have_ a real address space at all. 40 The rule is that for a process with a real address space (ie tsk->mm is 41 non-NULL) the active_mm obviously always has to be the same as the real 50 "mm_users" counter that is how many "real address space users" there are, 52 users) plus one if there are any real users. 54 Usually there is at least one real user, but it could be that the real 58 gets scheduled away in favour of a real thread, the "zombie" mm gets [all …]
|
D | frontswap.txt | 184 executed to obtain the page of data from the real swap device. 192 just higher priority than any real swap device (e.g. like zswap, 211 Further, frontswap is entirely synchronous whereas a real swap 232 frontswap: Since any "store" might fail, there must always be a real 233 slot on a real swap device to swap the page. Thus frontswap must be 259 When the (non-frontswap) swap subsystem swaps out a page to a real 262 page may be taking up valuable real estate. The frontswap_shrink
|
D | cleancache.txt | 172 more easily interface with real devices with DMA instead 181 are avoided. While the interface seems odd for a "real device" 182 or for real kernel-addressable RAM, it makes perfect sense for
|
/linux-4.1.27/drivers/char/agp/ |
D | ati-agp.c | 45 unsigned long *real; member 59 page_map->real = (unsigned long *) __get_free_page(GFP_KERNEL); in ati_create_page_map() 60 if (page_map->real == NULL) in ati_create_page_map() 63 set_memory_uc((unsigned long)page_map->real, 1); in ati_create_page_map() 64 err = map_page_into_agp(virt_to_page(page_map->real)); in ati_create_page_map() 65 page_map->remapped = page_map->real; in ati_create_page_map() 78 unmap_page_from_agp(virt_to_page(page_map->real)); in ati_free_page_map() 79 set_memory_wb((unsigned long)page_map->real, 1); in ati_free_page_map() 80 free_page((unsigned long) page_map->real); in ati_free_page_map() 94 if (entry->real != NULL) in ati_free_gatt_pages() [all …]
|
D | sworks-agp.c | 32 unsigned long *real; member 51 page_map->real = (unsigned long *) __get_free_page(GFP_KERNEL); in serverworks_create_page_map() 52 if (page_map->real == NULL) { in serverworks_create_page_map() 56 set_memory_uc((unsigned long)page_map->real, 1); in serverworks_create_page_map() 57 page_map->remapped = page_map->real; in serverworks_create_page_map() 68 set_memory_wb((unsigned long)page_map->real, 1); in serverworks_free_page_map() 69 free_page((unsigned long) page_map->real); in serverworks_free_page_map() 82 if (entry->real != NULL) { in serverworks_free_gatt_pages() 158 writel(virt_to_phys(serverworks_private.scratch_dir.real) | 1, page_dir.remapped+i); in serverworks_create_gatt_table() 168 agp_bridge->gatt_table_real = (u32 *)page_dir.real; in serverworks_create_gatt_table() [all …]
|
D | amd-k7-agp.c | 26 unsigned long *real; member 40 page_map->real = (unsigned long *) __get_free_page(GFP_KERNEL); in amd_create_page_map() 41 if (page_map->real == NULL) in amd_create_page_map() 44 set_memory_uc((unsigned long)page_map->real, 1); in amd_create_page_map() 45 page_map->remapped = page_map->real; in amd_create_page_map() 57 set_memory_wb((unsigned long)page_map->real, 1); in amd_free_page_map() 58 free_page((unsigned long) page_map->real); in amd_free_page_map() 71 if (entry->real != NULL) in amd_free_gatt_pages() 142 agp_bridge->gatt_table_real = (u32 *)page_dir.real; in amd_create_gatt_table() 144 agp_bridge->gatt_bus_addr = virt_to_phys(page_dir.real); in amd_create_gatt_table() [all …]
|
/linux-4.1.27/scripts/ |
D | Makefile.build | 125 $(real-objs-m) : part-of-module := y 126 $(real-objs-m:.o=.i) : part-of-module := y 127 $(real-objs-m:.o=.s) : part-of-module := y 128 $(real-objs-m:.o=.lst): part-of-module := y 130 $(real-objs-m) : quiet_modtag := [M] 131 $(real-objs-m:.o=.i) : quiet_modtag := [M] 132 $(real-objs-m:.o=.s) : quiet_modtag := [M] 133 $(real-objs-m:.o=.lst): quiet_modtag := [M] 281 $(real-objs-m) : modkern_aflags := $(KBUILD_AFLAGS_MODULE) $(AFLAGS_MODULE) 282 $(real-objs-m:.o=.s): modkern_aflags := $(KBUILD_AFLAGS_MODULE) $(AFLAGS_MODULE) [all …]
|
D | Makefile.lib | 69 real-objs-y := $(foreach m, $(filter-out $(subdir-obj-y), $(obj-y)), $(if $(strip $($(m:.o=-objs)) … 70 real-objs-m := $(foreach m, $(obj-m), $(if $(strip $($(m:.o=-objs)) $($(m:.o=-y))),$($(m:.o=-objs))… 82 real-objs-y := $(addprefix $(obj)/,$(real-objs-y)) 83 real-objs-m := $(addprefix $(obj)/,$(real-objs-m))
|
/linux-4.1.27/lib/ |
D | test-hexdump.c | 49 char real[32 * 3 + 2 + 32 + 1]; in test_hexdump() local 56 hex_dump_to_buffer(data_b, l, rs, gs, real, sizeof(real), ascii); in test_hexdump() 99 if (strcmp(test, real)) { in test_hexdump() 101 pr_err("Result: '%s'\n", real); in test_hexdump()
|
D | Kconfig.kmemcheck | 82 thrown away afterwards. This may of course also hide some real 92 This may also hide some real bugs.
|
/linux-4.1.27/kernel/time/ |
D | posix-timers.c | 353 struct hrtimer *timer = &timr->it.real.timer; in schedule_next_timer() 355 if (timr->it.real.interval.tv64 == 0) in schedule_next_timer() 360 timr->it.real.interval); in schedule_next_timer() 442 timr = container_of(timer, struct k_itimer, it.real.timer); in posix_timer_fn() 445 if (timr->it.real.interval.tv64 != 0) in posix_timer_fn() 454 if (timr->it.real.interval.tv64 != 0) { in posix_timer_fn() 483 if (timr->it.real.interval.tv64 < kj.tv64) in posix_timer_fn() 489 timr->it.real.interval); in posix_timer_fn() 589 hrtimer_init(&new_timer->it.real.timer, new_timer->it_clock, 0); in common_timer_create() 732 struct hrtimer *timer = &timr->it.real.timer; in common_timer_get() [all …]
|
D | Kconfig | 176 real-time workloads that at present do not tend to be run on
|
/linux-4.1.27/drivers/parport/ |
D | daisy.c | 74 static struct parport *clone_parport(struct parport *real, int muxport) in clone_parport() argument 76 struct parport *extra = parport_register_port(real->base, in clone_parport() 77 real->irq, in clone_parport() 78 real->dma, in clone_parport() 79 real->ops); in clone_parport() 81 extra->portnum = real->portnum; in clone_parport() 82 extra->physport = real; in clone_parport() 84 real->slaves[muxport-1] = extra; in clone_parport()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-transaction-manager.c | 90 struct dm_transaction_manager *real; member 171 tm->real = NULL; in dm_tm_create() 184 struct dm_transaction_manager *dm_tm_create_non_blocking_clone(struct dm_transaction_manager *real) in dm_tm_create_non_blocking_clone() argument 191 tm->real = real; in dm_tm_create_non_blocking_clone() 333 int r = dm_bm_read_try_lock(tm->real->bm, b, v, blk); in dm_tm_read_lock() 336 prefetch_add(&tm->real->prefetches, b); in dm_tm_read_lock()
|
D | dm-transaction-manager.h | 36 struct dm_transaction_manager *dm_tm_create_non_blocking_clone(struct dm_transaction_manager *real);
|
/linux-4.1.27/Documentation/parisc/ |
D | debugging | 7 A lot of the assembly code currently runs in real mode, which means 16 When real-mode code tries to access non-existent memory, you'll get 20 the I/O range); the System Responder address is the address real-mode 25 get translated to a physical address before real-mode code tried to
|
D | 00-INDEX | 4 - some debugging hints for real-mode code
|
D | registers | 61 C (code address translation) 1, 0 while executing real-mode code 70 D (Data address translation) 1, 0 while executing real-mode code
|
/linux-4.1.27/tools/testing/ktest/examples/ |
D | README | 6 The configs are based off of real working configs but have been modified 17 used to perform real testing. 26 included into other configs. This is a real use example that shows how
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-deadline.txt | 60 with the "traditional" real-time task model (see Section 3) can effectively 98 said to be "throttled" (also known as "depleted" in real-time literature) 126 suited for periodic or sporadic real-time tasks that need guarantees on their 129 A typical real-time task is composed of a repetition of computation phases 137 A real-time task can be periodic with period P if r_{j+1} = r_j + P, or 140 The utilisation of a real-time task is defined as the ratio between its 148 WCET_i/P_i over all the real-time tasks in the system. When considering 149 multiple real-time tasks, the parameters of the i-th task are indicated 152 non- real-time tasks by real-time tasks. 153 If, instead, the total utilisation is smaller than M, then non real-time [all …]
|
D | 00-INDEX | 14 - real-time group scheduling.
|
D | sched-design-CFS.txt | 14 an "ideal, precise multi-tasking CPU" on real hardware. 21 On real hardware, we can run only a single task at once, so we have to 210 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
|
D | sched-rt-group.txt | 33 are real-time processes). 129 Enabling CONFIG_RT_GROUP_SCHED lets you explicitly allocate real
|
/linux-4.1.27/fs/ |
D | compat.c | 760 struct nfs4_mount_data *real = raw_data; in do_nfs4_super_data_conv() local 763 real->auth_flavours = compat_ptr(raw->auth_flavours); in do_nfs4_super_data_conv() 764 real->auth_flavourlen = raw->auth_flavourlen; in do_nfs4_super_data_conv() 765 real->proto = raw->proto; in do_nfs4_super_data_conv() 766 real->host_addr = compat_ptr(raw->host_addr); in do_nfs4_super_data_conv() 767 real->host_addrlen = raw->host_addrlen; in do_nfs4_super_data_conv() 768 compat_nfs_string(&real->hostname, &raw->hostname); in do_nfs4_super_data_conv() 769 compat_nfs_string(&real->mnt_path, &raw->mnt_path); in do_nfs4_super_data_conv() 770 compat_nfs_string(&real->client_addr, &raw->client_addr); in do_nfs4_super_data_conv() 771 real->acdirmax = raw->acdirmax; in do_nfs4_super_data_conv() [all …]
|
/linux-4.1.27/arch/x86/oprofile/ |
D | op_model_p4.c | 618 unsigned long ctr, low, high, stag, real; in p4_check_ctrs() local 645 real = VIRT_CTR(stag, i); in p4_check_ctrs() 647 rdmsr(p4_counters[real].cccr_address, low, high); in p4_check_ctrs() 648 rdmsr(p4_counters[real].counter_address, ctr, high); in p4_check_ctrs() 651 wrmsrl(p4_counters[real].counter_address, in p4_check_ctrs() 654 wrmsr(p4_counters[real].cccr_address, low, high); in p4_check_ctrs() 655 wrmsrl(p4_counters[real].counter_address, in p4_check_ctrs()
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | iss4xx-mpic.dts | 36 model = "PowerPC,4xx"; // real CPU changed in sim 50 model = "PowerPC,4xx"; // real CPU changed in sim 66 model = "PowerPC,4xx"; // real CPU changed in sim 82 model = "PowerPC,4xx"; // real CPU changed in sim
|
D | currituck.dts | 153 * The real slot is on idsel 0, so the swizzling is 1:1 190 * The real slot is on idsel 0, so the swizzling is 1:1 227 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | akebono.dts | 281 * The real slot is on idsel 0, so the swizzling is 1:1 321 * The real slot is on idsel 0, so the swizzling is 1:1 361 * The real slot is on idsel 0, so the swizzling is 1:1 401 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | redwood.dts | 269 * The real slot is on idsel 0, so the swizzling is 1:1 310 * The real slot is on idsel 0, so the swizzling is 1:1 351 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | iss4xx.dts | 34 model = "PowerPC,4xx"; // real CPU changed in sim
|
D | katmai.dts | 353 * The real slot is on idsel 0, so the swizzling is 1:1 394 * The real slot is on idsel 0, so the swizzling is 1:1 435 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | makalu.dts | 302 * The real slot is on idsel 0, so the swizzling is 1:1 343 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | kilauea.dts | 356 * The real slot is on idsel 0, so the swizzling is 1:1 397 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | icon.dts | 349 * The real slot is on idsel 0, so the swizzling is 1:1 390 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | glacier.dts | 524 * The real slot is on idsel 0, so the swizzling is 1:1 566 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | canyonlands.dts | 487 * The real slot is on idsel 0, so the swizzling is 1:1 529 * The real slot is on idsel 0, so the swizzling is 1:1
|
D | haleakala.dts | 271 * The real slot is on idsel 0, so the swizzling is 1:1
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | syncpt.h | 75 static inline bool host1x_syncpt_check_max(struct host1x_syncpt *sp, u32 real) in host1x_syncpt_check_max() argument 81 return (s32)(max - real) >= 0; in host1x_syncpt_check_max()
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 9 real-mode DOS as a mainstream operating system. 74 | Stack/heap | For use by the kernel real-mode code. 76 | Kernel setup | The kernel real-mode code. 93 0x100000 ("high memory"), and the kernel real-mode block (boot sector, 126 | Stack/heap | For use by the kernel real-mode code. 128 | Kernel setup | The kernel real-mode code. 151 real-mode code (boot sector and setup code) and then examine the 152 following header at offset 0x01f1. The real-mode code can total up to 202 real value is 4. 244 0, the real value is 4. The real-mode code consists of the boot [all …]
|
D | usb-legacy-support.txt | 15 mouse is present and a real PS/2 mouse is present. In that case the extra 16 features (wheel, extra buttons, touchpad mode) of the real PS/2 mouse may
|
D | zero-page.txt | 3 real-mode setup code of the kernel. References/settings to it mainly
|
/linux-4.1.27/drivers/md/ |
D | dm-cache-policy.c | 150 if (t->real) in dm_cache_policy_get_name() 151 return t->real->name; in dm_cache_policy_get_name()
|
D | dm-cache-policy.h | 242 struct dm_cache_policy_type *real; member
|
/linux-4.1.27/Documentation/hwmon/ |
D | ltc4260 | 39 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 45 is installed. If a different sense resistor is installed, calculate the real
|
D | ltc4261 | 39 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 45 is installed. If a different sense resistor is installed, calculate the real
|
D | ltc2945 | 39 real voltage by multiplying the reported value with (R1+R2)/R2, where R1 is the 45 is installed. If a different sense resistor is installed, calculate the real
|
D | lm70 | 34 As a real (in-tree) example of this "SPI protocol driver" interfacing
|
D | adm1021 | 95 2003) microarchitecture had real MAX1617, ADM1021, or compatible chips
|
D | submitting-patches | 20 warning helps hiding a real problem. If you don't like the kernel coding
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | irqflags.h | 161 static inline notrace unsigned long arch_mangle_irq_bits(int virt, unsigned long real) in arch_mangle_irq_bits() argument 167 return (real & ~(1 << 31)) | ((virt != 0) << 31); in arch_mangle_irq_bits()
|
/linux-4.1.27/Documentation/device-mapper/ |
D | snapshot.txt | 87 volumeGroup-base-real: 0 2097152 linear 8:19 384 93 brw------- 1 root root 254, 11 29 ago 18:15 /dev/mapper/volumeGroup-base-real 103 "snapshot-merge". The "-real" device is not changed and the "-cow" 117 volumeGroup-base-real: 0 2097152 linear 8:19 384 122 brw------- 1 root root 254, 11 29 ago 18:15 /dev/mapper/volumeGroup-base-real
|
D | zero.txt | 27 the COW device. The size of the COW device will determine the amount of real
|
/linux-4.1.27/drivers/staging/media/omap4iss/ |
D | TODO | 3 * Replace dummy resizer code with a real implementation
|
/linux-4.1.27/Documentation/devicetree/bindings/rtc/ |
D | rtc-opal.txt | 1 IBM OPAL real-time clock
|
D | moxa,moxart-rtc.txt | 1 MOXA ART real-time clock
|
D | nvidia,tegra20-rtc.txt | 1 NVIDIA Tegra20 real-time clock
|
/linux-4.1.27/include/uapi/linux/ |
D | atm_zatm.h | 39 struct timeval real; /* real (wall-clock) time */ member
|
/linux-4.1.27/arch/x86/boot/ |
D | code16gcc.h | 8 # gcc 4.9+ has a real -m16 option so we can drop this hack long term.
|
/linux-4.1.27/drivers/gpu/drm/cirrus/ |
D | Kconfig | 12 It is *NOT* intended for real cirrus devices. This requires
|
/linux-4.1.27/Documentation/ |
D | initrd.txt | 38 6) init mounts the "real" root file system 198 and proceeds with starting the Linux system on the "real" root device. 266 2) /sbin/init determines what is needed to (1) mount the "real" root FS 316 It works by mounting the "real" root device (i.e. the one set with rdev 324 the real root file system, not the initrd environment.) 326 If /proc is mounted, the "real" root device can be changed from within 328 file /proc/sys/kernel/real-root-dev, e.g. 330 # echo 0x301 >/proc/sys/kernel/real-root-dev 349 echo 0x0100 >/proc/sys/kernel/real-root-dev 355 the cmdline) before the final execution of the real /sbin/init.
|
D | bus-virt-phys-mapping.txt | 18 Essentially, the three ways of addressing memory are (this is "real memory", 43 0-2 GB "real memory" 128 only talks about "real memory", that is, CPU memory (RAM). 139 conceptually in the same memory space as "real memory" at all, so you cannot 195 And the above sounds worse than it really is. Most real drivers really
|
D | basic_profiling.txt | 2 go read the real docs ;-) Please don't add more stuff, but feel free to
|
D | irqflags-tracing.txt | 32 closely guards whether the 'real' irq-flags matches the 'virtual'
|
D | sysfs-rules.txt | 51 - all elements of a devpath must be real directories. Symlinks 52 pointing to /sys/devices must always be resolved to their real 150 real child device directories in the /sys/devices tree is a bug in
|
D | stable_kernel_rules.txt | 9 - It must fix a real bug that bothers people (not a, "This could be a 12 marked CONFIG_BROKEN), an oops, a hang, data corruption, a real
|
D | kmemleak.txt | 161 The false negatives are real memory leaks (orphan objects) but not 190 number of false negatives. However, it is likely that a real memory leak
|
D | serial-console.txt | 56 1. Create /dev/console (real console) and /dev/tty0 (master virtual
|
D | kmemcheck.txt | 32 as memcheck, but it turns out to be good enough in practice to discover real 171 some real errors, but disabling it would probably produce a lot of 178 may also hide some real bugs. 651 ability to find (real) errors in other parts of the same struct. 700 to figure out if it's a real error or not, or simply ignore it. Most
|
D | vfio.txt | 304 faster, the map/unmap handling has been implemented in real mode which provides 306 locked pages accounting in real time. 323 the DMA window is and adjust rlimit before doing any real job.
|
/linux-4.1.27/firmware/dsp56k/ |
D | bootstrap.asm | 52 move #real,r0 62 real label
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | x_operr.S | 285 | to d0 for write out. If not, it is a real operr, and set d0. 295 movel #1,%d0 |signal real operr 298 clrl %d0 |signal no real operr 324 | real inex handler.
|
D | x_fline.S | 10 | must be a real F-line exception.
|
D | fpsp.h | 58 | label to a routine that will process a real exception of the 341 .set FLINE_VEC,0x002C | real F-line
|
D | x_unfl.S | 83 | real inex handler.
|
/linux-4.1.27/drivers/rtc/ |
D | Kconfig | 171 families of ultra-low-power battery- and capacitor-backed real-time 210 DS1374 real-time clock chips. If an interrupt is associated 222 real-time clock chips. 238 DS3232 real-time clock chips. If an interrupt is associated 627 and DS1306 real time clock chips. These support a trickle 638 Dallas/Maxim DS1343 and DS1344 real time clock chips. 742 Say "yes" here to get direct support for the real time clock 761 Direct support for the real-time clock found on every Alpha 770 Say "yes" here to get direct support for the real time clock 772 derives its clock source from a real RTC in the PMIC. The MC146818 [all …]
|
/linux-4.1.27/drivers/pci/pcie/aer/ |
D | Kconfig.debug | 14 to trigger various real hardware errors. Software based
|
/linux-4.1.27/fs/qnx4/ |
D | Kconfig | 5 This is the file system used by the real-time operating systems
|
/linux-4.1.27/drivers/staging/iio/trigger/ |
D | Kconfig | 12 Provides support for using periodic capable real time
|
/linux-4.1.27/Documentation/usb/ |
D | iuu_phoenix.txt | 14 I never had any problem with it, but I'm not a real 54 the real clock will be now : 6979050 Hz ( 6Mhz979 ) and will increase
|
D | dwc3.txt | 15 interrupt chip can be replaced with "real" interrupts.
|
D | authorization.txt | 87 Of course, this is lame, you'd want to do a real certificate
|
D | functionfs.txt | 25 a single endpoint. Again, FunctionFS takes care of the real
|
/linux-4.1.27/drivers/media/rc/keymaps/ |
D | Makefile | 76 rc-powercolor-real-angel.o \ 82 rc-real-audio-220-32-keys.o \
|
/linux-4.1.27/Documentation/video4linux/ |
D | sh_mobile_ceu_camera.txt | 39 In the above chart minuses and slashes represent "real" data amounts, points and 80 4. Calculate sensor output window by applying combined scales to real input
|
/linux-4.1.27/drivers/media/platform/vivid/ |
D | Kconfig | 19 to reproduce in real hardware.
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
D | sleep-s3c2410.S | 59 teq r0, r0 @ now do it for real
|
/linux-4.1.27/Documentation/networking/mac80211_hwsim/ |
D | README | 15 the normal case of using real WLAN hardware. From the mac80211 view 22 of real hardware, so it is easy to generate an arbitrary test setup
|
/linux-4.1.27/fs/qnx6/ |
D | Kconfig | 5 This is the file system used by the real-time operating systems
|
/linux-4.1.27/Documentation/misc-devices/ |
D | ics932s401 | 18 multiplied to get the real CPU clock), a system clock, a PCI clock, a USB
|
/linux-4.1.27/Documentation/networking/ |
D | ipvs-sysctl.txt | 32 connection will be delivered to the same real server that was 44 real servers to a very busy cluster. 116 before forwarding them to real servers. If the rate is 1, then 165 for VS/NAT when the load balancer receives packets from real
|
D | alias.txt | 33 Aliases are not real devices, but programs should be able to configure and
|
D | ipsec.txt | 3 deploy various IPsec configuration in real world production environment.
|
D | ieee802154.txt | 117 In addition there are two drivers available which simulate real devices with 120 usage of real hardware.
|
D | tuntap.txt | 69 Note that the character pointer becomes overwritten with the real device name 212 the kernel handles the packet like it came from real physical device.
|
D | x25-iface.txt | 15 All messages are held in sk_buff's just like real data to be transmitted
|
D | operstates.txt | 92 real hardware, it is possible to set this bit from userspace. One
|
/linux-4.1.27/Documentation/security/ |
D | SELinux.txt | 16 SELinux enabled and a real policy. If
|
D | credentials.txt | 92 from the real UID and GID that normally form the objective context of the 163 EUID/EGID/GROUPS will be used as the subjective context, and real UID/GID 346 uid_t current_uid(void) Current's real UID 347 gid_t current_gid(void) Current's real GID 426 uid_t task_uid(task) Task's real UID
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-devices-real_power_state | 10 If present, it contains a string representing the real ACPI
|
D | sysfs-driver-hid-logitech-lg4ff | 49 Description: Displays the real model of the wheel regardless of any
|
D | sysfs-driver-hid-roccat-kone | 8 processed to receive the real dpi value. 33 further usage in other programs. To receive the real version
|
/linux-4.1.27/include/asm-generic/ |
D | page.h | 9 #error need to prove a real asm/page.h
|
/linux-4.1.27/Documentation/input/ |
D | ntrig.txt | 78 of events the more likely those events are from a real contact, and that the 79 larger the size of each contact the more likely it is real. Balancing the 80 goals of preventing ghosts and accepting real events quickly (to minimize
|
D | joystick-api.txt | 56 If you choose not to differentiate between synthetic or real events 140 necessarily a "real" error (check errno(3)); it can just mean there
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 10 virtual server based on cluster of two or more real servers. This 13 single IP address and scheduling them to real servers. 117 connections to different real servers in a round-robin manner. 126 connections to different real servers based on server weights 268 the IP address and port number of real servers cannot be sent to
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.debug | 20 bool "Output Meta real-time trace data for function entry/exit"
|
/linux-4.1.27/Documentation/accounting/ |
D | delay-accounting.txt | 94 CPU count real total virtual total delay total 110 CPU count real total virtual total delay total
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-driver-hid-roccat-pyra | 8 processed to receive the real dpi value. 33 further usage in other programs. To receive the real version
|
D | sysfs-driver-hid-roccat-koneplus | 18 further usage in other programs. To receive the real version
|
D | sysfs-driver-hid-roccat-kovaplus | 36 further usage in other programs. To receive the real version
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-iov-howto.txt | 24 real existing PCI device. 49 should be able to work in the same way as real PCI devices. The VF
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-miss.S | 303 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 430 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE 550 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | chosen.txt | 4 The chosen node does not represent a real device, but serves as a place
|
/linux-4.1.27/Documentation/timers/ |
D | NO_HZ.txt | 8 applications and for real-time applications. 56 In addition, if you are running either a real-time workload or an HPC 86 Therefore, systems with aggressive real-time response constraints often 110 for applications with aggressive real-time response constraints because 174 This might in turn perturb load-balancing of real-time tasks. 179 useful for many types of real-time and compute-intensive applications. 259 aggressive real-time workloads, which have the option of disabling
|
D | hrtimers.txt | 122 1:1 mapping between them on the algorithmical level, and thus no real 145 the clock_getres() interface. This will return whatever real resolution
|
D | timekeeping.txt | 35 shall be as stable and correct as possible as compared to a real-world wall 69 For real simple clock sources accessed from a single I/O memory location
|
/linux-4.1.27/include/linux/ |
D | posix-timers.h | 83 } real; member
|
/linux-4.1.27/net/decnet/ |
D | TODO | 15 o Lots of testing with real applications
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | vf-colibri-eval-v3.dtsi | 88 /* M41T0M6 real time clock on carrier board */
|
D | bcm5301x.dtsi | 89 /* As long as we do not have a real clock driver us this
|
D | tegra30-colibri-eval-v3.dts | 56 /* M41T0M6 real time clock on carrier board */
|
D | dm816x.dtsi | 55 * The real dm816x interconnect network is quite complex. Since 56 * it will not bring real advantage to represent that in DT
|
D | tegra30-apalis-eval.dts | 84 /* M41T0M6 real time clock on carrier board */
|
D | exynos4210-origen.dts | 213 * HACK: The real name is VDD_ARM_1.2V,
|
D | omap3.dtsi | 76 * The real OMAP interconnect network is quite complex. 77 * Since it will not bring real advantage to represent that in DT for
|
D | am33xx.dtsi | 88 * The real AM33XX interconnect network is quite complex. Since 89 * it will not bring real advantage to represent that in DT
|
/linux-4.1.27/Documentation/devicetree/bindings/mfd/ |
D | max8998.txt | 4 regulators, real time clock, battery charging controller and several 13 In addition, it includes a real time clock and battery charging controller
|
/linux-4.1.27/Documentation/sound/oss/ |
D | ESS | 16 little testprogram that shows that is works, haven't seen a real program that
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | vdso | 4 to real syscalls.
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | simple-pm-bus.txt | 4 A Simple Power-Managed Bus is a transparent bus that doesn't need a real
|
/linux-4.1.27/scripts/coccinelle/iterators/ |
D | itnull.cocci | 2 /// to a real list element, never NULL.
|
/linux-4.1.27/arch/unicore32/ |
D | Kconfig.debug | 30 # These options are only for real kernel hackers who want to get their hands dirty.
|
/linux-4.1.27/Documentation/devicetree/bindings/input/ |
D | ti,drv260x.txt | 13 sequence during init. And the device is configured for real
|
/linux-4.1.27/Documentation/thermal/ |
D | exynos_thermal_emulation | 24 changing temperature. However, this node only uses same delay of real sensing time, 938us.)
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_userptr.c | 408 __i915_mm_struct_find(struct drm_i915_private *dev_priv, struct mm_struct *real) in __i915_mm_struct_find() argument 413 hash_for_each_possible(dev_priv->mm_structs, mm, node, (unsigned long)real) in __i915_mm_struct_find() 414 if (mm->mm == real) in __i915_mm_struct_find()
|
/linux-4.1.27/Documentation/i2c/ |
D | old-module-parameters | 42 other drivers from binding to it later on. If there is a real device at the
|
D | functionality | 50 emulated by a real I2C adapter (using
|
/linux-4.1.27/drivers/fmc/ |
D | Kconfig | 32 The driver also handles interrupts (we used it with a real carrier
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Kconfig | 114 bool "Detailed timing for hypervisor real-mode code" 117 Calculate time taken for each vcpu in the real-mode guest entry,
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 35 with measurements on real 80486's. Unfortunately, it is simply not 38 in the detailed behaviour of the emulator and a real 80486. 121 If all of these apply, the emulator will set the Underflow flag but a real 147 acceptable (and work) in real mode. A small test program developed to 148 check the addressing, and which runs successfully in real mode, 426 a real 80486.
|
/linux-4.1.27/fs/jffs2/ |
D | TODO | 12 - make the scan code populate real inodes so read_inode just after
|
/linux-4.1.27/Documentation/auxdisplay/ |
D | cfag12864b | 105 for a real working userspace complete program with usage examples.
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | Kconfig | 7 bus drivers for USB and SDIO to be able to use real devices.
|
/linux-4.1.27/Documentation/virtual/kvm/ |
D | timekeeping.txt | 182 The second device which was available in the original PC was the MC146818 real 466 at any time. This causes problems as the passage of real time, the injection 468 synchronized with real time. 489 'wall clock' or 'real time' may not need any adjustment of their interrupts to 574 distributed, but in contrived as well as real scenarios (guest device access, 586 misinterpretation of the passage of real time. Usually, these warnings are 596 adequately virtualized without a full real-time operating system, which would 611 real time any longer. This may be useful in certain security or QA contexts, 612 but in general isn't recommended for real-world deployment scenarios.
|
/linux-4.1.27/Documentation/power/ |
D | states.txt | 46 This state, if supported, offers moderate, though real, power savings, while 108 system. However, entering a real low-power state allows the user to
|
D | interface.txt | 74 CAUTION: Using it will cause your machine's real-time (CMOS) clock to be
|
/linux-4.1.27/Documentation/devicetree/bindings/i2c/ |
D | trivial-devices.txt | 92 sii,s35390a 2-wire CMOS real-time clock 96 stm,m41t62 Serial real-time clock (RTC) with alarm
|
/linux-4.1.27/Documentation/RCU/ |
D | stallwarn.txt | 97 This is rare, but does happen from time to time in real life. It is also 204 o A CPU-bound real-time task in a CONFIG_PREEMPT kernel, which might 213 o A CPU-bound real-time task in a CONFIG_PREEMPT_RT kernel that 230 at least once in real life. A CPU failed in a running system,
|
D | checklist.txt | 23 Yet another exception is where the low real-time latency of RCU's 182 and unfriendly to real-time workloads. Use of the expedited 184 operations that would not normally be undertaken while a real-time 193 of the system, especially to real-time workloads running on 324 in real-time kernel builds.
|
D | lockdep-splat.txt | 12 being the real world and all that.
|
D | whatisRCU.txt | 542 resembles "classic" RCU. Both are way too simple for real-world use, 558 real-life use, as does its lack of scalability. It is also unsuitable 618 occur when using this algorithm in a real-world Linux 933 occur when using this algorithm in a real-world Linux 997 In real life, of course, things are more complex. But
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | stb0899_drv.c | 945 res = tab[min].real; in stb0899_table_lookup() 947 res = tab[max].real; in stb0899_table_lookup() 957 (tab[max].real - tab[min].real) / in stb0899_table_lookup() 959 tab[min].real; in stb0899_table_lookup()
|
D | stv090x_priv.h | 229 s32 real; member
|
D | stb0899_priv.h | 143 s32 real; member
|
D | stv090x.c | 3632 (tab[max].real - tab[min].real) / in stv090x_table_lookup() 3634 tab[min].real; in stv090x_table_lookup() 3638 res = tab[min].real; in stv090x_table_lookup() 3640 res = tab[max].real; in stv090x_table_lookup() 3643 res = tab[min].real; in stv090x_table_lookup() 3645 res = tab[max].real; in stv090x_table_lookup()
|
/linux-4.1.27/Documentation/dvb/ |
D | udev.txt | 32 like you know them. All real distributions out there scan the /etc/udev/rules.d
|
/linux-4.1.27/drivers/staging/gs_fpgaboot/ |
D | README | 48 This is a real gain :)
|
/linux-4.1.27/init/ |
D | Kconfig | 487 thousands of CPUs, but for which real-time response 498 designed for UP systems from which real-time response 674 Say Y here if you are working with real-time apps or heavy loads 687 real-time application that has one or more CPU-bound threads 688 running at a real-time priority level, you should set 690 real-time CPU-bound application thread. The default RCU_KTHREAD_PRIO 691 value of 1 is appropriate in the common case, which is real-time 694 Some real-time applications might not have a single real-time 696 multiple real-time threads that, taken together, fully utilize 699 conspiring to prevent the CPU from running any non-real-time [all …]
|
/linux-4.1.27/Documentation/laptops/ |
D | sony-laptop.txt | 34 to get real brightness value 100 (3) SN06 and SN07 are used to call into the real methods based on
|
/linux-4.1.27/arch/arm/kernel/ |
D | entry-ftrace.S | 235 mov lr, r0 @ r0 has real ret addr
|
D | entry-common.S | 208 mov why, #0 @ no longer a real syscall
|
/linux-4.1.27/include/uapi/sound/ |
D | compress_params.h | 321 struct snd_enc_real real; member
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | renesas,sysc-rmobile.txt | 34 The nodes should be named by the real power area names, and thus their names
|
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 37 # Note that this only becomes /dev on the real filesystem if udev's scripts
|
/linux-4.1.27/Documentation/arm/ |
D | mem_alignment | 23 real bad - it changes the behaviour of all unaligned instructions in user
|
/linux-4.1.27/Documentation/fb/ |
D | udlfb.txt | 44 * Fbdev's mmap interface assumes a real hardware framebuffer is mapped. 75 xf86-video-fbdev X server. These servers have no real DisplayLink specific
|
D | deferred_io.txt | 20 the real work talking to the device.
|
/linux-4.1.27/Documentation/development-process/ |
D | 3.Early-stage | 15 example. In others, though, it is tempting to confuse the real problem 152 who have no real interest in the code you are modifying. 196 considering whether the secrecy is really necessary; there is often no real
|
/linux-4.1.27/drivers/bus/ |
D | Kconfig | 99 Driver for transparent busses that don't need a real driver, but
|
/linux-4.1.27/Documentation/filesystems/ |
D | dnotify.txt | 33 Preferably the application will choose one of the real time signals
|
D | xfs.txt | 154 Use an external log (metadata journal) and/or real-time device. 156 section, and a real-time section. The real-time section is
|
D | inotify.txt | 77 interfaces. The only real difference was whether we wanted to use open(2)
|
/linux-4.1.27/Documentation/s390/ |
D | zfcpdump.txt | 26 hardware interface. The second part is just copied from the non overwritten real
|
D | DASD | 64 real partition table.
|
D | kvm.txt | 103 This ioctl stores the state of the cpu at the guest real address given as
|
/linux-4.1.27/Documentation/spi/ |
D | butterfly | 21 easily with a "real SPI controller", instead of this bitbanger.
|
/linux-4.1.27/Documentation/isdn/ |
D | README.x25 | 123 However, x25dte or x25dce is currently not supported by any real HL 169 There are currently no real X.25 applications available. However, for
|
D | README | 112 The real packet-size may be limited by the 363 real MSN e.g.: Phone-Number) 431 If the real number for the dialout e.g. is "09311234567" the number 548 want. InterfaceName must be a real interface, NOT a slave. Slave interfaces 570 real MSN's (more digits) also, in which case the mapping will be ignored.
|
/linux-4.1.27/Documentation/watchdog/ |
D | watchdog-api.txt | 90 representing the timeout in seconds. The driver returns the real 172 real world applications include external monitoring pins that will trigger
|
/linux-4.1.27/drivers/s390/net/ |
D | Kconfig | 21 This device driver supports real CTC coupling using ESCON.
|
/linux-4.1.27/Documentation/devicetree/bindings/video/ |
D | simple-framebuffer.txt | 14 real hardware. The bindings for the hw nodes must specify which node is
|
/linux-4.1.27/drivers/char/ |
D | Kconfig | 255 memory in the real time clock (RTC), which is contained in every PC 287 will get access to the real time clock (or hardware clock) built 313 will get access to the real time clock (or hardware clock) built 335 will get access to the real time clock (or hardware clock) built 364 will get access to the real time clock (or hardware clock) built
|
/linux-4.1.27/Documentation/block/ |
D | writeback_cache_control.txt | 56 to be implemented for bios with the REQ_FLUSH bit set. For real device
|
D | biovecs.txt | 46 Having a real iterator, and making biovecs immutable, has a number of
|
/linux-4.1.27/Documentation/fmc/ |
D | fmc-write-eeprom.txt | 43 This is a real example: that writes 5 bytes at position 0x110:
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 184 bool "Maple real mode" 190 bool "PA Semi real mode"
|
/linux-4.1.27/Documentation/x86/i386/ |
D | IO-APIC.txt | 71 These INTA-D PCI IRQs are always 'local to the card', their real meaning
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | serial-u16550.txt | 81 but no units to experiment with. The MS-124W support is tested with a real unit.
|
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 7 gpio-legacy.txt (actually, there is no real mapping possible with the old
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | nfsroot.txt | 48 real device but just a synonym to tell the kernel to use NFS instead of 49 a real device.
|
/linux-4.1.27/Documentation/sh/ |
D | new-machine.txt | 129 * If our hardware actually existed, we would do real 131 * if there's no real init work that has to be done for
|
/linux-4.1.27/drivers/firmware/ |
D | Kconfig | 13 Services real mode BIOS calls to determine which disk
|
/linux-4.1.27/drivers/net/phy/ |
D | Kconfig | 127 PHYs that are not connected to the real MDIO bus.
|
/linux-4.1.27/security/ |
D | Kconfig | 91 Intel TXT also helps solve real end user concerns about having
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-top.txt | 15 This command generates and displays a performance counter profile in real time.
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 52 fumbles. Neglecting these will make backward and forward compatibility a real 192 as unique identifiers - it's how real files are told apart, too.
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | entry.S | 378 @ if we are to treat this as a real extended instruction 634 2: mov why, #0 @ no longer a real syscall
|
/linux-4.1.27/Documentation/devicetree/bindings/iommu/ |
D | iommu.txt | 62 Note that these are merely examples and real-world use-cases may use different
|
/linux-4.1.27/drivers/net/ |
D | Kconfig | 64 inactive SLIP address seem like a real address for local programs. 130 "ip link add link <real dev> [ address MAC ] [ NAME ] type macvlan"
|
/linux-4.1.27/Documentation/scsi/ |
D | arcmsr_spec.txt | 31 ** #bit0--bit26 => real address (bit27--bit31) of post arcmsr_cdb 46 ** => real address (bit27--bit31) of reply arcmsr_cdb
|