Home
last modified time | relevance | path

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

123456789

/linux/arch/arm/mach-omap2/
H A 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/drivers/net/ovpn/
H A Dsocket.c69 bool released; in ovpn_socket_release() local
86 released = ovpn_socket_put(peer, sock); in ovpn_socket_release()
93 if (released) { in ovpn_socket_release()
/linux/drivers/ntb/
H A Dcore.c114 init_completion(&ntb->released); in ntb_register_device()
136 wait_for_completion(&ntb->released); in ntb_unregister_device()
298 complete(&ntb->released); in ntb_dev_release()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A 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()
H A Dmdp5_smp.h57 unsigned long released; member
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-zynqmp-fpga43 BIT(13) 0: Signal not released
44 1: Signal released
/linux/Documentation/driver-api/driver-model/
H A 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/Documentation/filesystems/
H A Dext3.rst7 Ext3 was originally released in September 1999. Written by Stephen Tweedie
/linux/rust/quote/
H A DREADME.md4 (released 2025-03-12), hosted in the <https://github.com/dtolnay/quote>
/linux/drivers/gpu/vga/
H A DKconfig10 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
/linux/rust/syn/
H A DREADME.md4 (released 2025-08-16), hosted in the <https://github.com/dtolnay/syn>
/linux/Documentation/networking/
H A 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/drivers/gpu/drm/tidss/
H A DKconfig13 SoCs released with DSS. Each with somewhat different version
/linux/rust/proc-macro2/
H A DREADME.md4 1.0.101 (released 2025-08-16), hosted in the
/linux/Documentation/driver-api/
H A Dio-mapping.rst65 The mappings are released with::
83 The mappings are released with::
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
/linux/arch/m68k/fpsp040/
H A 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/Documentation/arch/arm/sa1100/
H A Dlart.rst14 The hardware designs for this board have been released under an open license;
/linux/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1790 bool released = false; in lpfc_sli4_nvmet_xri_aborted() local
1822 released = true; in lpfc_sli4_nvmet_xri_aborted()
1842 ctxp->oxid, ctxp->flag, released); in lpfc_sli4_nvmet_xri_aborted()
1843 if (released) in lpfc_sli4_nvmet_xri_aborted()
3064 bool released = false; in lpfc_nvmet_sol_fcp_abort_cmp() local
3085 released = true; in lpfc_nvmet_sol_fcp_abort_cmp()
3094 ctxp->oxid, ctxp->flag, released, in lpfc_nvmet_sol_fcp_abort_cmp()
3104 if (released) in lpfc_nvmet_sol_fcp_abort_cmp()
3134 bool released = false; in lpfc_nvmet_unsol_fcp_abort_cmp() local
3170 released = true; in lpfc_nvmet_unsol_fcp_abort_cmp()
[all …]
/linux/drivers/net/ethernet/neterion/
H A DKconfig25 These were originally released from S2IO, which renamed itself
/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/fs/kernfs/
H A Dfile.c77 if (unlikely(of->released)) in kernfs_get_active_of()
593 WARN_ON_ONCE(of->released == open_failed); in kernfs_unlink_open_file()
758 if (!of->released) { in kernfs_release_file()
765 of->released = true; in kernfs_release_file()
/linux/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c447 unsigned long read, released = 0; in bcmasp_tx_reclaim() local
478 released++; in bcmasp_tx_reclaim()
487 return released; in bcmasp_tx_reclaim()
494 int released = 0; in bcmasp_tx_poll() local
496 released = bcmasp_tx_reclaim(intf); in bcmasp_tx_poll()
502 if (released) in bcmasp_tx_poll()
/linux/Documentation/arch/arm/sunxi/
H A Dclocks.rst55 released by Allwinner, you can find it at
/linux/Documentation/usb/
H A Dlinux.inf5 ; and released under the MLPL as found at:

123456789