| /linux/arch/arm/mach-omap2/ |
| H A 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/drivers/net/ovpn/ |
| H A D | socket.c | 69 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 D | core.c | 114 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 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()
|
| H A D | mdp5_smp.h | 57 unsigned long released; member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-zynqmp-fpga | 43 BIT(13) 0: Signal not released 44 1: Signal released
|
| /linux/Documentation/driver-api/driver-model/ |
| H A 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/Documentation/filesystems/ |
| H A D | ext3.rst | 7 Ext3 was originally released in September 1999. Written by Stephen Tweedie
|
| /linux/rust/quote/ |
| H A D | README.md | 4 (released 2025-03-12), hosted in the <https://github.com/dtolnay/quote>
|
| /linux/drivers/gpu/vga/ |
| H A D | Kconfig | 10 Many laptops released in 2008/9/10 have two GPUs with a multiplexer
|
| /linux/rust/syn/ |
| H A D | README.md | 4 (released 2025-08-16), hosted in the <https://github.com/dtolnay/syn>
|
| /linux/Documentation/networking/ |
| H A 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/drivers/gpu/drm/tidss/ |
| H A D | Kconfig | 13 SoCs released with DSS. Each with somewhat different version
|
| /linux/rust/proc-macro2/ |
| H A D | README.md | 4 1.0.101 (released 2025-08-16), hosted in the
|
| /linux/Documentation/driver-api/ |
| H A D | io-mapping.rst | 65 The mappings are released with:: 83 The mappings are released with::
|
| H A 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/arch/m68k/fpsp040/ |
| H A 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/Documentation/arch/arm/sa1100/ |
| H A D | lart.rst | 14 The hardware designs for this board have been released under an open license;
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvmet.c | 1790 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 D | Kconfig | 25 These were originally released from S2IO, which renamed itself
|
| /linux/Documentation/RCU/ |
| H A D | UP.rst | 66 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 D | file.c | 77 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 D | bcmasp_intf.c | 447 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 D | clocks.rst | 55 released by Allwinner, you can find it at
|
| /linux/Documentation/usb/ |
| H A D | linux.inf | 5 ; and released under the MLPL as found at:
|