Home
last modified time | relevance | path

Searched full:released (Results 1 – 25 of 1307) sorted by relevance

12345678910>>...53

/linux/drivers/net/wireless/ti/wl18xx/
H A Dwl18xx.h40 /* Index of last released Tx desc in FW */
52 * released tx host desc
58 * indicated the first released idx.
102 /* Cumulative counter of released packets per AC */
108 /* Cumulative counter of released Voice memory blocks */
144 /* Cumulative counter of total released mem blocks since FW-reset */
159 /* Cumulative counter of released packets per AC */
168 /* Cumulative counter of released Voice memory blocks */
204 /* Cumulative counter of total released mem blocks since FW-reset */
/linux/drivers/infiniband/core/
H A Duverbs.h81 * released in ib_uverbs_remove_one(). Another reference is taken by
83 * and released in ib_uverbs_release_file() when the file is released.
86 * released when the file is closed. Another reference is taken when
87 * an asynchronous event queue file is created and released when the
92 * One reference is held by the VFS and released when the file is closed.
94 * main context file and released when that file is closed. For completion
96 * and released when the CQ is destroyed.
/linux/fs/jbd2/
H A Dcheckpoint.c253 * If the transaction was released or the checkpoint in jbd2_log_do_checkpoint()
362 * and try to release them. If the whole transaction is released, set
363 * the 'released' parameter. Return the number of released checkpointed
370 bool *released) in journal_shrink_one_cp_list() argument
377 *released = false; in journal_shrink_one_cp_list()
399 *released = true; in journal_shrink_one_cp_list()
414 * and try to release them. Return the number of released checkpointed
423 bool __maybe_unused released; in jbd2_journal_shrink_checkpoint_list() local
461 JBD2_SHRINK_BUSY_SKIP, &released); in jbd2_journal_shrink_checkpoint_list()
505 bool released; in __jbd2_journal_clean_checkpoint_list() local
[all …]
/linux/drivers/net/ovpn/
H A Dsocket.c41 * Return: true if the socket was released, false otherwise
50 * @peer: peer whose socket should be released
69 bool released; in ovpn_socket_release() local
86 released = ovpn_socket_put(peer, sock); in ovpn_socket_release()
92 /* following cleanup should happen with lock released */ in ovpn_socket_release()
93 if (released) { in ovpn_socket_release()
/linux/include/dt-bindings/clock/
H A Dlpc18xx-cgu.h4 * This code is released using a dual license strategy: BSD/GPL
7 * Released under the terms of 3-clause BSD License
8 * Released under the terms of GNU General Public License Version 2.0
H A Dlpc32xx-clock.h4 * This code is released using a dual license strategy: BSD/GPL
7 * Released under the terms of 3-clause BSD License
8 * Released under the terms of GNU General Public License Version 2.0
H A Dlpc18xx-ccu.h4 * This code is released using a dual license strategy: BSD/GPL
7 * Released under the terms of 3-clause BSD License
8 * Released under the terms of GNU General Public License Version 2.0
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_smp.h43 * released clients, since at that point old pipes are no longer
56 /* released pipes (hw updated at _complete_commit()): */
57 unsigned long released; member
/linux/drivers/net/wireless/ti/wl12xx/
H A Dwl12xx.h100 /* Cumulative counter of released packets per AC */
106 /* Cumulative counter of released Voice memory blocks */
138 /* Cumulative counter of total released mem blocks since FW-reset */
/linux/drivers/hid/bpf/progs/
H A DXPPen__Artist24.bpf.c112 * whenever the second button gets pressed or released, an
118 * when the second button is pressed/released:
126 * // Second button is released
136 * the second button is pressed/released: an out of range
147 * // Second button is released
/linux/drivers/block/zram/
H A Dzram_drv.h7 * This code is released using a dual license strategy: BSD/GPL
10 * Released under the terms of 3-clause BSD License
11 * Released under the terms of GNU General Public License Version 2.0
/linux/net/core/
H A Dgen_stats.c256 * Returns 0 on success or -1 with the statistic lock released
283 * Returns 0 on success or -1 with the statistic lock released
304 * Returns 0 on success or -1 with the statistic lock released
383 * Returns 0 on success or -1 with the statistic lock released
422 * Returns 0 on success or -1 with the statistic lock released
458 * Returns 0 on success or -1 with the statistic lock released
/linux/kernel/bpf/
H A Dcrypto.c49 * memory is released back to the BPF allocator, which provides
132 * Allocates a crypto context that can be used, acquired, and released by
252 * @ctx: The crypto context being released.
255 * reference of the BPF crypto context has been released, its memory
256 * will be released.
H A Dmmap_unlock_work.h56 /* The lock will be released once we're out of interrupt in bpf_mmap_unlock_mm()
57 * context. Tell lockdep that we've released it now so in bpf_mmap_unlock_mm()
/linux/security/apparmor/
H A Dpolicy_ns.c121 /* released by aa_free_ns() */ in alloc_ns()
203 * refcount released by caller
266 /* released by caller */ in __aa_find_or_create_ns()
290 /* released by caller */ in aa_prepare_ns()
369 /* released by aa_free_root_ns - used as list ref*/ in aa_alloc_root_ns()
H A Dpolicy.c224 /* released by free_profile */ in __remove_profile()
231 /* released by free_profile */ in __remove_profile()
405 /* refcount released by caller */ in aa_alloc_profile()
498 /* refcount released by caller */ in aa_find_child()
651 /* refcount released by caller */ in aa_lookupn_profile()
706 /* released on free_profile */ in aa_alloc_null()
727 * hold a count on them so that they are automatically released when
784 /* refcount released by caller */ in aa_new_learning_profile()
1175 /* released below */ in aa_replace_profiles()
1257 /* released when @new is freed */ in aa_replace_profiles()
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dcpumask_failure.c43 /* cpumask is never released. */ in BPF_PROG()
55 /* cpumask is released twice. */ in BPF_PROG()
105 /* cpumask is never released. */ in BPF_PROG()
/linux/include/linux/
H A Di2c-of-prober.h38 * state and released before returning if this fails.
47 * resources that would have been released in this callback should be released in
/linux/drivers/accessibility/speakup/
H A Dfakekey.c16 #define RELEASED 0 macro
70 input_report_key(virt_keyboard, KEY_DOWN, RELEASED); in speakup_fake_down_arrow()
/linux/Documentation/driver-api/
H A Dconsole.rst21 released by the console, the system driver will take over.
128 2. All resources allocated during con->con_init() must be released in
131 3. All resources allocated in con->con_startup() must be released when the
H A Dio-mapping.rst65 The mappings are released with::
83 The mappings are released with::
/linux/Documentation/RCU/
H A DUP.rst66 the call_rcu() is delayed until after the lock is released. However,
72 released.
75 so that delaying the call_rcu() until the lock is released
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-zynqmp-fpga43 BIT(13) 0: Signal not released
44 1: Signal released
/linux/net/sched/
H A Dsch_plug.c74 * epoch. These will be released when we receive a
82 * be released (committed checkpoint).
179 * packets to be released set. in plug_change()
/linux/drivers/usb/gadget/
H A Depautoconf.c179 * @ep: endpoint which should be released
184 * which was released is no longer valid and shouldn't be used in
185 * context of function which released it.

12345678910>>...53