| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
| D | wl18xx.h | 40 /* 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 */
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
| D | wl18xx.h | 40 /* 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 */
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| D | uverbs.h | 81 * 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.
|
| /kernel/linux/linux-6.6/drivers/infiniband/core/ |
| D | uverbs.h | 81 * 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.
|
| /kernel/linux/linux-6.6/include/misc/ |
| D | cxl.h | 34 * before it's released. ie. 42 * Once released, a context can't be started again. 46 * context. This context will be released by PCI hot unplug, so doesn't need to 47 * be released explicitly by drivers. 50 * These must be released using cxl_context_detach(). 56 * These IRQs can be unmapped (cxl_unmap_afu_irq()) and finally released 70 * doesn't need to be released as this will be done by the PCI subsystem on hot 172 * and released when the fd is released. Hence the driver won't need to manage
|
| /kernel/linux/linux-5.10/include/misc/ |
| D | cxl.h | 34 * before it's released. ie. 42 * Once released, a context can't be started again. 46 * context. This context will be released by PCI hot unplug, so doesn't need to 47 * be released explicitly by drivers. 50 * These must be released using cxl_context_detach(). 56 * These IRQs can be unmapped (cxl_unmap_afu_irq()) and finally released 70 * doesn't need to be released as this will be done by the PCI subsystem on hot 172 * and released when the fd is released. Hence the driver won't need to manage
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/nxp/lpc/ |
| D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
| D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
| /kernel/linux/linux-6.6/include/dt-bindings/clock/ |
| D | lpc18xx-cgu.h | 4 * 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
|
| D | lpc32xx-clock.h | 4 * 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
|
| D | lpc18xx-ccu.h | 4 * 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
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
| D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL 9 * Released under the terms of 3-clause BSD License 10 * Released under the terms of GNU General Public License Version 2.0
|
| /kernel/linux/linux-5.10/include/dt-bindings/clock/ |
| D | lpc18xx-cgu.h | 4 * 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
|
| D | lpc32xx-clock.h | 4 * 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
|
| D | lpc18xx-ccu.h | 4 * 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
|
| /kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
| D | coresight-trace-id.h | 17 * released when done. 21 * be maintained, and released IDs not cleared until the perf session is 55 * @pend_rel_ids: CPU IDs that have been released by the trace source but not 143 * associated with a CPU cannot change or be released during a perf session. 152 * release, will be released.
|
| /kernel/linux/linux-6.6/fs/jbd2/ |
| D | checkpoint.c | 253 * If the transaction was released or the checkpoint in jbd2_log_do_checkpoint() 352 * and try to release them. If the whole transaction is released, set 353 * the 'released' parameter. Return the number of released checkpointed 360 bool *released) in journal_shrink_one_cp_list() argument 367 *released = false; in journal_shrink_one_cp_list() 389 *released = true; in journal_shrink_one_cp_list() 404 * and try to release them. Return the number of released checkpointed 413 bool __maybe_unused released; in jbd2_journal_shrink_checkpoint_list() local 451 SHRINK_BUSY_SKIP, &released); in jbd2_journal_shrink_checkpoint_list() 492 bool released; in __jbd2_journal_clean_checkpoint_list() local [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | intel_wakeref.h | 75 * will be released and the acquisition unwound, and an error reported. 132 * the runtime pm wakeref will be released after the @fn callback is called 138 * Returns: 0 if the wakeref was released successfully, or a negative error 177 * Locks the wakeref to prevent it being acquired or released. New users 179 * cannot be acquired or released. 267 * is released before triggering runtime suspend of the device. That
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | zsmalloc.h | 7 * 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
|
| D | ww_mutex.h | 117 * An acquire context must be released with ww_acquire_fini by the same task 172 * mutexes have been released with ww_mutex_unlock. 214 * The mutex must later on be released by the same task that 221 * A mutex acquired with this function must be released with ww_mutex_unlock. 246 * The mutex must later on be released by the same task that 253 * A mutex acquired with this function must be released with ww_mutex_unlock. 266 * The caller must have released all w/w mutexes already acquired with the 302 * The caller must have released all w/w mutexes already acquired with the
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | zsmalloc.h | 7 * 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
|
| D | ww_mutex.h | 128 * An acquire context must be released with ww_acquire_fini by the same task 183 * mutexes have been released with ww_mutex_unlock. 225 * The mutex must later on be released by the same task that 232 * A mutex acquired with this function must be released with ww_mutex_unlock. 257 * The mutex must later on be released by the same task that 264 * A mutex acquired with this function must be released with ww_mutex_unlock. 277 * The caller must have released all w/w mutexes already acquired with the 313 * The caller must have released all w/w mutexes already acquired with the
|
| /kernel/linux/linux-5.10/security/apparmor/ |
| D | policy_ns.c | 103 /* released by aa_free_ns() */ in alloc_ns() 160 * refcount released by caller 181 * refcount released by caller 229 * refcount released by caller 290 /* released by caller */ in __aa_find_or_create_ns() 314 /* released by caller */ in aa_prepare_ns() 391 /* released by aa_free_root_ns - used as list ref*/ in aa_alloc_root_ns()
|
| /kernel/linux/linux-5.10/fs/jbd2/ |
| D | checkpoint.c | 294 /* The transaction was released; we're done */ in jbd2_log_do_checkpoint() 458 * and try to release them. If the whole transaction is released, set 459 * the 'released' parameter. Return the number of released checkpointed 466 bool *released) in journal_shrink_one_cp_list() argument 488 *released = true; in journal_shrink_one_cp_list() 503 * and try to release them. Return the number of released checkpointed 512 bool released; in jbd2_journal_shrink_checkpoint_list() local 545 released = false; in jbd2_journal_shrink_checkpoint_list() 548 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list() 553 if (released) in jbd2_journal_shrink_checkpoint_list() [all …]
|