Home
last modified time | relevance | path

Searched full:existing (Results 1 – 25 of 3616) sorted by relevance

12345678910>>...145

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-ref.c632 /* remove existing tail if its ref_mod is zero */ in insert_delayed_ref()
647 * existing and update must have the same bytenr
650 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument
656 u64 flags = btrfs_ref_head_to_space_flags(existing); in update_existing_head_ref()
659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref()
661 spin_lock(&existing->lock); in update_existing_head_ref()
666 * with an existing head ref without in update_existing_head_ref()
670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref()
676 existing->num_bytes = update->num_bytes; in update_existing_head_ref()
681 if (!existing->extent_op) { in update_existing_head_ref()
[all …]
H A Dextent_map.c393 * existing mappings. The extent_map struct passed in will be inserted
535 * Helper for btrfs_get_extent. Given an existing extent in the tree,
536 * the existing extent is the nearest extent to map_start,
541 struct extent_map *existing, in merge_extent_mapping() argument
553 if (existing->start > map_start) { in merge_extent_mapping()
554 next = existing; in merge_extent_mapping()
557 prev = existing; in merge_extent_mapping()
589 * a) Returning the existing extent in @em_in if @start is within the
590 * existing em.
591 * b) Merge the existing extent with @em_in passed in.
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/libacpi/files/
H A D0001-libacpi-Fix-build-witth-fno-commom.patch23 + * Array for existing batteries, loop until
28 + * Array for existing thermal zones, loop until
33 + * Array for existing fans, loop until
46 * Array for existing batteries, loop until
52 * Array for existing thermal zones, loop until
58 * Array for existing fans, loop until
64 * Finds existing batteries and fills the
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dpr.rst64 is non-null. If no existing reservation exists old_key must be zero,
65 if an existing reservation should be replaced old_key must contain
68 If the new_key argument is 0 it unregisters the existing reservation passed
76 devices based on the type argument. The key argument must be the existing
91 This ioctl command releases the existing reservation referred to by
106 registered with the device and drops any existing reservation.
115 Ignore the existing reservation key. This is commonly supported for
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_set_rbtree.c230 * a1. _ _ __>| ?_ _ __| (insert end before existing end) in __nft_rbtree_insert()
231 * a2. _ _ ___| ?_ _ _>| (insert end after existing end) in __nft_rbtree_insert()
232 * a3. _ _ ___? >|_ _ __| (insert start before existing end) in __nft_rbtree_insert()
239 * b1. _ _ __>| !_ _ __| (insert end before existing start) in __nft_rbtree_insert()
240 * b2. _ _ ___| !_ _ _>| (insert end after existing start) in __nft_rbtree_insert()
241 * b3. _ _ ___! >|_ _ __| (insert start after existing end, as a leaf) in __nft_rbtree_insert()
243 * b4. >|_ _ ! (insert start before existing start) in __nft_rbtree_insert()
248 * - otherwise, if an existing end is found immediately to the left. If in __nft_rbtree_insert()
249 * there are existing nodes in between, we need to further descend the in __nft_rbtree_insert()
253 * more existing intervals entirely, from the right. in __nft_rbtree_insert()
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh124 check_fail $? "Did not get an error for non-existing trap"
126 log_test "Non-existing trap"
141 check_fail $? "Did not get an error for non-existing trap action"
143 log_test "Non-existing trap action"
234 check_fail $? "Did not get an error for non-existing trap group"
236 log_test "Non-existing trap group"
274 check_fail $? "Did not get an error for setting a non-existing policer"
276 check_fail $? "Did not get an error for getting a non-existing policer"
343 check_fail $? "Did not get an error for binding a non-existing policer"
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_if.c89 struct sock *existing; in llc_establish_connection() local
95 existing = llc_lookup_established(llc->sap, &daddr, &laddr); in llc_establish_connection()
96 if (existing) { in llc_establish_connection()
97 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection()
98 sk = existing; in llc_establish_connection()
101 sock_put(existing); in llc_establish_connection()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrmonitor.c520 RRMonitorPtr existing = pScrPriv->monitors[m]; in RRMonitorAdd() local
523 /* If 'name' matches an existing Monitor on the screen, the in RRMonitorAdd()
524 * existing one will be deleted as if RRDeleteMonitor were called. in RRMonitorAdd()
526 if (existing->name == monitor->name) { in RRMonitorAdd()
527 (void) RRMonitorDelete(client, screen, existing->name); in RRMonitorAdd()
532 * pre-existing Monitors. If removing the output causes the list in RRMonitorAdd()
537 for (eo = 0; eo < existing->numOutputs; eo++) { in RRMonitorAdd()
539 if (monitor->outputs[o] == existing->outputs[eo]) { in RRMonitorAdd()
540 memmove(existing->outputs + eo, existing->outputs + eo + 1, in RRMonitorAdd()
541 (existing->numOutputs - (eo + 1)) * sizeof (RROutput)); in RRMonitorAdd()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/
H A Darm-none-linux-gnueabihf-ar.1263 synonym for \fBr\fR \- replacing already existing files in the
269 previously existing members are deleted if their names match those being
273 displays an error message, and leaves undisturbed any existing members
278 placement relative to some existing member.
326 Add new files \fIafter\fR an existing member of the
327 archive. If you use the modifier \fBa\fR, the name of an existing archive
332 Add new files \fIbefore\fR an existing member of the
333 archive. If you use the modifier \fBb\fR, the name of an existing archive
363 Insert new files \fIbefore\fR an existing member of the
364 archive. If you use the modifier \fBi\fR, the name of an existing archive
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/
H A Daarch64-none-linux-gnu-ar.1263 synonym for \fBr\fR \- replacing already existing files in the
269 previously existing members are deleted if their names match those being
273 displays an error message, and leaves undisturbed any existing members
278 placement relative to some existing member.
326 Add new files \fIafter\fR an existing member of the
327 archive. If you use the modifier \fBa\fR, the name of an existing archive
332 Add new files \fIbefore\fR an existing member of the
333 archive. If you use the modifier \fBb\fR, the name of an existing archive
363 Insert new files \fIbefore\fR an existing member of the
364 archive. If you use the modifier \fBi\fR, the name of an existing archive
[all …]
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Ddevtool-reference.rst44 modify Modify the source for an existing recipe
45 upgrade Upgrade an existing recipe
48 latest-version Report the latest version of an existing recipe
66 extract Extract the source for an existing recipe
67 sync Synchronize the source tree for an existing recipe
182 to add the recipe, append files, and source files into the existing
223 .. _devtool-extracting-the-source-for-an-existing-recipe:
225 Extracting the Source for an Existing Recipe
229 existing recipe. When you use this command, you must supply the root
243 source tree for an existing recipe. When you use this command, you must
[all …]
/OK3568_Linux_fs/kernel/Documentation/driver-api/mei/
H A Dmei-client-bus.rst13 However, for some of the ME functionalities it makes sense to leverage existing software
14 stack and expose them through existing kernel subsystems.
19 Existing device drivers can even potentially be re-used by adding an MEI CL bus layer to
20 the existing code.
26 A driver implementation for an MEI Client is very similar to any other existing bus
/OK3568_Linux_fs/kernel/Documentation/arm/
H A Dbooting.rst30 Existing boot loaders:
46 Existing boot loaders:
66 Existing boot loaders:
80 necessary, but assures that it will not match any existing types.
85 Existing boot loaders:
147 Existing boot loaders:
164 Existing boot loaders:
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/English.lproj/
H A DLocalizable.strings38existing ~/.xinitrc file.\n\nWindows displayed by X11 applications may not have titlebars, or may …
/OK3568_Linux_fs/u-boot/common/eeprom/
H A Deeprom_layout.c35 * @layout: A pointer to an existing struct layout.
49 * @layout: A pointer to an existing struct layout.
62 * @layout: A pointer to an existing struct layout.
100 * @layout: A pointer to an existing struct layout.
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dweston.py47 wl_processes = self.get_processes_of('weston-desktop-shell', 'existing and new')
65 existing_wl_processes = self.get_processes_of('weston-desktop-shell', 'existing')
66 existing_weston_processes = self.get_processes_of('weston', 'existing')
71 existing_and_new_weston_processes = self.get_processes_of('weston', 'existing and new')
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/algorithm/
H A Dgenerate_clip_ids_impl.hpp44 auto& existing = its.first->second; in update() local
45 if (existing == leaf) { in update()
46 leaf.clip = existing.clip; in update()
51 // We haven't found an existing clip ID in update()
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dbranch.json5 "BriefDescription": "L1 Branch Prediction Overrides Existing Prediction (speculative)."
10 "BriefDescription": "L2 Branch Prediction Overrides Existing Prediction (speculative)."
21 "BriefDescription": "Decoder Overrides Existing Branch Prediction (speculative)."
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dpatch-policy.txt8 While integrating a new package or updating an existing one, it may be
49 no longer the case. Existing packages will be fixed as time passes. 'Do
69 . Cleanup the build directory, removing any existing +*.rej+ files;
114 If you update an existing patch (e.g. when bumping the package version),
115 make sure the existing From header and Signed-off-by tags are not
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyCommonDef.h67 /* This structure is used in rom and existing fields should not be changed */
80 /* This structure is used in rom and existing fields should not be changed */
105 /* This structure is used in rom and existing fields should not be changed */
113 /* This structure is used in rom and existing fields should not be changed */
136 /* This structure is used in rom and existing fields should not be changed */
/OK3568_Linux_fs/external/xserver/os/
H A Dxdmauth.c247 XdmClientAuthPtr client, existing; in XdmAuthorizationValidate() local
308 for (existing = xdmClients; existing; existing = existing->next) { in XdmAuthorizationValidate()
309 if (XdmClientAuthCompare(existing, client)) { in XdmAuthorizationValidate()
312 *reason = "XDM authorization key matches an existing client!"; in XdmAuthorizationValidate()
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Ddb-export.txt22 1. Because of the nature of SQL, existing tables and columns can continue to be
26 2. New tables and columns can be added, without affecting existing SQL queries,
33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A Dserial-howto.txt25 implementations can share most of the existing code
26 - If you convert all existing users of the driver, remove the pre-driver-model
32 - convert at least one existing board to use driver model serial
H A Di2c-howto.txt37 implementations can share most of the existing code
38 - If you convert all existing users of the driver, remove the pre-driver-model
44 - convert at least one existing board to use driver model serial
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddef.h207 ODM_BOARD_EXT_PA = BIT(3), /* 1 = existing 2G ext-PA */
208 ODM_BOARD_EXT_LNA = BIT(4), /* 1 = existing 2G ext-LNA */
209 ODM_BOARD_EXT_TRSW = BIT(5), /* 1 = existing ext-TRSW */
210 ODM_BOARD_EXT_PA_5G = BIT(6), /* 1 = existing 5G ext-PA */
211 ODM_BOARD_EXT_LNA_5G = BIT(7), /* 1 = existing 5G ext-LNA */

12345678910>>...145