Home
last modified time | relevance | path

Searched full:removal (Results 1 – 25 of 1110) sorted by relevance

12345678910>>...45

/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dtest_opkg.py31 # This test sequence tests the install and removal of a running
46 # the removal of the service scripting and files
50 # Verify after package removal that the services is not
58 # should no longer be present after package removal
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drk_list.h491 * list_for_each_safe - iterate over a list safe against removal of list entry
501 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
585 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
598 * list_for_each_entry_safe_continue - continue list iteration safe against removal
605 * safe against removal of list entry.
614 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
621 * removal of list entry.
629 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
635 * Iterate backwards over list of given type, safe against removal
679 * Not that not all removal functions will leave a node in unhashed
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py335 for removal in removals:
336 translated = removal.translate(numeric_removal)
339 revmap_remove[translated].append(removal)
353 removal = revmap_remove[translated][0]
355 commondir2 = removal.split("/")
375 filechanges.append(FileChange(removal, FileChange.changetype_move, addition))
378 if removal in removals:
379 removals.remove(removal)
385 for removal in removals:
386 filechanges.append(FileChange(removal, FileChange.changetype_remove))
[all …]
/OK3568_Linux_fs/kernel/drivers/pps/
H A Dkc.c72 /* pps_kc_remove - unbind kernel consumer on PPS source removal
75 * This function is used to disable kernel consumer on PPS source removal
87 " on device removal\n"); in pps_kc_remove()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-bcm-kona.c86 * insert-removal. in sdhci_bcm_kona_sd_reset()
111 * insert-removal. in sdhci_bcm_kona_sd_init()
118 * Software emulation of the SD card insertion/removal. Set insert=1 for insert
119 * and insert=0 for removal. The card detection is done by GPIO. For Broadcom
133 * insert-removal. in sdhci_bcm_kona_sd_card_emulate()
/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dlist.h420 * list_for_each_safe - iterate over a list safe against removal of list entry
430 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
514 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
527 * list_for_each_entry_safe_continue - continue list iteration safe against removal
534 * safe against removal of list entry.
543 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
550 * removal of list entry.
558 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
564 * Iterate backwards over list of given type, safe against removal
739 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
/OK3568_Linux_fs/kernel/include/linux/
H A Dplist.h21 * Addition is O(K), removal is O(1), change of priority of a node is
59 * Removal means remove it from the node_list and remove it from
61 * of removal from the prio_list it must be checked whether other
168 * Iterate over a plist of given type, safe against removal of list entry.
201 * Iterate over list of given type, safe against removal of list entry.
H A Dlist.h592 * list_for_each_safe - iterate over a list safe against removal of list entry
602 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
708 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
721 * list_for_each_entry_safe_continue - continue list iteration safe against removal
728 * safe against removal of list entry.
737 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
744 * removal of list entry.
752 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
758 * Iterate backwards over list of given type, safe against removal
802 * Not that not all removal functions will leave a node in unhashed
[all …]
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dlist.h445 * list_for_each_safe - iterate over a list safe against removal of list entry
455 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
539 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
552 * list_for_each_entry_safe_continue - continue list iteration safe against removal
559 * safe against removal of list entry.
568 * list_for_each_entry_safe_from - iterate over list from current point safe against removal
575 * removal of list entry.
583 * list_for_each_entry_safe_reverse - iterate backwards over list safe against removal
589 * Iterate backwards over list of given type, safe against removal
759 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A DKconfig30 bool "Enable removal of RAM from kernel mappings for tracing"
33 Enabling this option allows for the removal of memory (RAM)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Dlist.h396 * list_for_each_safe - iterate over a list safe against removal of list entry
406 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
428 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
503 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
523 * safe against removal of list entry.
539 * removal of list entry.
553 * Iterate backwards over list of given type, safe against removal
/OK3568_Linux_fs/kernel/Documentation/pcmcia/
H A Ddriver-changes.rst81 * Unify detach and REMOVAL event code, as well as attach and INSERTION
139 * device list iteration upon module removal (as of 2.6.10)
141 client list and call the ->detach() function upon module removal.
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DwhatisRCU.rst67 The basic idea behind RCU is to split updates into "removal" and
68 "reclamation" phases. The removal phase removes references to data items
71 The reason that it is safe to run the removal phase concurrently with
76 removal phase. Because reclaiming data items can disrupt any readers
80 Splitting the update into removal and reclamation phases permits the
81 updater to perform the removal phase immediately, and to defer the
82 reclamation phase until all readers active during the removal phase have
85 during the removal phase need be considered, because any reader starting
86 after the removal phase will be unable to gain a reference to the removed
110 pointers are atomic on modern CPUs, allowing atomic insertion, removal,
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsymbol-summary.h40 /* Basic implementation of removal operation. */
82 /* Internal summary removal hook pointer. */
189 /* Symbol removal hook that is registered to symbol table. */ in class()
398 /* Symbol removal hook that is registered to symbol table. */
545 /* Basic implementation of removal operation. */
576 /* Internal summary removal hook pointer. */
678 /* Symbol removal hook that is registered to symbol table. */
857 /* Symbol removal hook that is registered to symbol table. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsymbol-summary.h40 /* Basic implementation of removal operation. */
82 /* Internal summary removal hook pointer. */
189 /* Symbol removal hook that is registered to symbol table. */ in class()
398 /* Symbol removal hook that is registered to symbol table. */
545 /* Basic implementation of removal operation. */
576 /* Internal summary removal hook pointer. */
678 /* Symbol removal hook that is registered to symbol table. */
857 /* Symbol removal hook that is registered to symbol table. */
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dpsmouse-smbus.c144 * This schedules removal of SMBus companion device. We have to do
148 * Note that this may be racing with i2c adapter removal, but we
178 "posting removal request for SMBus companion %s\n", in psmouse_smbus_disconnect()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dlist.h383 * list_for_each_safe - iterate over a list safe against removal of list entry
393 * list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
477 * list_for_each_entry_safe - iterate over list of given type safe against removal of list entry
497 * safe against removal of list entry.
513 * removal of list entry.
527 * Iterate backwards over list of given type, safe against removal
672 * hlist_for_each_entry_safe - iterate over list of given type safe against removal of list entry
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dcpu_hotplug.rst18 insertion and removal require support for CPU hotplug.
185 During the removal of a hotplug state the teardown callback will be invoked.
209 On removal of the instance: ::
218 removal of a state because usually the operation needs to performed once a CPU
220 each registration and removal function is also available with a ``_nocalls``
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Drobust-futex-ABI.rst69 the address of the 'lock entry', during list insertion and removal,
137 protocol on 'lock entry' insertion and removal:
148 On removal:
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dqos-test.c73 * Test that a freq_qos_request can be added again after removal
76 * QoS requests after removal")
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dpciehp_pci.c77 * true for safe removal via sysfs or an Attention Button press,
78 * false for surprise removal
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DReadme.txt20 c. Send SetControlLineState message during driver/device removal
38 or device removal is in progress.
/OK3568_Linux_fs/u-boot/include/dm/
H A Droot.h120 * specific removal flags set to selectively
125 * @flags: Flags for selective device removal
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,msm8916-wcd-analog.txt16 "mbhc_ins_rem_det1" - jack insert removal detect interrupt 1.
19 "mbhc_ins_rem_det" - jack insert removal detect interrupt.
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Ddir.c812 * been activated is not visible to userland and its removal won't in kernfs_add_one()
1262 * removal. This is useful to construct atomic init sequences where
1296 * Short-circuit if non-root @kn has already finished removal. in __kernfs_remove()
1298 * after removal. in __kernfs_remove()
1434 * to modify the usual removal path to use kernfs_remove_self(). The
1436 * before proceeding with the usual removal path. kernfs will ignore later
1440 * same kernfs_node. Only the first one actually performs removal and
1442 * won self-removal finishes and return %false. Note that the losers wait
1457 * the first one will actually perform removal. When the removal in kernfs_remove_self()

12345678910>>...45