Searched refs:blocked (Results 101 - 119 of 119) sorted by relevance

12345

/linux-master/drivers/platform/x86/
H A Dacer-wmi.c2102 static int acer_rfkill_set(void *data, bool blocked) argument
2108 status = set_u32(!blocked, cap);
H A Dthinkpad_acpi.c1046 * bool: true means radio blocked (off)
1105 static void tpacpi_rfk_update_hwblock_state(bool blocked) argument
1114 blocked)) {
1140 static int tpacpi_rfk_hook_set_block(void *data, bool blocked) argument
1147 blocked ? "blocked" : "unblocked");
1150 res = (tp_rfk->ops->set_status)(blocked ?
3019 /* Sync hw blocking state first if it is hw-blocked */
4441 * "GBDC" will cause bluetooth on Intel wireless cards blocked
H A Dsony-laptop.c1590 static int sony_nc_rfkill_set(void *data, bool blocked) argument
1595 if (!blocked)
1686 /* we already know we're blocked */
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_ale.c225 DEFINE_ALE_FIELD(blocked, 65, 1)
/linux-master/include/net/
H A Dcfg80211.h1548 * @block_tx: whether transmissions should be blocked while changing
7599 * @blocked: block status
7602 void wiphy_rfkill_set_hw_state_reason(struct wiphy *wiphy, bool blocked,
7605 static inline void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) argument
7607 wiphy_rfkill_set_hw_state_reason(wiphy, blocked,
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c326 * inaccessible and resetting the PHY is not blocked, toggle the
367 e_dbg("Required LANPHYPC toggle blocked by ME\n");
402 e_err("Reset blocked by ME\n");
423 e_err("ME blocked access to PHY after reset\n");
2061 * e1000_check_reset_block_ich8lan - Check if PHY reset is blocked
2070 bool blocked = false; local
2073 while ((blocked = !(er32(FWSM) & E1000_ICH_FWSM_RSPCIPHY)) &&
2076 return blocked ? E1000_BLK_PHY_RESET : 0;
5495 * on which PHY resets are not blocked, if the PHY registers cannot be
/linux-master/net/bridge/
H A Dbr_multicast.c81 bool blocked);
337 * to all other ports' S,G entries which are not blocked by the current group
338 * for proper replication, the assumption is that any S,G blocked entries
1510 bool blocked)
1545 if (blocked)
1504 __br_multicast_add_group(struct net_bridge_mcast *brmctx, struct net_bridge_mcast_port *pmctx, struct br_ip *group, const unsigned char *src, u8 filter_mode, bool igmpv2_mldv1, bool blocked) argument
/linux-master/arch/sparc/lib/
H A DM7memcpy.S451 ! to allow multiple requests to not be blocked by overflowing the
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c1506 seq_printf(seq, "id %3u: rp %4u, wp %4u, qlen %4u, blocked %u\n"
1509 skb_queue_len(&ring->skblist), ring->blocked,
/linux-master/fs/
H A Dbinfmt_elf.c1476 prstatus->pr_sighold = p->blocked.sig[0];
H A Dbinfmt_elf_fdpic.c1294 prstatus->pr_sighold = p->blocked.sig[0];
/linux-master/fs/fuse/
H A Dinode.c927 fc->blocked = 0;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1418 bool blocked)
1421 if (blocked) {
1417 b43_lpphy_op_software_rfkill(struct b43_wldev *dev, bool blocked) argument
H A Dphy_g.c2596 bool blocked)
2604 if (!blocked) {
2595 b43_gphy_op_software_rfkill(struct b43_wldev *dev, bool blocked) argument
H A Dphy_n.c6548 bool blocked)
6555 if (blocked) {
6547 b43_nphy_op_software_rfkill(struct b43_wldev *dev, bool blocked) argument
/linux-master/fs/ocfs2/dlm/
H A Ddlmrecovery.c1178 /* Ignore lvb in all locks in the blocked list */
1853 "conv %d, highest blocked %d\n",
1873 "conv %d, highest blocked %d\n",
1928 * If the lock is in the blocked list it can't have a valid lvb,
1979 * 3. order of locks on the blocked queue is
2081 "on %.*s. remove from blocked list and skip.\n",
2102 "on %.*s. remove from blocked list and skip.\n",
2287 list_for_each_entry_safe(lock, next, &res->blocked, list) {
/linux-master/kernel/
H A Dfork.c2194 * - CLONE_DETACHED is blocked so that we can potentially
2232 siginitsetinv(&p->blocked, sigmask(SIGKILL)|sigmask(SIGSTOP));
2348 p->blocked_on = NULL; /* not blocked yet */
2729 * wake_up_new_task(p). All signals are blocked in the created task.
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_els.c11756 int blocked; local
11758 blocked = test_and_set_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
11760 if (!blocked)
/linux-master/security/selinux/
H A Dhooks.c2545 sigemptyset(&current->blocked);

Completed in 361 milliseconds

12345