Home
last modified time | relevance | path

Searched refs:released (Results 1 – 25 of 239) sorted by relevance

12345678910

/Linux-v6.1/arch/arm/mach-omap2/
Domap-smp.c311 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-v6.1/fs/jbd2/
Dcheckpoint.c463 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-v6.1/fs/btrfs/
Ddelalloc-space.c220 u64 released = 0; in btrfs_inode_rsv_release() local
228 released = btrfs_block_rsv_release(fs_info, block_rsv, 0, in btrfs_inode_rsv_release()
230 if (released > 0) in btrfs_inode_rsv_release()
232 btrfs_ino(inode), released, 0); in btrfs_inode_rsv_release()
/Linux-v6.1/drivers/ntb/
Dcore.c112 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-v6.1/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_smp.c212 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()
Dmdp5_smp.h57 unsigned long released; member
/Linux-v6.1/Documentation/driver-api/driver-model/
Ddevres.rst52 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-v6.1/Documentation/filesystems/
Dext3.rst7 Ext3 was originally released in September 1999. Written by Stephen Tweedie
/Linux-v6.1/drivers/gpu/vga/
DKconfig10 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
/Linux-v6.1/drivers/gpu/drm/tidss/
DKconfig10 SoCs released with DSS. Each with somewhat different version
/Linux-v6.1/Documentation/networking/
Dgen_stats.rst83 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-v6.1/arch/arm/boot/dts/
Dlpc4350.dtsi6 * This code is released using a dual license strategy: BSD/GPL
Dlpc4357.dtsi6 * This code is released using a dual license strategy: BSD/GPL
/Linux-v6.1/Documentation/arm/sa1100/
Dlart.rst14 The hardware designs for this board have been released under an open license;
/Linux-v6.1/Documentation/driver-api/
Dio-mapping.rst65 The mappings are released with::
83 The mappings are released with::
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
/Linux-v6.1/arch/m68k/fpsp040/
Dsetox.S543 | ...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-v6.1/Documentation/devicetree/bindings/gpu/
Daspeed-gfx.txt17 - resets: reset line that must be released to use the GFX device
/Linux-v6.1/Documentation/devicetree/bindings/input/
Dlpc32xx-key.txt15 and released, see also
/Linux-v6.1/drivers/net/ethernet/neterion/
DKconfig25 These were originally released from S2IO, which renamed itself
/Linux-v6.1/Documentation/RCU/
DUP.rst65 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-v6.1/net/tipc/
Dlink.c285 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()
1792 int released = 0; in tipc_link_rcv() local
1821 released += tipc_link_advance_transmq(l, l, msg_ack(hdr), 0, in tipc_link_rcv()
1847 if (released) { in tipc_link_rcv()
1848 tipc_link_update_cwin(l, released, 0); in tipc_link_rcv()
2212 int rc = 0, released; in tipc_link_proto_rcv() local
[all …]
/Linux-v6.1/Documentation/driver-api/tty/
Dtty_struct.rst10 device and released after the last close. The TTY layer passes this structure
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_nvmet.c1780 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()
3052 bool released = false; in lpfc_nvmet_sol_fcp_abort_cmp() local
3073 released = true; in lpfc_nvmet_sol_fcp_abort_cmp()
3082 ctxp->oxid, ctxp->flag, released, in lpfc_nvmet_sol_fcp_abort_cmp()
3092 if (released) in lpfc_nvmet_sol_fcp_abort_cmp()
3122 bool released = false; in lpfc_nvmet_unsol_fcp_abort_cmp() local
3158 released = true; in lpfc_nvmet_unsol_fcp_abort_cmp()
[all …]
/Linux-v6.1/Documentation/mm/
Dpage_owner.rst146 -f Filter out the information of blocks whose memory has been released.
177 ft free_ts timestamp of the page when it was released
187 f free whether the page has been released or not

12345678910