/Linux-v5.15/arch/arm/mach-omap2/ |
D | omap-smp.c | 311 u32 released; in omap4_smp_maybe_reset_cpu1() local 314 released = omap_read_auxcoreboot0() & AUX_CORE_BOOT0_HS_RELEASE; in omap4_smp_maybe_reset_cpu1() 316 released = readl_relaxed(cfg.wakeupgen_base + in omap4_smp_maybe_reset_cpu1() 319 if (released) { in omap4_smp_maybe_reset_cpu1()
|
/Linux-v5.15/fs/jbd2/ |
D | checkpoint.c | 463 bool *released) in journal_shrink_one_cp_list() argument 485 *released = true; in journal_shrink_one_cp_list() 509 bool released; in jbd2_journal_shrink_checkpoint_list() local 542 released = false; in jbd2_journal_shrink_checkpoint_list() 545 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list() 550 if (released) in jbd2_journal_shrink_checkpoint_list() 554 nr_to_scan, &released); in jbd2_journal_shrink_checkpoint_list()
|
/Linux-v5.15/fs/btrfs/ |
D | delalloc-space.c | 210 u64 released = 0; in btrfs_inode_rsv_release() local 218 released = btrfs_block_rsv_release(fs_info, block_rsv, 0, in btrfs_inode_rsv_release() 220 if (released > 0) in btrfs_inode_rsv_release() 222 btrfs_ino(inode), released, 0); in btrfs_inode_rsv_release()
|
/Linux-v5.15/drivers/ntb/ |
D | core.c | 112 init_completion(&ntb->released); in ntb_register_device() 130 wait_for_completion(&ntb->released); in ntb_unregister_device() 292 complete(&ntb->released); in ntb_dev_release()
|
/Linux-v5.15/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_smp.c | 212 state->released |= (1 << pipe); in mdp5_smp_release() 318 for_each_set_bit(pipe, &state->released, sizeof(state->released) * 8) { in mdp5_smp_complete_commit() 325 state->released = 0; in mdp5_smp_complete_commit()
|
D | mdp5_smp.h | 57 unsigned long released; member
|
/Linux-v5.15/Documentation/driver-api/driver-model/ |
D | devres.rst | 52 a release function. A devres can be released in several ways. No 53 matter what, all devres entries are released on driver detach. On 62 automatically released on driver detach. Implementation looks like 149 released, all contained normal devres entries and properly nested 150 groups are released. One usage is to rollback series of acquired 208 when it is released or destroyed (removed and freed) - no reference
|
/Linux-v5.15/drivers/net/ethernet/neterion/ |
D | Kconfig | 25 These were originally released from S2IO, which renamed itself 40 I/O Virtualized Server Adapter. These were originally released from
|
/Linux-v5.15/Documentation/filesystems/ |
D | ext3.rst | 7 Ext3 was originally released in September 1999. Written by Stephen Tweedie
|
/Linux-v5.15/drivers/gpu/drm/tidss/ |
D | Kconfig | 11 SoCs released with DSS. Each with somewhat different version
|
/Linux-v5.15/Documentation/networking/ |
D | gen_stats.rst | 83 Locks are taken before writing and released once all statistics have 84 been written. Locks are always released in case of an error. You
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | lpc4350.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
D | lpc4357.dtsi | 6 * This code is released using a dual license strategy: BSD/GPL
|
/Linux-v5.15/Documentation/arm/sa1100/ |
D | lart.rst | 14 The hardware designs for this board have been released under an open license;
|
/Linux-v5.15/Documentation/driver-api/ |
D | io-mapping.rst | 65 The mappings are released with:: 83 The mappings are released with::
|
D | console.rst | 21 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
|
/Linux-v5.15/arch/m68k/fpsp040/ |
D | setox.S | 543 | ...fp3 released 547 | ...fp2 released 716 | ...fp3 released 720 | ...fp1 released 723 | ...fp2 released 739 faddx %fp1,%fp0 | ...p+(t+OnebySc), fp1 released 840 | ...fp2 released 845 | ...fp1 released
|
/Linux-v5.15/Documentation/devicetree/bindings/gpu/ |
D | aspeed-gfx.txt | 17 - resets: reset line that must be released to use the GFX device
|
/Linux-v5.15/Documentation/devicetree/bindings/input/ |
D | lpc32xx-key.txt | 15 and released, see also
|
/Linux-v5.15/Documentation/RCU/ |
D | UP.rst | 65 the call_rcu() is delayed until after the lock is released. However, 71 released. 74 so that delaying the call_rcu() until the lock is released
|
/Linux-v5.15/net/tipc/ |
D | link.c | 285 static void tipc_link_update_cwin(struct tipc_link *l, int released, 1128 static void tipc_link_update_cwin(struct tipc_link *l, int released, in tipc_link_update_cwin() argument 1143 if (unlikely(!released)) { in tipc_link_update_cwin() 1156 l->cong_acks += released; in tipc_link_update_cwin() 1160 l->window = min_t(u16, cwin + released, l->max_win); in tipc_link_update_cwin() 1788 int released = 0; in tipc_link_rcv() local 1817 released += tipc_link_advance_transmq(l, l, msg_ack(hdr), 0, in tipc_link_rcv() 1843 if (released) { in tipc_link_rcv() 1844 tipc_link_update_cwin(l, released, 0); in tipc_link_rcv() 2208 int rc = 0, released; in tipc_link_proto_rcv() local [all …]
|
/Linux-v5.15/drivers/gpu/vga/ |
D | Kconfig | 29 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
|
/Linux-v5.15/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 1780 bool released = false; in lpfc_sli4_nvmet_xri_aborted() local 1812 released = true; in lpfc_sli4_nvmet_xri_aborted() 1830 ctxp->oxid, ctxp->flag, released); in lpfc_sli4_nvmet_xri_aborted() 1831 if (released) in lpfc_sli4_nvmet_xri_aborted() 3050 bool released = false; in lpfc_nvmet_sol_fcp_abort_cmp() local 3070 released = true; in lpfc_nvmet_sol_fcp_abort_cmp() 3079 ctxp->oxid, ctxp->flag, released, in lpfc_nvmet_sol_fcp_abort_cmp() 3089 if (released) in lpfc_nvmet_sol_fcp_abort_cmp() 3119 bool released = false; in lpfc_nvmet_unsol_fcp_abort_cmp() local 3154 released = true; in lpfc_nvmet_unsol_fcp_abort_cmp() [all …]
|
/Linux-v5.15/Documentation/arm/sunxi/ |
D | clocks.rst | 55 released by Allwinner, you can find it at
|
/Linux-v5.15/fs/ |
D | userfaultfd.c | 68 bool released; member 422 if (unlikely(READ_ONCE(ctx->released))) { in handle_userfault() 514 if (likely(must_wait && !READ_ONCE(ctx->released))) { in handle_userfault() 576 if (READ_ONCE(ctx->released) || in userfaultfd_event_wait_completion() 672 ctx->released = false; in dup_userfaultfd() 852 WRITE_ONCE(ctx->released, true); in userfaultfd_release() 2093 ctx->released = false; in SYSCALL_DEFINE1()
|