/linux-4.4.14/net/unix/ |
D | af_unix.c | 374 static int unix_dgram_peer_wake_connect(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_connect() argument 380 u_other = unix_sk(other); in unix_dgram_peer_wake_connect() 385 u->peer_wake.private = other; in unix_dgram_peer_wake_connect() 396 struct sock *other) in unix_dgram_peer_wake_disconnect() argument 401 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect() 404 if (u->peer_wake.private == other) { in unix_dgram_peer_wake_disconnect() 413 struct sock *other) in unix_dgram_peer_wake_disconnect_wakeup() argument 415 unix_dgram_peer_wake_disconnect(sk, other); in unix_dgram_peer_wake_disconnect_wakeup() 426 static int unix_dgram_peer_wake_me(struct sock *sk, struct sock *other) in unix_dgram_peer_wake_me() argument 430 connected = unix_dgram_peer_wake_connect(sk, other); in unix_dgram_peer_wake_me() [all …]
|
/linux-4.4.14/tools/perf/tests/ |
D | thread-mg-share.c | 18 struct thread *other, *other_leader; in test__thread_mg_share() local 40 other = machine__findnew_thread(machine, 4, 5); in test__thread_mg_share() 43 leader && t1 && t2 && t3 && other); in test__thread_mg_share() 70 machine__remove_thread(machine, other); in test__thread_mg_share() 73 other_mg = other->mg; in test__thread_mg_share() 94 thread__put(other); in test__thread_mg_share()
|
D | attr.py | 92 def equal(self, other): argument 94 log.debug(" [%s] %s %s" % (t, self[t], other[t])); 95 if not self.has_key(t) or not other.has_key(t): 97 if not self.compare_data(self[t], other[t]): 101 def diff(self, other): argument 103 if not self.has_key(t) or not other.has_key(t): 105 if not self.compare_data(self[t], other[t]): 106 log.warning("expected %s=%s, got %s" % (t, self[t], other[t]))
|
D | hists_link.c | 194 static int validate_match(struct hists *leader, struct hists *other) in validate_match() argument 196 return __validate_match(leader) || __validate_match(other); in validate_match() 272 static int validate_link(struct hists *leader, struct hists *other) in validate_link() argument 274 return __validate_link(leader, 0) || __validate_link(other, 1); in validate_link()
|
/linux-4.4.14/sound/soc/samsung/ |
D | i2s.c | 150 struct i2s_dai *other = get_other_dai(i2s); in other_tx_active() local 152 return tx_active(other); in other_tx_active() 177 struct i2s_dai *other = get_other_dai(i2s); in other_rx_active() local 179 return rx_active(other); in other_rx_active() 478 struct i2s_dai *other = get_other_dai(i2s); in i2s_set_sysclk() local 500 if ((rfs && other && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk() 554 if (other) { in i2s_set_sysclk() 555 other->op_clk = i2s->op_clk; in i2s_set_sysclk() 556 other->rclk_srcrate = i2s->rclk_srcrate; in i2s_set_sysclk() 565 i2s->op_clk = other->op_clk; in i2s_set_sysclk() [all …]
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_sync.c | 66 struct radeon_fence *other; in radeon_sync_fence() local 71 other = sync->sync_to[fence->ring]; in radeon_sync_fence() 72 sync->sync_to[fence->ring] = radeon_fence_later(fence, other); in radeon_sync_fence() 75 other = sync->last_vm_update; in radeon_sync_fence() 76 sync->last_vm_update = radeon_fence_later(fence, other); in radeon_sync_fence()
|
/linux-4.4.14/net/vmw_vsock/ |
D | vsock_addr.c | 59 const struct sockaddr_vm *other) in vsock_addr_equals_addr() argument 61 return addr->svm_cid == other->svm_cid && in vsock_addr_equals_addr() 62 addr->svm_port == other->svm_port; in vsock_addr_equals_addr()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_sync.c | 286 struct amdgpu_ring *other = adev->rings[i]; in amdgpu_sync_rings() local 301 if (!other->ready) { in amdgpu_sync_rings() 327 r = amdgpu_ring_alloc(other, 16); in amdgpu_sync_rings() 332 if (!amdgpu_semaphore_emit_signal(other, semaphore)) { in amdgpu_sync_rings() 334 amdgpu_ring_undo(other); in amdgpu_sync_rings() 344 amdgpu_ring_undo(other); in amdgpu_sync_rings() 351 amdgpu_ring_commit(other); in amdgpu_sync_rings()
|
D | amdgpu_ctx.c | 240 struct fence *other = NULL; in amdgpu_ctx_add_fence() local 243 other = cring->fences[idx]; in amdgpu_ctx_add_fence() 244 if (other) { in amdgpu_ctx_add_fence() 246 r = fence_wait_timeout(other, false, MAX_SCHEDULE_TIMEOUT); in amdgpu_ctx_add_fence() 258 fence_put(other); in amdgpu_ctx_add_fence()
|
/linux-4.4.14/scripts/ |
D | config | 26 Enable option directly after other option 28 Disable option directly after other option 30 Turn option into module directly after other option
|
D | checksyscalls.sh | 173 /* these can be expressed using other calls */
|
/linux-4.4.14/Documentation/namespaces/ |
D | compatibility-list.txt | 8 in different other namespaces (the rows): 23 other task living in a different namespace via a shared filesystem 26 other object in another namespace. 29 should not be equal from the VFS point of view. In other
|
/linux-4.4.14/arch/arm/mach-ux500/ |
D | cpu-db8500.c | 59 int other = !smp_processor_id(); in db8500_pmu_handler() local 61 if (ret == IRQ_NONE && cpu_online(other)) in db8500_pmu_handler() 62 irq_set_affinity(irq, cpumask_of(other)); in db8500_pmu_handler()
|
/linux-4.4.14/include/uapi/linux/ |
D | icmpv6.h | 47 other:1, member 52 other:1, member 76 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
|
/linux-4.4.14/Documentation/ |
D | kernel-per-CPU-kthreads.txt | 43 2. Do all eHCA-Infiniband-related work on other CPUs, including 53 some other CPU. 61 occur on some other CPU and furthermore initiate all 62 Bluetooth activity on some other CPU. 77 do not offline any other CPUs, because doing so could force the 80 1. Force networking interrupts onto other CPUs. 81 2. Initiate any network I/O on other CPUs. 87 1. Force block-device interrupts onto some other CPU. 88 2. Initiate any block I/O on other CPUs. 94 1. Force block-device interrupts onto some other CPU. [all …]
|
D | md-cluster.txt | 45 Each node has to communicate with other nodes when starting or ending 52 3.1.1 METADATA_UPDATED: informs other nodes that the metadata has been 56 3.1.2 RESYNC: informs other nodes that a resync is initiated or ended 90 or other events that happened while waiting for the TOKEN may have made 137 environment when a resync is performed, it needs to tell other nodes 144 to other nodes and other nodes remove the corresponding entry from
|
D | sgi-ioc4.txt | 25 This driver also provides registration functions that the other 37 component). There's not much to say about it other than it hooks 44 other than it hooks up to the ioc4 driver via the appropriate registration,
|
D | kobject.txt | 14 all of which make reference to each other. In an attempt to make things 25 usually embedded within some other structure which contains the stuff 42 When you see a sysfs directory full of other directories, generally each 54 embedded in other structures. If you are used to thinking of things in 56 from which other classes are derived. A kobject implements a set of 58 nice to have in other objects. The C language does not allow for the 59 direct expression of inheritance, so other techniques - such as structure 215 ksets, show and store functions, and other details. This is the one 245 in as other portions of the kernel can get a reference on any kobject that 300 release() method for this type of kobject. The other two fields (sysfs_ops [all …]
|
D | SubmitChecklist | 13 that facility. Don't depend on other header files pulling in ones 24 or some other build farm. 92 that it still works with all of the other queued patches and various 93 changes in the VM, VFS, and other subsystems.
|
D | pi-futex.txt | 7 (or any other PI complexity) at all. No registration, no extra kernel 40 cases (like shared hardware, or other resource limits) where lockless 61 problems as other user-space locking constructs). Fact is, pretty much 95 kernel-based synchronization object. The 'other' task is made the owner 99 futex value to its own TID and returns. Userspace has no other work to
|
D | volatile-considered-harmful.txt | 7 being used. In other words, they have been known to treat volatile types 33 change unexpectedly while the_lock is held. Any other code which might 78 - Inline assembly code which changes memory, but which has no other 84 locking. So jiffies can be volatile, but the addition of other
|
D | xz.txt | 39 same as in other decompress_*.c files, which is defined in 57 CRC32, make sure that you don't use some other integrity check type 63 Using CRC32 is strongly recommended unless there is some other layer 114 Freenode and talk to Larhzu. I don't actively read LKML or other
|
D | lockup-watchdogs.txt | 10 details), without giving other tasks a chance to run. The current 20 details), without letting other interrupts have a chance to run. 55 other kernel code.
|
D | memory-barriers.txt | 303 each other. 308 structure declaration and the other is not, or if the two 329 Such enforcement is important because the CPUs and other devices in a system 346 operations specified after the barrier with respect to the other 373 As mentioned in (1), the other CPUs in the system can be viewed as 401 other components of the system. 418 the other components of the system. 432 ACQUIRE operation with respect to the other components of the system. 447 before the RELEASE operation with respect to the other components of the 455 for other sorts of memory barrier (but note the exceptions mentioned in [all …]
|
D | atomic_ops.txt | 70 initialization by any other thread and the value is modified only with the 72 initialization by any other thread is visible yet, so the user of the 96 or that might create unsolicited accesses on the other. 164 This could come as a fatal surprise to other code running concurrently 267 other accesses of *v are performed through atomic_xxx operations. 306 "1" to obj->dead will be globally visible to other cpus before the 311 to other cpus before the "obj->dead = 1;" assignment. 318 be guaranteed that no other entity can be accessing the object: 381 update done by the obj list deletion be visible to other processors 461 the return value into an int. There are other places where things [all …]
|
/linux-4.4.14/Documentation/kbuild/ |
D | Kconfig.recursion-issue-02 | 10 # of the recursive limitation is that drivers cannot negate features from other 14 # core requirement, and one uses "select" while the other uses "depends on" to 21 # negated by other drivers. 30 # other bells in the system cannot negate. The reason for this issue is 32 # with CORE, one uses "depends on" while the other uses "select". Another
|
D | kconfig-language.txt | 27 Most entries define a config option; all other entries help to organize 53 tristate and string; the other types are based on these two. The type 73 The default value is only assigned to the config symbol if no other 88 are applied to all other options within this menu entry (which also 113 That will limit the usefulness but on the other hand avoid 119 contained there can still be selected by other symbols, though). It is 162 using "allnoconfig". Used for symbols that hide other symbols. 184 other symbol types result in 'n'. 204 other character is allowed and the quotes can be escaped using '\'. 225 The other way to generate the menu structure is done by analyzing the [all …]
|
/linux-4.4.14/arch/um/ |
D | Kconfig.net | 12 kernels can talk to each other, the host, and with the host's help, 92 UMLs on a single host to communicate with each other, but not to 103 If you'd like to set up a network with other UMLs on a single host, 106 the host and/or other IP machines, say Y to the Ethertap or Slip 116 UMLs on a single host to communicate with each other and also 139 each other over a virtual ethernet network. However, it requires 140 at least one UML with one of the other transports to act as a 142 other IP machines. 153 with other IP machines, make sure you select one of the other 183 unlike other network transports that can handle all Ethernet [all …]
|
/linux-4.4.14/net/sctp/ |
D | debug.c | 148 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname() 149 return sctp_other_tbl[id.other]; in sctp_oname()
|
/linux-4.4.14/arch/arm/mach-sti/ |
D | Kconfig | 34 and other digital audio/video applications using Flattned Device 44 and other digital audio/video applications using Flattened Device 54 and other digital audio/video applications using Flattened Device
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | frame.inc | 35 movm [other],(sp) 37 mov a1,(sp) # USP in MOVM[other] dummy slot 87 mov (sp),a1 # USP in MOVM[other] dummy slot 90 movm (sp),[other]
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-arb-gpio-challenge.txt | 24 - OUR_CLAIM: output from us signaling to other hosts that we want the bus 28 sure that the other side doesn't want it also. A detailed explanation is best 33 2. Waits a little bit for the other sides to notice (slew time, say 10 45 - their-claim-gpios: The GPIOs that the other sides use to claim the bus. 46 Note that some implementations may only support a single other master.
|
D | i2c.txt | 15 For other required properties e.g. to describe register sets, 37 other names are left to individual drivers.
|
D | i2c-mux-reg.txt | 58 /* other stuff */ 71 /* other stuff */
|
/linux-4.4.14/tools/testing/ktest/examples/ |
D | README | 26 included into other configs. This is a real use example that shows how 28 are included by other config files, where the other config files define
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | cifs.txt | 9 server support for Linux and many other operating systems), so 17 signing, large files, Unicode support and other internationalization 27 It must be installed in the directory with the other mount helpers.
|
/linux-4.4.14/fs/jffs2/ |
D | LICENCE | 20 As a special exception, if other files instantiate templates or use 22 files and link them with other works to produce a work based on these 28 This exception does not invalidate any other reasons why a work based on
|
/linux-4.4.14/drivers/media/platform/s5p-tv/ |
D | Kconfig | 30 subdev for use by other drivers. This driver requires 48 subdev for use by other drivers. 58 subdev for use by other drivers. 68 subdev for use by other drivers. This driver requires
|
/linux-4.4.14/Documentation/hwmon/ |
D | lm83 | 24 Both are compatible with many other devices such as the LM84 and all 25 other ADM1021 clones. The main difference between the LM83 and the LM84 69 CPU. The two other sensors must be used to measure the temperature of 70 two other points of the motherboard. We suspect these points to be the 84 other second; reading them more often will do no harm, but will return
|
D | ucd9000 | 31 interrupts, cascading, or other system functions. Twelve of these pins offer PWM 38 power-on reset signals, external interrupts, cascading, or other system 68 The following attributes are supported. Limits are read-write; all other
|
D | emc1403 | 55 only temp1_crit_hyst writable, while all other hysteresis attributes 58 hysteresis applies automatically to all other limits.
|
D | w83781d | 75 temperature sensor, and one (W83783S) or two (W83781D and W83782D) other 84 For the other temperature sensor(s), an alarm is triggered when the 87 W83781D, there is only one alarm that functions for both other sensors! 89 main temperature sensors has a resolution of 1 degree; the other sensor(s) 163 Note that the individual beep bits are inverted from the other chips. 267 AS99127F rev.2 direct from Winbond. The other codes mean ATT and DVC, 356 * Additional info about PWM on the AS99127F (may apply to other Asus 369 each time. So far, values other than 0 always broke the readings. 372 while the other bits seem to define a value or threshold. 385 is the contrary of the other mode, in a way). Here again, we don't know
|
/linux-4.4.14/drivers/pnp/pnpbios/ |
D | Kconfig | 19 conflicts between mainboard devices and other bus devices. 31 allocation, ESCD, and other PNPBIOS services. Using this 40 Unless you are debugging or have other specific reasons, it is
|
/linux-4.4.14/drivers/base/ |
D | driver.c | 151 struct device_driver *other; in driver_register() local 161 other = driver_find(drv->name, drv->bus); in driver_register() 162 if (other) { in driver_register()
|
/linux-4.4.14/net/x25/ |
D | Kconfig | 11 (called "virtual circuits") to other computers connected to the X.25 12 network. Governments, banks, and other organizations tend to use it 13 to connect to each other or to form Wide Area Networks (WANs). Many
|
/linux-4.4.14/drivers/tty/ |
D | pty.c | 393 if (!try_module_get(driver->other->owner)) { in pty_common_install() 397 o_tty = alloc_tty_struct(driver->other, idx); in pty_common_install() 415 driver->other->ttys[idx] = o_tty; in pty_common_install() 421 o_tty->termios = driver->other->init_termios; in pty_common_install() 427 tty_driver_kref_get(driver->other); in pty_common_install() 452 module_put(driver->other->owner); in pty_common_install() 577 pty_driver->other = pty_slave_driver; in legacy_pty_init() 590 pty_slave_driver->other = pty_driver; in legacy_pty_init() 858 ptm_driver->other = pts_driver; in unix98_pty_init() 871 pts_driver->other = ptm_driver; in unix98_pty_init()
|
/linux-4.4.14/drivers/xen/ |
D | Kconfig | 81 other domains. This makes sure that any confidential data 82 is not accidentally visible to other domains. Is it more 101 to other virtual machines. 109 information with each other and with the hypervisor. 154 to other domains. This can be used to implement frontend drivers 176 PCI devices to other guests. If you select this to be a module, you 177 will need to make sure no other driver has bound to the device(s) 178 you want to make visible to other guests. 197 to other guests via a high-performance shared-memory interface. 251 SMM so that other drivers (such as ACPI cpufreq scaling driver) will
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 6 drivers can quite easily interconnect with other kernel subsystems using 53 appear as any other I2C bus to the system and makes it possible to connect 54 drivers for the I2C devices on the bus like any other I2C bus driver. 58 GPIO hammering (bitbang). It will appear as any other SPI bus on the system 60 any other SPI bus driver. For example any MMC/SD card can then be connected 65 the bus like any other W1 device. 84 any other NAND driving hardware.
|
D | 00-INDEX | 10 - Drivers in other subsystems that can use GPIO to provide more
|
D | gpio.txt | 46 other value (notably, "open drain" signaling). 72 These properties are met through all the other documents of the GPIO interface 108 (or some other device) controls the signal. 115 value (after the appropriate rise time passes), you know some other component is
|
/linux-4.4.14/Documentation/filesystems/ |
D | locks.txt | 31 for example. This gave rise to some other subtle problems if sendmail was 42 is to make flock() and fcntl() locks oblivious to each other. Both can 43 exists, and neither will have any effect on the other. 48 4.1.x and several other commercial Unices. The only OS's that support
|
D | gfs2-uevents.txt | 35 This is used as a signal by gfs_controld that it is then ok for other 38 The other CHANGE uevent is used to inform of the completion 66 and unlike the other uevents is generated automatically by the kernel's 84 lock_nolock or lock_dlm. In the future other lock managers
|
D | sharedsubtree.txt | 166 propagated to the other mount at /cdrom in all the other clone 169 B) A process wants its mounts invisible to any other process, but 170 still be able to see the other system mounts. 185 process will not show up in any other namespace. However mounts 245 that leads to mount or unmount actions in other vfsmounts. 248 events to each other. 261 /mnt or /tmp reflect in all the other mounts of its peer 289 peer group, and this peer-group is a slave of some other 389 is made the slave of mount 'Z'. In other words, mount 'C' is in the 407 slave mount of 'Z'. In other words 'A' and 'C' are both slave mounts of [all …]
|
D | sysfs-tagging.txt | 29 will be differentiated from other sysfs mounts by having its 32 the contents of other namespaces' sysfs mounts. Therefore, when a
|
D | fuse.txt | 166 INTERRUPT requests take precedence over other requests, so the 232 other users' and the super user's processes 235 other users' or the super user's processes 262 undesired behavior in other users' processes, such as: 275 of other users' processes. 286 system process to eat up diskspace, memory or other 305 If a sysadmin trusts the users enough, or can ensure through other 309 add the "allow_other" mount option which disables the check for other
|
/linux-4.4.14/Documentation/ide/ |
D | ide-tape.txt | 7 interface, on the other hand, creates new requests, adds them 27 as any other ide device. 51 other device while the tape is busy executing a command. The 53 for the DSC bit, and servicing the other device while the tape
|
D | ChangeLog.ide-cd.1994-2004 | 19 * other than 2k and to move multiple sectors in a 139 * Minor other changes 190 * - other minor stuff. 195 * 4.53 Feb 22, 1999 - Include other model Samsung and one Goldstar 214 * - bunch of other stuff, will fill in logs later. 215 * - report 1 slot for non-changers, like the other 266 * 4.61 Jan 22, 2004 - support hardware sector sizes other than 2kB,
|
D | warm-plug-howto.txt | 16 no other active references to devices before doing "delete_devices" step,
|
/linux-4.4.14/security/selinux/ss/ |
D | conditional.c | 266 struct cond_av_list *other; member 275 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local 298 if (other) { in cond_insertf() 306 for (cur = other; cur; cur = cur->next) { in cond_insertf() 352 …d_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct cond_av_list *other) in cond_read_av_list() argument 371 data.other = other; in cond_read_av_list()
|
/linux-4.4.14/fs/sysv/ |
D | Kconfig | 11 that they contain binaries from those other Unix systems; in order 20 If you only intend to mount files from some other Unix over the 26 (and even other operating systems) is given by the tar program ("man
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-class-scsi_tape | 18 reads, writes, and other SCSI commands issued to the tape 19 drive. An example of other SCSI commands would be tape 23 To determine the amount of time spent waiting for other I/O 33 The number of I/O requests issued to the tape drive other
|
D | sysfs-driver-hid-wiimote | 22 be combined with the other two. 58 values but may be used by user-space to perform other 72 values but may be used by user-space to perform other
|
D | sysfs-firmware-memmap | 8 /proc/iomem (together with other resources). 12 the kernel merges that memory map with other information or
|
D | sysfs-class | 8 of either subdirectories, or symlinks to other
|
/linux-4.4.14/fs/nfsd/ |
D | nfs4acl.c | 184 unsigned short other; member 218 pas->other = pa->e_perm; in summarize_posix_acl() 255 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one() 275 deny &= pas.groups | pas.group | pas.other; in _posix_to_nfsv4_one() 327 deny = ~pas.group & pas.other; in _posix_to_nfsv4_one() 340 deny &= pas.other; in _posix_to_nfsv4_one() 447 struct posix_ace_state other; member 554 low_mode_from_nfs4(state->other.allow, &pace->e_perm, flags); in posix_state_to_acl() 677 allow_bits(&state->other, mask); in process_one_v4_ace() 684 deny_bits(&state->other, mask); in process_one_v4_ace()
|
/linux-4.4.14/drivers/block/xen-blkback/ |
D | common.h | 126 struct blkif_x86_32_request_other other; member 190 struct blkif_x86_64_request_other other; member 450 dst->u.other.id = src->u.other.id; in blkif_get_x86_32_req() 498 dst->u.other.id = src->u.other.id; in blkif_get_x86_64_req()
|
/linux-4.4.14/Documentation/i2c/ |
D | fault-codes | 29 Note that the descriptions here are not exhaustive. There are other 30 codes that may be returned, and other cases where these codes should 31 be returned. However, drivers should not return other codes for these 40 transmit mode: some other master was transmitting different 45 to execute some other operation. 78 about probe faults other than ENXIO and ENODEV.)
|
/linux-4.4.14/Documentation/devicetree/bindings/ |
D | unittest.txt | 8 All other properties are optional. 38 All other properties are optional
|
D | graph.txt | 11 phandle properties pointing to other nodes to describe connections that 15 ports of other devices. 68 nodes independently from any other child device nodes a device might 94 'remote-endpoint' phandles pointing at each other form a link between the
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-help.txt | 24 can be overridden by other options or configuration variables. 34 option supersedes any other option.
|
/linux-4.4.14/drivers/net/usb/ |
D | qmi_wwan.c | 305 struct usb_interface *other; in qmi_wwan_unbind() local 312 other = info->data; in qmi_wwan_unbind() 314 other = info->control; in qmi_wwan_unbind() 317 if (other && intf != other) { in qmi_wwan_unbind() 318 usb_set_intfdata(other, NULL); in qmi_wwan_unbind() 319 usb_driver_release_interface(driver, other); in qmi_wwan_unbind()
|
/linux-4.4.14/fs/fscache/ |
D | Kconfig | 6 used by various network and other filesystems to cache data locally. 24 between CPUs. On the other hand, the stats are very useful for 41 bouncing between CPUs. On the other hand, the histogram may be
|
/linux-4.4.14/drivers/net/ethernet/faraday/ |
D | Kconfig | 26 other ARM/NDS32 SoC's. 35 other ARM/NDS32 SoC's.
|
/linux-4.4.14/drivers/staging/media/mn88473/ |
D | TODO | 1 Driver general quality is not good enough for mainline. Also, other 4 due to some other device than Astrometa, unrelated TODOs could be
|
/linux-4.4.14/drivers/staging/media/mn88472/ |
D | TODO | 1 Driver general quality is not good enough for mainline. Also, other 4 due to some other device than Astrometa, unrelated TODOs could be
|
/linux-4.4.14/sound/aoa/soundbus/i2sbus/ |
D | pcm.c | 20 struct pcm_info **pi, struct pcm_info **other) in get_pcm_info() argument 25 if (other) in get_pcm_info() 26 *other = &i2sdev->out; in get_pcm_info() 30 if (other) in get_pcm_info() 31 *other = &i2sdev->in; in get_pcm_info() 75 struct pcm_info *pi, *other; in i2sbus_pcm_open() local 89 get_pcm_info(i2sdev, in, &pi, &other); in i2sbus_pcm_open() 180 if (other->active) { in i2sbus_pcm_open() 340 struct pcm_info *pi, *other; in i2sbus_pcm_prepare() local 347 get_pcm_info(i2sdev, in, &pi, &other); in i2sbus_pcm_prepare() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-restart.txt | 18 restart handler completes allowing other restart handlers to be attempted. 35 128: Default restart handler; use if no other restart handler is 38 255: Highest priority restart handler, will preempt all other
|
/linux-4.4.14/Documentation/ia64/ |
D | README | 10 - IA-64 kernel installation is the same as the other platforms, see 28 - Compiling this kernel doesn't differ from other platform so read
|
/linux-4.4.14/Documentation/mn10300/ |
D | ABI.txt | 21 passed in the D0 and D1 registers respectively; all other arguments are passed 85 The values in certain registers may be clobbered by the callee, and other 91 All other non-supervisor-only registers are clobberable (such as MDR, MCRL, 148 All other registers are saved. The layout is a consequence of the way the MOVM
|
D | compartmentalisation.txt | 9 The "processor level" is a CPU core plus the other on-silicon 60 compilation process; all other unit-specific directories will be ignored.
|
/linux-4.4.14/Documentation/security/ |
D | Yama.txt | 17 attach to other running processes (e.g. Firefox, SSH sessions, GPG agent, 38 other process (and its descendants) are allowed to call PTRACE_ATTACH 42 to ptrace each other. If a process wishes to entirely disable these ptrace 49 0 - classic ptrace permissions: a process can PTRACE_ATTACH to any other
|
/linux-4.4.14/drivers/scsi/ |
D | script_asm.pl | 305 $other = 'OR'; 311 $other = 'AND' 329 $other = ''; 333 print STDERR "Parsing conjunction, expecting $other\n" if ($debug); 342 " if ($other eq ''); 347 " if ($conjunction !~ /\s*$other\s*/i);
|
/linux-4.4.14/Documentation/powerpc/ |
D | pmu-ebb.txt | 31 It is a feature of the perf_events API that events can be created on other 45 concurrently with regular 'perf' commands, or any other perf events. 53 events will be given priority over other events, unless they are also pinned. 55 first will be scheduled and the other will be put in error state. See the 100 EBB event is enabled it will force all other non-pinned events off the PMU. In 127 other code.
|
D | hvcs.txt | 145 |-- *other sysfs base dirs* 148 | |-- *other classes of devices* 151 | |-- *other tty devices* 162 | |-- *other tty devices* 164 |-- *other sysfs base dirs* 288 adapter removal is impractical because other vty-servers in other 293 outlined below, on the other hand the initial vty-server connection to a 306 read '0' or if any value other than '0' was written to the vterm_state 325 is symlinked in several other sysfs tree directories, notably under the 432 Q: How do I multiplex a console that I grab through hvcs so that other [all …]
|
/linux-4.4.14/fs/reiserfs/ |
D | README | 10 and likely will be in the future, licensed to other parties under 11 other licenses. If you add your code to governed files, and don't 19 to license code labeled as owned by you on your behalf other than 25 right to decline to allow him to license your code contribution other 28 Further licensing options are available for commercial and/or other 52 mkreiserfs and other utilities are in reiserfs/utils, or wherever your 70 Hideous Commercial Pitch: Spread your development costs across other OS 158 the alpha port. Many of these tasks were helped by sponsors other
|
/linux-4.4.14/Documentation/networking/ |
D | LICENSE.qlcnic | 26 Foundation's software and to any other program whose authors commit to 27 using it. (Some other Free Software Foundation software is covered by 72 0. This License applies to any program or other work which contains 82 Activities other than copying, distribution and modification are not 94 and give any other recipients of the Program a copy of this License 131 this License, whose permissions for other licensees extend to the 141 a storage or distribution medium does not bring the other work under 208 infringement or for any other reason (not limited to patent issues), 213 License and any other pertinent obligations, then as a consequence you 222 apply and the section as a whole is intended to apply in other [all …]
|
D | LICENSE.qlge | 26 Foundation's software and to any other program whose authors commit to 27 using it. (Some other Free Software Foundation software is covered by 72 0. This License applies to any program or other work which contains 82 Activities other than copying, distribution and modification are not 94 and give any other recipients of the Program a copy of this License 131 this License, whose permissions for other licensees extend to the 141 a storage or distribution medium does not bring the other work under 208 infringement or for any other reason (not limited to patent issues), 213 License and any other pertinent obligations, then as a consequence you 222 apply and the section as a whole is intended to apply in other [all …]
|
/linux-4.4.14/Documentation/scsi/ |
D | LICENSE.qla4xxx | 27 Foundation's software and to any other program whose authors commit to 28 using it. (Some other Free Software Foundation software is covered by 73 0. This License applies to any program or other work which contains 83 Activities other than copying, distribution and modification are not 95 and give any other recipients of the Program a copy of this License 132 this License, whose permissions for other licensees extend to the 142 a storage or distribution medium does not bring the other work under 209 infringement or for any other reason (not limited to patent issues), 214 License and any other pertinent obligations, then as a consequence you 223 apply and the section as a whole is intended to apply in other [all …]
|
D | LICENSE.qla2xxx | 28 Foundation's software and to any other program whose authors commit to 29 using it. (Some other Free Software Foundation software is covered by 74 0. This License applies to any program or other work which contains 84 Activities other than copying, distribution and modification are not 96 and give any other recipients of the Program a copy of this License 133 this License, whose permissions for other licensees extend to the 143 a storage or distribution medium does not bring the other work under 210 infringement or for any other reason (not limited to patent issues), 215 License and any other pertinent obligations, then as a consequence you 224 apply and the section as a whole is intended to apply in other [all …]
|
/linux-4.4.14/Documentation/cgroups/ |
D | unified-hierarchy.txt | 72 of hierarchies other controllers would be on, each controller has to 73 assume that all other controllers are operating on completely 75 cumbersome, for controllers to cooperate with each other. 78 completely orthogonal to each other isn't necessary. What usually is 80 depending on the specific controller. In other words, hierarchy may 88 retaining enough flexibility for most use cases. Various other 104 to other hierarchies are automatically bound to unified hierarchy and 106 root of unified hierarchy can be bound to other hierarchies. This 117 disabled controller to become available for other hierarchies; 118 furthermore, due to dependencies among controllers, other controllers [all …]
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.modules | 4 The following information is current as of linux-2.1.85. Check the other 59 uart401.o # Used by sb, maybe other cards 66 Note that at present there is no way to configure the io, irq and other 105 text-mode guy anyway. If you have options for other cards or other helpful
|
D | PSS | 1 The PSS cards and other ECHO based cards provide an onboard DSP with 13 This is normally 0x530, but may be 0x604 or other addresses.
|
D | Opti | 3 Note: parts of this README file apply also to other 19 that Linux and the other OS use the same resources. 56 If that fails, or if you have other PnP cards, you need to use isapnp 65 IO3 base must be 0x0E0C. Although isapnp allows other ports, this 140 For reference on other input names look at the file
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | knfsd-stats.txt | 17 by parsing routines. All other lines contain a sequence of fields 27 all the other lines. The other lines present the following data as 112 counted, but can be inferred from the other counters thus: 119 Descriptions of the other statistics file should go here.
|
/linux-4.4.14/drivers/isdn/icn/ |
D | icn.c | 831 card->other->rvalid = 1; in icn_loadboot() 990 init_timer(&card->other->st_timer); in icn_loadproto() 991 card->other->st_timer.expires = jiffies + ICN_TIMER_DCREAD; in icn_loadproto() 992 card->other->st_timer.function = icn_polldchan; in icn_loadproto() 993 card->other->st_timer.data = (unsigned long) card->other; in icn_loadproto() 994 add_timer(&card->other->st_timer); in icn_loadproto() 995 card->other->flags |= ICN_FLAGS_RUNNING; in icn_loadproto() 1111 icn_stopcard(card->other); in icn_stopcard() 1214 card->other->port = (unsigned short) a; in icn_command() 1215 card->other->rvalid = 0; in icn_command() [all …]
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | st,stm32-rcc.txt | 16 between gated clocks and other clocks and an index specifying the clock to 50 Specifying other clocks
|
/linux-4.4.14/fs/cachefiles/ |
D | Kconfig | 6 This permits use of a mounted filesystem as a cache for other 35 bouncing between CPUs. On the other hand, the histogram may be
|
/linux-4.4.14/Documentation/RCU/ |
D | checklist.txt | 12 should strongly consider some other approach, unless detailed 42 information relating to itself that other tasks can read, there 67 an RCU-protected list. Alternatively, use the other 77 some other lock acquired only by updaters, if desired. 253 mutex. (Don't try this with a spinlock -- other CPUs 259 RCU grace period. There are of course many other 269 superuser or some other trusted user, then it might not 318 read-side critical sections are protected by something other 348 must use whatever locking or other synchronization is required 361 may only be invoked from process context. Unlike other forms of [all …]
|
D | rcubarrier.txt | 6 of as a replacement for read-writer locking (among other things), but with 67 in order to allow other processing to proceed. Such deferral is required 87 functions for the other flavors of RCU, and you of course must match 180 Quick Quiz #1: Is there any other situation where rcu_barrier() might 262 value one), but the other CPU's rcu_barrier_func() invocations 277 Quick Quiz #1: Is there any other situation where rcu_barrier() might 293 value one), but the other CPU's rcu_barrier_func() invocations 303 since each CPU must undergo a context switch (or other quiescent
|
D | NMI-RCU.txt | 80 currently executing on some other CPU. We therefore cannot free 82 of it completes on all other CPUs. 114 This same sad story can happen on other CPUs when using
|
D | lockdep-splat.txt | 22 other info that might help us debug this: 68 section, but the "other info" list above shows that this is not the 84 On the other hand, perhaps we really do need an RCU read-side critical
|
D | trace.txt | 98 CPU has not yet reported that fact, (2) some other CPU has not 117 o "df" is the number of times that some other CPU has forced a 121 o "of" is the number of times that some other CPU has forced a 127 Please note that erring in the other direction (RCU believing a 184 CPU due to other CPUs going offline. Note that ci+co-ca+ql is 208 "S" The kernel thread is stopped, in other words, all 219 ->cpus_allowed mask permits it to run on other than 278 in progress, in other words, RCU is idle. On the other hand, 308 other CPU via force_quiescent_state(). 465 "S" The kernel thread is stopped, in other words, all [all …]
|
/linux-4.4.14/security/smack/ |
D | Kconfig | 12 of other mandatory security schemes. 30 "permissive" mode of other systems.
|
/linux-4.4.14/Documentation/memory-devices/ |
D | ti-emif.txt | 29 parameters and other settings during frequency, voltage and 34 DDR device details and other board dependent and SoC dependent
|
/linux-4.4.14/drivers/media/usb/cx231xx/ |
D | Kconfig | 25 designs opted to not use it, but, instead, some other hardware. 26 This module enables the usage of those other hardware, like the
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 20 they need to access kernel interfaces (such as IRQ handlers or other layers 29 Set up the other device characteristics (bits per word, SPI clocking, 97 transfer SPI words. Zero indicates MSB-first; other values indicate 120 that could corrupt transfers to other devices sharing the SPI bus. 122 other drivers to talk to other devices.
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | mvebu-mbus.txt | 105 (S = 0x0), an address decoding window is allocated. On the other side, 123 /* other children */ 165 /* other children */ 179 /* other children */ 192 Yet in other words: there's nothing preventing us from setting a base address 210 is needed to set up the other windows.
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_multi.txt | 58 The other, trickier thing is making Windows install drivers for each 92 so there will be no collision with other customised gadgets or the 109 At this moment, drivers for any other systems have not been tested. 133 and other USB classes can be found at 142 [6] To put it in some other nice words, Windows failed to respond to
|
D | error-codes.txt | 38 e) various other cases 109 device disconnect), or some other fault. 117 completed, and no other error was reported by HC. 139 other errors, since the hub driver doesn't detect 166 * (expect also other submit and transfer status codes) *
|
D | callbacks.txt | 7 callbacks are completely independent of each other. Information on the 47 against other USB callbacks. All callbacks are called from a task 82 callback. You also may not do any other operation that may interfere 121 No callbacks other than probe will be invoked for an interface
|
D | usb-help.txt | 4 For USB help other than the readme files that are located in
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_entry.c | 649 int offset, other, i, tags, regnr, tag, newtop; in fpregs_soft_set() local 661 other = 80 - offset; in fpregs_soft_set() 667 space + offset, 0, other); in fpregs_soft_set() 701 int offset = (S387->ftop & 7) * 10, other = 80 - offset; in fpregs_soft_get() local 721 space + offset, 0, other); in fpregs_soft_get()
|
/linux-4.4.14/drivers/ide/ |
D | ns87415.c | 126 unsigned int bit, other, new, *old = (unsigned int *) hwif->select_data; in ns87415_prepare_drive() local 142 other = 1 << (20 + (1 - (drive->dn & 1)) + (hwif->channel << 1)); in ns87415_prepare_drive() 143 new = use_dma ? ((new & ~other) | bit) : (new & ~bit); in ns87415_prepare_drive()
|
/linux-4.4.14/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.txt | 22 * FIMD in Exynos5420 has one System MMU for window 0 and 4, the other system MMU 25 the other System MMU on the write channel. 44 another gate clock other than "sysmmu".
|
/linux-4.4.14/arch/cris/arch-v32/mach-a3/ |
D | Kconfig | 56 and you can therefore use 1c. On other boards which don't have the 76 and you can therefore use 1c. On other boards which don't have the 96 and you can therefore use 1c. On other boards which don't have the
|
/linux-4.4.14/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 43 kernel therefore does not load other service drivers for that Root 44 Port. In other words, it is impossible to have multiple service 176 any other service drivers have run on this Root Port. If either one 177 of them calls pci_disable_msi, it puts the other service driver 206 registers accessed are independent of each other. This patch assumes 208 other service driver's configuration settings. 216 will be well behaved and not overwrite other service driver's
|
/linux-4.4.14/Documentation/timers/ |
D | hpet.txt | 13 independent of each other ... these share a counter, complicating resets. 18 prevents use of that mode. They support the other "legacy replacement"
|
/linux-4.4.14/arch/avr32/boards/atngw100/ |
D | Kconfig | 35 RMT provides LCD support, AC97 codec and other 41 this may break the setup for other displays that use these pins.
|
/linux-4.4.14/fs/jbd2/ |
D | Kconfig | 10 journal support to other file systems or block devices such 26 potentially any other filesystem/device using JBD2), this option
|
/linux-4.4.14/arch/m68k/ifpsp060/ |
D | CHANGES | 95 all other bits are EQUAL TO ZERO and can be set by the _real_access() 98 other bits. 117 all other bits are EQUAL TO ZERO and can be set by the _real_access() 120 other bits.
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | copying | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
/linux-4.4.14/tools/usb/usbip/ |
D | COPYING | 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 62 0. This License applies to any program or other work which contains 72 Activities other than copying, distribution and modification are not 84 and give any other recipients of the Program a copy of this License 121 this License, whose permissions for other licensees extend to the 131 a storage or distribution medium does not bring the other work under 198 infringement or for any other reason (not limited to patent issues), 203 License and any other pertinent obligations, then as a consequence you 212 apply and the section as a whole is intended to apply in other [all …]
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | license | 22 to most of the Free Software Foundation's software and to any other program 23 whose authors commit to using it. (Some other Free Software Foundation 66 0. This License applies to any program or other work which contains a notice 76 Activities other than copying, distribution and modification are not 87 License and to the absence of any warranty; and give any other recipients 124 permissions for other licensees extend to the entire whole, and thus to 134 storage or distribution medium does not bring the other work under the 200 infringement or for any other reason (not limited to patent issues), 205 any other pertinent obligations, then as a consequence you may not 214 and the section as a whole is intended to apply in other circumstances. [all …]
|
/linux-4.4.14/ |
D | COPYING | 32 Foundation's software and to any other program whose authors commit to 33 using it. (Some other Free Software Foundation software is covered by 78 0. This License applies to any program or other work which contains 88 Activities other than copying, distribution and modification are not 100 and give any other recipients of the Program a copy of this License 137 this License, whose permissions for other licensees extend to the 147 a storage or distribution medium does not bring the other work under 214 infringement or for any other reason (not limited to patent issues), 219 License and any other pertinent obligations, then as a consequence you 228 apply and the section as a whole is intended to apply in other [all …]
|
/linux-4.4.14/arch/mips/lasat/image/ |
D | romscript.normal | 19 .other :
|
/linux-4.4.14/include/net/sctp/ |
D | constants.h | 130 sctp_event_other_t other; member 141 SCTP_SUBTYPE_CONSTRUCTOR(OTHER, sctp_event_other_t, other)
|
/linux-4.4.14/Documentation/arm/Samsung/ |
D | Bootloader-interface.txt | 13 SBOOT or any other firmware for ARMv7 and ARMv8 initializing the board before 65 AFTR - ARM Off Top Running, a low power mode, Cortex cores and many other
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 26 fscache_operation structs, though these are usually embedded into some other 125 conjunction with any other operation on the object being operated upon. 131 up to the operation implementation to prevent interference between other 179 (4) The operation holds an effective lock upon the object, preventing other 191 This can be used to allow other things to have use of the worker thread
|
/linux-4.4.14/arch/cris/arch-v32/mach-fs/ |
D | Kconfig | 94 and you can therefore use 1c. On other boards which don't have the 116 and you can therefore use 1c. On other boards which don't have the 138 and you can therefore use 1c. On other boards which don't have the 160 and you can therefore use 1c. On other boards which don't have the 182 and you can therefore use 1c. On other boards which don't have the
|
/linux-4.4.14/include/net/ |
D | vsock_addr.h | 26 const struct sockaddr_vm *other);
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | efx.c | 1164 struct efx_nic *other, *next; in efx_associate() local 1172 list_for_each_entry_safe(other, next, &efx_unassociated_list, in efx_associate() 1174 if (efx_same_controller(efx, other)) { in efx_associate() 1175 list_del(&other->node); in efx_associate() 1176 netif_dbg(other, probe, other->net_dev, in efx_associate() 1180 list_add_tail(&other->node, in efx_associate() 1182 other->primary = efx; in efx_associate() 1188 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate() 1189 if (efx_same_controller(efx, other)) { in efx_associate() 1192 pci_name(other->pci_dev), in efx_associate() [all …]
|
/linux-4.4.14/Documentation/arm/ |
D | Setup | 50 or VGA console character size. They should not be used for any other 61 is otherwise unused. (should not be used for other console types, and 62 should not be used for other purposes).
|
D | kernel_user_helpers.txt | 11 the available instruction set, or whether it is a SMP systems. In other 28 usage of similar native instructions for other things. In other words 31 use new instructions for other purpose.
|
D | Porting | 21 to be located in RAM, it can be in flash or other read-only or 63 address PHYS_OFFSET, along with any other mappings you supply. 79 (In other words, you can't put IO mappings below TASK_SIZE, and
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | README.freeze | 37 other people. But in case you have problems with the 0.7.x versions you 61 other 70 it share the IRQ with some other piece of hardware. IRQ sharing with
|
/linux-4.4.14/Documentation/x86/x86_64/ |
D | machinecheck | 46 in other ways) 73 How long to wait for the other CPUs to machine check too on a 74 exception. 0 to disable waiting for other CPUs.
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | img,tz1090-pinctrl.txt | 22 other words, a subnode that lists a mux function but no pin configuration 69 supported by the mux group. All other pins can be muxed to the "perip" 75 the board connects certain pins in a group to other devices to be controlled 99 other pins: 101 These other pins are part of various pin groups below, but can't be
|
/linux-4.4.14/arch/cris/arch-v32/ |
D | Kconfig | 109 and you can therefore use 1c. On other boards which don't have the 131 and you can therefore use 1c. On other boards which don't have the 153 and you can therefore use 1c. On other boards which don't have the 175 and you can therefore use 1c. On other boards which don't have the 197 and you can therefore use 1c. On other boards which don't have the
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 10 the same purpose: sending Internet traffic over telephone (and other 24 example. If you want to use PPP over phone lines or other 43 sent over the wire. The machine at the other end of the PPP link 65 other end of the PPP link (usually your ISP) has to support the 106 This has to be supported at the other end as well and you need a
|
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/ |
D | restart-poweroff.txt | 3 Buffalo Linkstation LS-XHL and LS-CHLv2, and other devices power off
|
/linux-4.4.14/sound/i2c/ |
D | Makefile | 10 obj-$(CONFIG_SND) += other/
|
/linux-4.4.14/drivers/acpi/apei/ |
D | Kconfig | 54 mainly used for debugging and testing the other parts of 55 APEI and some other RAS features.
|
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/ |
D | st,spear3xx-shirq.txt | 10 bit masks. Also in some cases the group may not have enable or other 15 interrupt controller shares config/control registers with other groups.
|
/linux-4.4.14/drivers/net/slip/ |
D | Kconfig | 11 other local Unix box or if you want to configure your Linux box as a 12 Slip/CSlip server for other people to dial in. SLIP (Serial Line 76 the serial device. Naturally, this has to be supported at the other
|
/linux-4.4.14/Documentation/bus-devices/ |
D | ti-gpmc.txt | 115 Note: Many of gpmc timings are dependent on other gpmc timings (a few 116 gpmc timings purely dependent on other gpmc timings, a reason that 118 indirect dependency of peripheral timings to gpmc timings other than
|
/linux-4.4.14/drivers/dma/ |
D | TODO | 11 4. Check other subsystems for dma drivers and merge/move to dmaengine
|
/linux-4.4.14/Documentation/locking/ |
D | spinlocks.txt | 35 easily added to places that are completely independent of other code (for 96 and on other architectures it can be worse). 121 the other interrupt happens on another CPU, but it is _not_ ok if the 129 on other CPU's, because an interrupt on another CPU doesn't interrupt the 136 don't block on each other (and thus there is no dead-lock wrt interrupts.
|
/linux-4.4.14/Documentation/fb/ |
D | udlfb.txt | 8 pairing that with a hardware framebuffer (16MB) on the other end of the 12 The CPU or other local resource does all the rendering; optinally compares the 22 Mode setting, EDID read, etc are other bulk or control transfers. Mode 37 * X servers and other applications can use the standard fbdev interface 113 Can be disabled if fbcon and other clients
|
/linux-4.4.14/drivers/staging/mt29f_spinand/ |
D | TODO | 2 - Tested on XLP platform, needs to be tested on other platforms.
|
/linux-4.4.14/Documentation/power/ |
D | opp.txt | 23 domains to run at lower voltage and frequency while other domains run at 64 factors. Example usage: Thermal management or other exceptional situations where 77 exact mechanism to trigger these or the notification mechanism to other 95 and other contexts that prevent blocking functions in RCU or mutex operations 191 /* do other stuff */ 258 /* do other things */ 275 /* do other things */ 305 /* Do other things */
|
/linux-4.4.14/Documentation/blockdev/ |
D | mflash.txt | 14 Internally, mflash has nand flash and other hardware logics and supports 64 * If you use mflash as storage device (i.e. other than MG_BOOT_DEV),
|
/linux-4.4.14/Documentation/power/regulator/ |
D | machine.txt | 56 for the board for configuration of supplies for other regulators and 57 for use in logging and other diagnostic output. Normally the name
|
/linux-4.4.14/Documentation/devicetree/bindings/net/ |
D | nxp,lpc1850-dwmac.txt | 4 Please see stmmac.txt for the other unchanged properties.
|
/linux-4.4.14/net/decnet/netfilter/ |
D | Kconfig | 14 unless you just want to monitor routing messages from other nodes.
|
/linux-4.4.14/Documentation/w1/masters/ |
D | mxc-w1 | 5 * Freescale MX27, MX31 and probably other i.MX SoCs
|
/linux-4.4.14/Documentation/devicetree/bindings/pci/ |
D | spear13xx-pcie.txt | 11 - All other definitions as per generic PCI bindings
|
/linux-4.4.14/scripts/ksymoops/ |
D | README | 5 with patches to other utilities in order to give more accurate Oops
|
/linux-4.4.14/fs/configfs/ |
D | Kconfig | 11 same system. One is not a replacement for the other.
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | Kconfig | 10 VC4 GPU, such as the Raspberry Pi or other BCM2708/BCM2835.
|
/linux-4.4.14/security/yama/ |
D | Kconfig | 9 Like capabilities, this security module stacks with other LSMs.
|
/linux-4.4.14/Documentation/dvb/ |
D | ci.txt | 105 accommodate all other CI based devices, that fall into the other categories. 162 Not all ioctl's are implemented in the driver from the API, the other 165 used to exchange the data to maintain compatibility with other hardware.
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | NOTES | 41 connector -> HDMI/DSI/etc --> other device(s) 54 connector -> HDMI/DSI/eDP/etc --> other device(s) 60 Also unlike MDP4, with MDP5 all the IRQs for other blocks (HDMI, DSI,
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | syscalls | 4 on it and other Unix based interfaces. It will only be added to
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | arm_sbsa_uart.txt | 3 in the PL011 driver. It's baudrate and other communication parameters
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/apm/ |
D | scu.txt | 4 clock enable/disables, clock divisors and other deepsleep registers.
|
/linux-4.4.14/net/bluetooth/rfcomm/ |
D | Kconfig | 6 support is required for Dialup Networking, OBEX and other Bluetooth
|
/linux-4.4.14/drivers/target/sbp/ |
D | Kconfig | 6 This enables you to expose SCSI devices to other nodes on the FireWire
|
/linux-4.4.14/drivers/pinctrl/samsung/ |
D | Kconfig | 10 bool "Pinctrl driver data for Samsung EXYNOS SoCs other than 5440"
|
/linux-4.4.14/fs/logfs/ |
D | Kconfig | 15 not be used for other than testing purposes.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/rockchip/ |
D | rockchip-drm.txt | 5 vop devices or other display interface nodes that comprise the
|
/linux-4.4.14/arch/avr32/boards/favr-32/ |
D | Kconfig | 15 generate most other frequencies in power of 2 steps.
|
/linux-4.4.14/drivers/hid/i2c-hid/ |
D | Kconfig | 11 other HID based devices which is connected to your computer via I2C.
|
/linux-4.4.14/Documentation/devicetree/bindings/rng/ |
D | st,stm32-rng.txt | 5 is fully separated from other crypto functions.
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 4 * but it doesn't do any harm on the other hand so why bother. */
|
/linux-4.4.14/drivers/usb/ |
D | README | 19 * Specifications for other protocols implemented by USB peripheral 45 radios, and any other drivers that talk to the v4l
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
D | Kconfig | 11 subdevices to interact with each other and hardware and for 32 and output devices. This driver is required for other
|
/linux-4.4.14/Documentation/blackfin/ |
D | bfin-gpio-notes.txt | 50 These functions are wrapped by other functions, most of the users need not 63 identical GPIO, one of them use it as GPIO, the other use it as
|
/linux-4.4.14/Documentation/prctl/ |
D | seccomp_filter.txt | 36 other system hardening techniques and, potentially, an LSM of your 53 reflecting the system call number, arguments, and other 138 allow use of ptrace, even of other sandboxed processes, without 206 currently emulated call. Any other change MAY terminate the process. 209 rip or rsp. (Do not rely on other changes terminating the process. 216 SECCOMP_RET_TRAP, use siginfo->si_call_addr.) Do not check any other
|
/linux-4.4.14/drivers/base/regmap/ |
D | Kconfig | 2 # this is an API intended to be used by other kernel subsystems. These
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | Kconfig | 15 performed by other IP found on the SoC. This driver provides
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | TINY_RCU.txt | 10 The theory here is that randconfig testing will hit the other six possible
|
/linux-4.4.14/Documentation/development-process/ |
D | 5.Posting | 70 against these other trees can require a significant amount of work 137 enough for a reader who sees it with no other context to figure out the 157 whether the patch should be included, distributors and other maintainers 158 trying to decide whether a patch should be backported to other kernels, bug 172 support other changes coming in later patch, say so. If internal APIs are 173 changed, detail those changes and how other developers should respond. In 195 tag: Full Name <email address> optional-other-stuff 230 Before you mail your patches, there are a couple of other things you should 235 by the mail client will not apply at the other end, and often will not 255 be interested in it. Unlike some other projects, the kernel encourages
|
/linux-4.4.14/drivers/sn/ |
D | Kconfig | 15 for other drivers to utilize.
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | brcm,bcm2835-spi.txt | 4 SPI0, and the other known as the "Universal SPI Master"; part of the
|
/linux-4.4.14/arch/mips/include/asm/mach-paravirt/ |
D | kernel-entry-init.h | 17 # CPUs other than zero goto smp_bootstrap
|
/linux-4.4.14/drivers/media/pci/solo6x10/ |
D | Kconfig | 14 compression capture cards and other Softlogic-based ones.
|
/linux-4.4.14/net/sched/ |
D | sch_choke.c | 67 u32 other; /* Drops due to drop() calls */ member 375 q->stats.other++; in choke_drop() 543 .other = q->stats.other, in choke_dump_stats()
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | fan53555.txt | 10 voltage. The other one is used for the runtime voltage setting
|
/linux-4.4.14/drivers/gpu/host1x/ |
D | Kconfig | 9 by host1x are referred to as clients. host1x includes some other
|
/linux-4.4.14/net/mac802154/ |
D | Kconfig | 16 complete! Compatibility with other implementations hasn't
|
/linux-4.4.14/Documentation/input/ |
D | event-codes.txt | 31 - Used to describe state changes of keyboards, buttons, or other key-like 43 - Used to describe miscellaneous input data that do not fit into other types. 101 BTN_<name> is used for other types of momentary switch events. 107 touchscreens. These devices may be used with fingers, pens, or other tools. 196 EV_MSC events are used for input and output events that do not fall under other 295 them as any other INPUT_PROP_BUTTONPAD device. 300 accelerometer data. All other axes retain their meaning. A device must not mix 339 BTN_TOOL_<name> events must be reported when a stylus or other tool is active on
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 192 Such (and other) events will be recorded in a ring-buffer, which is 209 a conflict with some other event), then the counter goes into an 218 not otherwise accessible and that might disrupt other hardware 273 with each other, since they have counted events for the same set of 424 group other than the leader only affects that counter - disabling an 426 other counter. 443 this process has created on other processes. It only enables or 444 disables the group leaders, not any other members in the groups.
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | cpufreq-nforce2.txt | 4 This works better than on other platforms, because the FSB of the CPU
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | mxs-usb-phy.txt | 10 "fsl,imx23-usbphy" is still a fallback for other strings
|
/linux-4.4.14/drivers/spmi/ |
D | Kconfig | 25 other devices that have the SPMI interface.
|
/linux-4.4.14/arch/arm/include/debug/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | soc-ac97link.txt | 3 These bindings can be included within any other device node.
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO | 8 coordinated with the other drivers.
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/ |
D | iio-bindings.txt | 37 /* other properties */ 41 /* other properties */
|
/linux-4.4.14/drivers/staging/iio/ |
D | TODO | 13 3) Expand device set. Lots of other maxim adc's have very 47 1) Testing on devices other than sca3000-e05
|