Searched refs:active (Results 1 - 25 of 1168) sorted by last modified time

1234567891011>>

/linux-master/net/rxrpc/
H A Dconn_object.c209 if (atomic_dec_and_test(&conn->active))
223 if (atomic_read(&conn->active) >= 0 &&
386 int active; local
397 ASSERTCMP(atomic_read(&conn->active), >=, 0);
398 if (likely(atomic_read(&conn->active) > 0))
410 conn->debug_id, atomic_read(&conn->active),
423 active = 0;
424 if (!atomic_try_cmpxchg(&conn->active, &active, -1))
448 ASSERTCMP(atomic_read(&conn->active),
[all...]
/linux-master/kernel/bpf/
H A Dcore.c112 fp->active = alloc_percpu_gfp(int, bpf_memcg_flags(GFP_KERNEL | gfp_extra_flags));
113 if (!fp->active) {
150 free_percpu(prog->active);
268 fp_old->active = NULL;
284 free_percpu(fp->active);
1440 fp->active = NULL;
2383 * blinding is active. However, in case of error during
/linux-master/include/sound/
H A Demu10k1.h1577 active: 1; member in struct:snd_emu10k1_fx8010_pcm
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dphy.c1517 * @active: boolean used to enable/disable lplu
1522 * and SmartSpeed is disabled when active is true, else clear lplu for D3
1528 s32 e1000e_set_d3_lplu_state(struct e1000_hw *hw, bool active) argument
1538 if (!active) {
/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmmii.c33 bool active; local
94 active = phy_init_eee(phydev, 0) >= 0;
96 priv->eee.eee_enabled && active,
H A Dbcmgenet.c931 /* report active state when link is up */
1340 bool active; local
1353 active = phy_init_eee(dev->phydev, false) >= 0;
1355 bcmgenet_eee_enable_set(dev, active, e->tx_lpi_enabled);
3533 txq_stopped ? "stopped" : "active",
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c6559 /* Can't change egress port when other mirror is active */
6597 /* Reset egress port when no other mirror is active */
6719 /* We could potentially relax this to include active
6756 /* Row number corresponds to the number of active members in a
6760 * Example: In a LAG with three active ports, the second port
6777 u8 active = 0; local
6782 active = mv88e6xxx_lag_mask_table[num_tx - 1][nth];
6785 if (BIT(i) & active)
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1306 * wait_for_blank_complete - wait for all active OPPs to finish pending blank
1938 /* When SubVP is active, all HW programming must be done while
4051 * We want to use the minimal transition whenever subvp is active, not only if
4457 * split first to avoid unsupported transitions for active pipes.
4851 bool dc_set_replay_allow_active(struct dc *dc, bool active) argument
4865 if (active && !link->replay_settings.replay_allow_active) {
4870 } else if (!active && link->replay_settings.replay_allow_active) {
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c481 /* VRR active and inside front-porch: vblank count and
4995 return !crtc_state->active && drm_atomic_crtc_needs_modeset(crtc_state);
7993 old_crtc_state->active,
8001 new_crtc_state->active,
8285 /* Transition VRR inactive -> active:
8286 * While VRR is active, we must not disable vblank irq, as a
8298 /* Transition VRR active -> inactive:
8399 if (!new_crtc_state->active)
8895 if (old_crtc_state->active &&
8896 (!new_crtc_state->active ||
[all...]
/linux-master/kernel/
H A Dcpu.c2273 /* Last state is scheduler control setting the cpu active */
2275 .name = "sched:active",
3023 static DEVICE_ATTR_RO(active);
/linux-master/drivers/dma/xilinx/
H A Dxilinx_dpdma.c223 * @desc.active: Descriptor being executed by the hardware
242 struct xilinx_dpdma_tx_desc *active; member in struct:xilinx_dpdma_chan::__anon12
1038 * Handle completion of the currently active descriptor (@chan->desc.active). As
1045 struct xilinx_dpdma_tx_desc *active; local
1052 active = chan->desc.active;
1053 if (active)
1054 vchan_cyclic_callback(&active->vdesc);
1057 "chan%u: DONE IRQ with no active descripto
1148 struct xilinx_dpdma_tx_desc *active; local
[all...]
/linux-master/drivers/dma/
H A Dpl330.c462 bool active; member in struct:dma_pl330_chan
1688 int active; local
1700 active = thrd->req_running;
1701 if (active == -1) /* Aborted */
1705 descdone = thrd->req[active].desc;
1706 thrd->req[active].desc = NULL;
2094 pch->active = false;
2096 /* Make sure the PL330 Channel thread is active */
2114 pch->active = true;
2298 power_down = pch->active;
[all...]
/linux-master/net/mac80211/
H A Dmlme.c2080 /* nothing to do at all - no active CSA nor a new one */
3588 * have switched to just have a single link active?
5755 "Failed setting active links\n");
5877 /* If there is an active negotiated TTLM, it should be discarded by
5898 sdata_info(sdata, "Failed to set TTLM active links\n");
5941 sdata->u.mgd.ttlm_info.active = true;
6051 } else if (sdata->u.mgd.ttlm_info.active) {
6445 /* If there is an active TTLM, unset previously suspended links */
6696 "No active links for TID %d", tid);
6796 * restrict the active link
[all...]
/linux-master/include/trace/events/
H A Dmmflags.h108 DEF_PAGEFLAG_NAME(active), \
/linux-master/include/net/
H A Dmacsec.h120 * @active:
136 bool active; member in struct:macsec_rx_sa
155 * @active: channel is active
162 bool active; member in struct:macsec_rx_sc
171 * @active:
187 bool active; member in struct:macsec_tx_sa
194 * @active:
205 bool active; member in struct:macsec_tx_sc
/linux-master/include/linux/
H A Dpage-flags.h523 PAGEFLAG(Active, active, PF_HEAD) __CLEARPAGEFLAG(Active, active, PF_HEAD)
524 TESTCLEARFLAG(Active, active, PF_HEAD)
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c628 * due to simply not being in an active scan which
1047 dwell->active = IWL_SCAN_DWELL_ACTIVE;
H A Dlink.c113 u32 changes, bool active)
132 * the link was active before. So, do nothing in this case.
142 WARN_ON_ONCE(active == link_info->active);
147 if (!active && vif->type == NL80211_IFTYPE_STATION)
154 * the link becomes active, otherwise they will be ignored.
165 cmd.active = cpu_to_le32(active);
262 link_info->active = active;
111 iwl_mvm_link_changed(struct iwl_mvm *mvm, struct ieee80211_vif *vif, struct ieee80211_bss_conf *link_conf, u32 changes, bool active) argument
[all...]
/linux-master/drivers/net/
H A Dmacsec.c148 if (!sa || !sa->active)
208 if (!sa || !sa->active)
452 tx_sa->active = false;
1395 rx_sa->active = false;
1405 rx_sa->active = false;
1433 if (rx_sc->active)
1444 bool active)
1468 rx_sc->active = active;
1475 if (rx_sc->active)
1443 create_rx_sc(struct net_device *dev, sci_t sci, bool active) argument
1908 bool active = true; local
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_env.c26 bool active; member in struct:mlxsw_env_line_card
43 return mlxsw_env->line_cards[slot_index]->active;
49 bool active; local
52 active = __mlxsw_env_linecard_is_active(mlxsw_env, slot_index);
55 return active;
674 * line card becomes active.
1324 mlxsw_env->line_cards[slot_index]->active = true;
1348 mlxsw_env->line_cards[slot_index]->active = false;
1445 env->line_cards[0]->active = true;
1468 env->line_cards[0]->active
[all...]
H A Dcore.c685 atomic_t active; member in struct:mlxsw_reg_trans
744 atomic_set(&trans->active, 1);
777 if (!atomic_dec_and_test(&trans->active))
791 if (!atomic_dec_and_test(&trans->active))
803 if (!atomic_dec_and_test(&trans->active))
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c59 bool active; member in struct:mlx5e_macsec_sa
80 bool active; member in struct:mlx5e_macsec_rx_sc
389 if (sa->active) {
418 bool active, u32 *fs_id)
424 if (rx_sa->active == active)
427 rx_sa->active = active;
428 if (!active) {
435 rx_sa->active
416 macsec_rx_sa_active_update(struct macsec_context *ctx, struct mlx5e_macsec_sa *rx_sa, bool active, u32 *fs_id) argument
[all...]
/linux-master/drivers/net/ethernet/broadcom/asp2/
H A Dbcmasp_intf.c618 bool active; local
676 active = phy_init_eee(phydev, 0) >= 0;
677 bcmasp_eee_enable_set(intf, active);
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S82 # will be disabled anyways even w/o this. Hardware tracks active interrupts
83 # separately in AUX_IRQ_ACT.active and will not take new interrupts
189 bmsk r11, r10, 15 ; extract AUX_IRQ_ACT.active
190 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception
244 ; drop out of interrupt context (clear AUX_IRQ_ACT.active)
/linux-master/virt/kvm/
H A Dpfncache.c77 if (!gpc->active)
266 if (!gpc->active) {
386 gpc->active = gpc->valid = false;
399 if (!gpc->active) {
413 gpc->active = true;
444 if (gpc->active) {
451 gpc->active = false;

Completed in 462 milliseconds

1234567891011>>