/linux-2.6.39/fs/btrfs/ |
D | delayed-ref.c | 332 struct btrfs_delayed_ref_node *existing, in update_existing_ref() argument 335 if (update->action != existing->action) { in update_existing_ref() 342 existing->ref_mod--; in update_existing_ref() 343 if (existing->ref_mod == 0) { in update_existing_ref() 344 rb_erase(&existing->rb_node, in update_existing_ref() 346 existing->in_tree = 0; in update_existing_ref() 347 btrfs_put_delayed_ref(existing); in update_existing_ref() 352 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref() 353 existing->type == BTRFS_SHARED_BLOCK_REF_KEY); in update_existing_ref() 356 WARN_ON(existing->type == BTRFS_TREE_BLOCK_REF_KEY || in update_existing_ref() [all …]
|
/linux-2.6.39/net/llc/ |
D | llc_if.c | 85 struct sock *existing; in llc_establish_connection() local 91 existing = llc_lookup_established(llc->sap, &daddr, &laddr); in llc_establish_connection() 92 if (existing) { in llc_establish_connection() 93 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection() 94 sk = existing; in llc_establish_connection() 97 sock_put(existing); in llc_establish_connection()
|
/linux-2.6.39/drivers/staging/bcm/ |
D | TODO | 4 - existing API is (/dev/tarang) should be replaced 8 Use existing TC Qos?
|
/linux-2.6.39/drivers/staging/tidspbridge/ |
D | TODO | 1 * Migrate to (and if necessary, extend) existing upstream code such as 6 * Eliminate general services and libraries - use or extend existing kernel
|
/linux-2.6.39/drivers/staging/msm/ |
D | TODO | 1 - Merge this code with the existing MSM framebuffer
|
/linux-2.6.39/Documentation/acpi/ |
D | method-customizing.txt | 10 1. override an existing method which may not work correctly, 25 1. override an existing method 53 This is easier than overriding an existing method.
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-record.txt | 55 Record events on existing process ID. 59 Record events on existing thread ID. 73 Overwrite existing data file. (deprecated)
|
D | perf-top.txt | 75 Profile events on existing Process ID. 79 Profile events on existing thread ID.
|
D | perf-stat.txt | 38 stat events on existing process id 42 stat events on existing thread id
|
/linux-2.6.39/fs/ocfs2/ |
D | stack_user.c | 787 static int fs_protocol_compare(struct ocfs2_protocol_version *existing, in fs_protocol_compare() argument 790 if (existing->pv_major != request->pv_major) in fs_protocol_compare() 793 if (existing->pv_minor > request->pv_minor) in fs_protocol_compare() 796 if (existing->pv_minor < request->pv_minor) in fs_protocol_compare() 797 request->pv_minor = existing->pv_minor; in fs_protocol_compare()
|
/linux-2.6.39/net/irda/ircomm/ |
D | Kconfig | 9 use all existing applications that understands TTY's with an
|
/linux-2.6.39/Documentation/networking/ |
D | cxacru.txt | 9 existing devices working when an invalid configuration is supplied. 11 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
|
/linux-2.6.39/Documentation/timers/ |
D | hrtimers.txt | 10 features into the existing timer framework, and after testing various 72 special-purpose optimization of the existing timer wheel for the low 88 - simplification of existing, timing related kernel code 105 absolute timers based on a low-resolution CLOCK_REALTIME. The existing 117 existing timer wheel code, as it is mature and well suited. Sharing code
|
/linux-2.6.39/Documentation/fb/ |
D | viafb.txt | 227 runtime. One can add new devices, remove existing ones or switch 232 to the already existing ones, '-' removes the listed devices from the 233 existing ones and if no prefix is given it replaces all existing ones
|
/linux-2.6.39/Documentation/filesystems/ |
D | inotify.txt | 36 You can update an existing watch in the same manner, by passing in a new mask. 38 An existing watch is removed via 124 associated with a given watch. When an existing watch is found, 130 Call inotify_find_update_watch() to update the event mask for an existing watch. 136 An existing watch may be removed by calling either inotify_rm_watch() or 234 ordering is crucial to existing applications such as Beagle. Imagine
|
D | mandatory-locking.txt | 52 possible on existing user code. The scheme is based on marking individual files 53 as candidates for mandatory locking, and using the existing fcntl()/lockf() 72 to break existing user programs. 134 4. Calls to open() with O_TRUNC, or to creat(), on a existing file that has
|
D | sysfs-tagging.txt | 11 To avoid that problem and allow existing applications in network
|
/linux-2.6.39/drivers/staging/wlags49_h25/ |
D | TODO | 2 adding support for Hermes II and Hermes II.5 cards to the existing orinoco
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | TODO | 2 adding support for Hermes II and Hermes II.5 cards to the existing orinoco
|
/linux-2.6.39/fs/ubifs/ |
D | Kconfig | 26 existing file systems.
|
/linux-2.6.39/Documentation/x86/ |
D | pat.txt | 114 can be more restrictive, in case of any existing aliasing for that address. 115 For example: If there is an existing uncached mapping, a new ioremap_wc can
|
/linux-2.6.39/Documentation/ia64/ |
D | efirtc.txt | 26 Because we wanted to minimize the impact on existing user-level apps using 118 As of today, none of the existing user-level apps supports this feature.
|
/linux-2.6.39/Documentation/ |
D | rbtree.txt | 140 Removing or replacing existing data in an rbtree 143 To remove an existing node from a tree, call: 156 To replace an existing node in a tree with a new one with the same key, call:
|
/linux-2.6.39/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 35 In existing Linux kernels, the Linux Device Driver Model allows a 81 Model requires some minimal changes on existing service drivers that 82 imposes no impact on the functionality of existing service drivers.
|
/linux-2.6.39/drivers/gpu/drm/radeon/ |
D | Kconfig | 8 This is a completely new driver. It's only part of the existing drm
|