Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 192) sorted by relevance

12345678

/linux-2.6.39/fs/btrfs/
Ddelayed-ref.c332 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/
Dllc_if.c85 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/
DTODO4 - existing API is (/dev/tarang) should be replaced
8 Use existing TC Qos?
/linux-2.6.39/drivers/staging/tidspbridge/
DTODO1 * 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/
DTODO1 - Merge this code with the existing MSM framebuffer
/linux-2.6.39/Documentation/acpi/
Dmethod-customizing.txt10 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/
Dperf-record.txt55 Record events on existing process ID.
59 Record events on existing thread ID.
73 Overwrite existing data file. (deprecated)
Dperf-top.txt75 Profile events on existing Process ID.
79 Profile events on existing thread ID.
Dperf-stat.txt38 stat events on existing process id
42 stat events on existing thread id
/linux-2.6.39/fs/ocfs2/
Dstack_user.c787 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/
DKconfig9 use all existing applications that understands TTY's with an
/linux-2.6.39/Documentation/networking/
Dcxacru.txt9 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/
Dhrtimers.txt10 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/
Dviafb.txt227 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/
Dinotify.txt36 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
Dmandatory-locking.txt52 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
Dsysfs-tagging.txt11 To avoid that problem and allow existing applications in network
/linux-2.6.39/drivers/staging/wlags49_h25/
DTODO2 adding support for Hermes II and Hermes II.5 cards to the existing orinoco
/linux-2.6.39/drivers/staging/wlags49_h2/
DTODO2 adding support for Hermes II and Hermes II.5 cards to the existing orinoco
/linux-2.6.39/fs/ubifs/
DKconfig26 existing file systems.
/linux-2.6.39/Documentation/x86/
Dpat.txt114 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/
Defirtc.txt26 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/
Drbtree.txt140 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/
DPCIEBUS-HOWTO.txt35 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/
DKconfig8 This is a completely new driver. It's only part of the existing drm

12345678