/linux-4.4.14/drivers/misc/sgi-xp/ |
D | xpc.h | 556 atomic_t references; /* #of external references to queues */ member 755 atomic_t references; /* #of references to infrastructure */ member 950 atomic_inc(&ch->references); in xpc_msgqueue_ref() 956 s32 refs = atomic_dec_return(&ch->references); in xpc_msgqueue_deref() 973 s32 refs = atomic_dec_return(&part->references); in xpc_part_deref() 985 atomic_inc(&part->references); in xpc_part_ref()
|
D | xpc_main.c | 461 atomic_set(&ch->references, 0); in xpc_setup_ch_structures() 512 wait_event(part->teardown_wq, (atomic_read(&part->references) == 0)); in xpc_teardown_ch_structures() 941 atomic_set(&part->references, 0); in xpc_setup_partitions()
|
D | xpc_channel.c | 95 atomic_read(&ch->references) > 0) { in xpc_process_disconnect()
|
/linux-4.4.14/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 19 3. Using the __local__fixups__ node information adjust all local references 21 4. For each property in the __fixups__ node locate the node it references
|
D | overlay-notes.txt | 42 /plugin/; /* allow undefined label references and record them */
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | gpio-mux-clock.txt | 9 - clocks: list of two references to parent clocks.
|
D | brcm,kona-ccu.txt | 67 BCM281XX family clocks. When a clock consumer references a clocks, 112 BCM21664 family clocks. When a clock consumer references a clocks,
|
D | qoriq-clock.txt | 10 All references to "1.0" and "2.0" refer to the QorIQ chassis version to
|
/linux-4.4.14/Documentation/ide/ |
D | warm-plug-howto.txt | 16 no other active references to devices before doing "delete_devices" step,
|
/linux-4.4.14/Documentation/vm/ |
D | page_migration | 67 Calling isolate_lru_page increases the references to the page 85 if all references to a page are removable at the time. The page has 98 4. All the page table references to the page are converted to migration 106 6. The refcount of the page is examined and we back out if references remain
|
D | zswap.txt | 72 handle that references that compressed swap page. This mapping is achieved
|
D | numa | 38 application software must arrange for a large majority of the memory references
|
/linux-4.4.14/arch/openrisc/ |
D | TODO.openrisc | 11 -- Finish the renaming cleanup... there are references to or32 in the code
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | renesas_usbhs.txt | 19 - dmas: Must contain a list of references to DMA specifiers.
|
/linux-4.4.14/scripts/coccinelle/api/ |
D | simple_open.cocci | 2 /// and replace file operations references to the function
|
/linux-4.4.14/drivers/of/unittest-data/ |
D | testcases.dts | 20 * This data must be regenerated whenever phandle references are modified in
|
/linux-4.4.14/Documentation/devicetree/bindings/i2c/ |
D | i2c-sh_mobile.txt | 23 - dmas : Must contain a list of two references to DMA
|
/linux-4.4.14/sound/pci/mixart/ |
D | mixart.h | 164 int references; /* number of subs openned */ member
|
D | mixart.c | 255 if( (monitoring == 0) && (pipe->references >= stream_count) ) { in snd_mixart_add_ref_pipe() 335 else pipe->references++; in snd_mixart_add_ref_pipe() 352 pipe->references--; in snd_mixart_kill_ref_pipe() 354 if((pipe->references <= 0) && (pipe->monitoring == 0)) { in snd_mixart_kill_ref_pipe() 507 if(stream->pipe->references == 1) { in snd_mixart_prepare()
|
/linux-4.4.14/kernel/locking/ |
D | lockdep.c | 3071 int references, int pin_count) in __lock_acquire() argument 3131 if (hlock->references) in __lock_acquire() 3132 hlock->references++; in __lock_acquire() 3134 hlock->references = 2; in __lock_acquire() 3155 hlock->references = references; in __lock_acquire() 3269 if (hlock->references) { in match_held_lock() 3346 hlock->references, hlock->pin_count)) in __lock_set_class() 3409 if (hlock->references) { in __lock_release() 3410 hlock->references--; in __lock_release() 3411 if (hlock->references) { in __lock_release() [all …]
|
/linux-4.4.14/Documentation/parisc/ |
D | registers | 65 O (ordered references) 1* 127 used to make references to global variables easier. r30 is
|
/linux-4.4.14/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 15 GPIO references is: RDY, nCE, ALE, CLE, and an optional nWP.
|
/linux-4.4.14/sound/drivers/vx/ |
D | vx_pcm.c | 551 pipe->references++; in vx_pcm_playback_open() 580 if (--pipe->references == 0) { in vx_pcm_playback_close() 948 pipe_out_monitoring->references++; in vx_pcm_capture_open() 994 if (--pipe_out_monitoring->references == 0) { in vx_pcm_capture_close()
|
/linux-4.4.14/drivers/staging/media/lirc/ |
D | TODO.lirc_zilog | 12 verified that cdev and lirc_dev will take the proper module references on
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | sh-msiof.txt | 29 - dmas : Must contain a list of two references to DMA
|
D | spi-rspi.txt | 36 - dmas : Must contain a list of two references to DMA specifiers,
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | ingenic,jz4780-nemc.txt | 38 If a child node references multiple banks in its "reg" property, the same value
|
D | arm,pl172.txt | 19 - clocks: Must contain references to controller clocks.
|
/linux-4.4.14/Documentation/filesystems/nfs/ |
D | rpc-cache.txt | 58 references create by 'cache_init' and, if CACHE_VALID 59 is set, any references created by cache_update. 67 include taking references to shared objects.
|
D | rpc-server-gss.txt | 5 This document gives references to the standards and protocols used to
|
D | pnfs.txt | 19 outstanding RPC call that references it (LAYOUTGET, LAYOUTRETURN,
|
/linux-4.4.14/fs/ubifs/ |
D | debug.c | 1765 int references; member 2085 fscki->references += 1; in check_leaf() 2164 fscki->references != 1) { in check_inodes() 2167 fscki->references); in check_inodes() 2171 fscki->references != 0) { in check_inodes() 2174 fscki->references); in check_inodes() 2190 if (fscki->references != fscki->nlink) { in check_inodes() 2193 fscki->nlink, fscki->references); in check_inodes()
|
/linux-4.4.14/Documentation/misc-devices/ |
D | c2port.txt | 31 The C2 Interface main references are at (http://www.silabs.com)
|
/linux-4.4.14/Documentation/ |
D | kobject.txt | 185 for the object in which it is embedded. As long as references to the object 347 Because other references to the kset may still exist, the release may happen 405 circular references are constructed. It is valid in some cases, that a 406 parent objects references a child. Circular references _must_ be broken
|
D | oops-tracing.txt | 2 (from dmesg, etc). Ignore any references in this or other docs to "decoding 54 applies. Especially, please ignore any references to ksymoops.
|
D | lzo.txt | 51 For references to the dictionary, distances are relative to the output
|
D | circular-buffers.txt | 231 subsequent memory references. Similarly, smp_store_release() is used
|
D | clk.txt | 29 implementation of that code. Likewise, references to struct clk_foo
|
D | remoteproc.txt | 110 only if there are no other references to rproc and its refcount now
|
D | svga.txt | 108 0x0000 to 0x00ff - menu item references. 0x0000 is the first item. Don't use
|
D | media-framework.txt | 183 pointer the canonical way to store and pass link references.
|
D | initrd.txt | 225 current root directory. All these references are dropped by the
|
D | CodingStyle | 914 references, etc). Thus, you still have to use an #ifdef if the code inside the 915 block references symbols that will not exist if the condition is not met.
|
D | SubmittingPatches | 719 references. 730 unmanageable forest of references in email clients. If a link is
|
D | kernel-docs.txt | 637 Lots of cross references to variables and functions. You can see
|
D | kprobes.txt | 664 e. Watchpoint probes (which fire on data references).
|
D | memory-barriers.txt | 232 with memory references that are not protected by READ_ONCE() and 1660 references to shared memory on SMP systems, though the use of locking instead 2382 sufficient references to make the lock, and thus a memory barrier unnecessary.
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-event_source-devices-events | 3 /sys/devices/cpu/events/cache-references
|
/linux-4.4.14/Documentation/devicetree/bindings/serial/ |
D | renesas,sci-serial.txt | 51 - dmas: Must contain a list of two references to DMA specifiers, one for
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | cnxt,cx92755-pinctrl.txt | 85 "client select" for the Rx and Tx signals of uart0. The uart0 node references
|
D | renesas,pfc-pinctrl.txt | 127 Example 2: A GPIO LED node that references a GPIO
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.ymfsb | 7 This code references YAMAHA's sample codes and data sheets.
|
D | README.OSS | 15 In this document you will find a lot of references about OSS/Lite or ossfree:
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 225 cache-references { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CACHE_REFERENCES); }
|
/linux-4.4.14/arch/powerpc/perf/ |
D | power7-pmu.c | 381 GENERIC_EVENT_ATTR(cache-references, PM_LD_REF_L1);
|
/linux-4.4.14/Documentation/RCU/ |
D | whatisRCU.txt | 51 "reclamation" phases. The removal phase removes references to data items 52 within a data structure (possibly by replacing them with references to 61 not start until readers no longer hold references to those data items. 80 c. At this point, there cannot be any readers who hold references 145 longer-term references to data structures. 379 * have references to the old structure complete before freeing 480 * references to the old structure complete before freeing the
|
D | rcu.txt | 9 since dropped their references. For example, an RCU-protected deletion
|
D | rcu_dereference.txt | 141 o The comparison is against a pointer that references memory
|
D | checklist.txt | 93 given modern CPUs' tendency to reorder memory references.
|
D | RTFP.txt | 75 time that reading threads can hold references, as there might well be in 131 and each such bit covers all references that might have been made by
|
/linux-4.4.14/Documentation/filesystems/ |
D | files.txt | 36 1. All references to the fdtable must be done through
|
D | vfs.txt | 517 references will be released without notice being given to the 755 transfer any private data across and update any references 999 "rcu-walk", ie. without any locks or references on things. 1097 d_delete: delete a dentry. If there are no other open references to 1100 references, then d_drop() is called instead
|
D | xfs.txt | 260 references and returns timed-out AGs back to the free stream
|
D | ramfs-rootfs-initramfs.txt | 238 references:
|
D | autofs4-mount-control.txt | 106 on the mount point for control operations. The references held by the
|
D | relay.txt | 450 longer any references to any of the channel buffers. relay_flush()
|
D | sharedsubtree.txt | 889 The latter holds namespace_sem and the only references to vfsmount
|
D | coda.txt | 489 short va_nlink; /* number of references to file */
|
D | proc.txt | 1105 (interface index, label, number of references, number of bound
|
/linux-4.4.14/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 71 Device node references to reserved memory
|
/linux-4.4.14/include/sound/ |
D | vx_core.h | 81 unsigned int references; /* an output pipe may be used for monitoring and/or playback */ member
|
/linux-4.4.14/Documentation/powerpc/ |
D | cxlflash.txt | 189 at a time and if one mode is active (outstanding references exist), 206 at a time and if one mode is active (outstanding references exist), 234 table that the AFU references when provided with a resource handle.
|
D | transactional_memory.txt | 47 references will complete in one go if there are no conflicts with other
|
/linux-4.4.14/include/linux/ |
D | lockdep.h | 257 unsigned int references:12; /* 32 bits */ member
|
/linux-4.4.14/Documentation/x86/ |
D | intel_mpx.txt | 7 references, for those references whose compile-time normal intentions are
|
/linux-4.4.14/Documentation/networking/ |
D | netdev-FAQ.txt | 138 Should I request it via "stable@vger.kernel.org" like the references in 156 stable. Should I add a "Cc: stable@vger.kernel.org" like the references
|
D | arcnet.txt | 218 By the way, be sure to change all references from "eth0" to "arc0" in the
|
/linux-4.4.14/Documentation/driver-model/ |
D | porting.txt | 159 when the device has been removed, and all references to it have 262 Note that this will block until all references to the driver have
|
/linux-4.4.14/mm/ |
D | vmscan.c | 907 enum page_references references = PAGEREF_RECLAIM_CLEAN; in shrink_page_list() local 1031 references = page_check_references(page, sc); in shrink_page_list() 1033 switch (references) { in shrink_page_list() 1097 if (references == PAGEREF_RECLAIM_CLEAN) in shrink_page_list()
|
/linux-4.4.14/tools/perf/Documentation/ |
D | perf-stat.txt | 183 172158895 cache references # 21.209 M/sec
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | operations.txt | 213 references.
|
D | backend-api.txt | 340 This method should not attempt to release any references held by the 349 be freed when all the references to it are released. 702 (*) Get and release references on a retrieval record:
|
/linux-4.4.14/drivers/net/wireless/libertas/ |
D | host.h | 955 __le32 references; member
|
/linux-4.4.14/Documentation/blockdev/ |
D | ramdisk.txt | 170 obsolete references, general cleanup.
|
/linux-4.4.14/fs/jffs2/ |
D | README.Locking | 125 references and the jffs2_garbage_collect_deletion_dirent() function.
|
/linux-4.4.14/Documentation/video4linux/ |
D | uvcvideo.txt | 230 The data pointer references an inaccessible memory area.
|
D | v4l2-controls.txt | 37 list of v4l2_ctrl objects that it owns and another list of references to
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 275 each css_set that references the cgroup, and sub-iterating over 568 all references it's holding on @cgrp. When all references are dropped,
|
D | unified-hierarchy.txt | 113 have lingering references, a controller may not show up immediately on
|
/linux-4.4.14/arch/cris/arch-v10/ |
D | README.mm | 87 0..8191, is never mapped, in order to trap NULL references).
|
/linux-4.4.14/Documentation/scheduler/ |
D | completion.txt | 91 work threads remains in-scope, and no references remain to on-stack data
|
/linux-4.4.14/Documentation/ia64/ |
D | aliasing.txt | 10 Itanium supports several attributes for virtual memory references.
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 262 responsible for responding to this. If the subsystem has references to 275 not drop any references here, as they still must do it in drop_item().
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 372 and functions for getting references to one of the credentials that don't 378 which get references to the current process's user accounting structure and
|
D | keys.txt | 961 (*) Extra references can be made to a key by calling one of the following 967 Keys so references will need to be disposed of by calling key_put() when
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 86 # Useful QWORD "arrays" for simpler memory references
|
D | sha512-avx-asm.S | 89 # Useful QWORD "arrays" for simpler memory references
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | head.S | 488 add r1, r1, r0 @ This fixes up C references 510 str r1, [r11], #4 @ C references.
|
/linux-4.4.14/Documentation/nvdimm/ |
D | btt.txt | 34 Each arena follows the same layout for its metadata, and all references in an
|
/linux-4.4.14/Documentation/frv/ |
D | mmu-layout.txt | 131 see it directly. The kernel translates page references into real addresses for communicating to the
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | fman.txt | 309 Definition: An array of two phandles - the first references is
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace-design.txt | 291 and then all references to it will be patched out never to return. Instead,
|
D | ftrace.txt | 281 the ring buffer references a string (currently only trace_printk() 2114 references to all the mcount call sites in the .text section. 2117 references into a single table.
|
/linux-4.4.14/Documentation/serial/ |
D | driver | 408 Remove all references to a driver from the core driver. The low
|
/linux-4.4.14/tools/perf/ |
D | design.txt | 114 cache references and misses at different levels of the cache hierarchy).
|
/linux-4.4.14/scripts/ |
D | spelling.txt | 809 refernces||references
|
/linux-4.4.14/fs/befs/ |
D | ChangeLog | 179 their enclosing public structures. Switched all references to the
|
/linux-4.4.14/Documentation/usb/ |
D | proc_usb_info.txt | 37 still see references to the older "usbdevfs" name.
|
/linux-4.4.14/Documentation/scsi/ |
D | ChangeLog.lpfc | 175 * Cleaned up references to list_head->next field in the driver. 965 * Removed all references to lpfc_scsi_req_tmo 966 * Removed last references to lun_skip config parameter. 1370 * Replace references to lpfcDRVR.pHba[] with lpfc_get_phba_by_inst() 1610 * Remove references to "elx_clock.h"
|
D | scsi_fc_transport.txt | 414 datastructures and references. If the LLDD completes successfully,
|
D | ChangeLog.1992-1997 | 49 Throughout Use HZ constant for time references. 51 * eata_pio.c: Use HZ constant for time references.
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | perf_event.c | 1608 EVENT_ATTR(cache-references, CACHE_REFERENCES );
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 398 to the target file are prefixed with $(obj), references 712 $(obj)/gen-devlist is updated. Note that references to
|
/linux-4.4.14/net/sched/ |
D | Kconfig | 181 references about the algorithm).
|
/linux-4.4.14/Documentation/networking/dsa/ |
D | dsa.txt | 222 "dsa_ptr", this structure references a dsa_platform_data structure as well as
|
/linux-4.4.14/arch/blackfin/ |
D | Kconfig | 399 memory region is used to capture NULL pointer references as well
|
/linux-4.4.14/arch/x86/ |
D | Kconfig | 1665 memory references. It is designed to detect buffer 1671 against bad memory references.
|
/linux-4.4.14/Documentation/block/ |
D | biodoc.txt | 28 people. See sections 8 and 9 for a list of some related references.
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 288 references from one section to another section.
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | aic79xx.seq | 2174 * turns out that the status handler doesn't need a references
|
/linux-4.4.14/init/ |
D | Kconfig | 915 it has references to the node the task is running on.
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 14 reference section below & any other worthwhile references you get.
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 803 For example, in this manual, we have made references to several web
|