Searched refs:blocked (Results 76 - 100 of 118) sorted by relevance

12345

/linux-master/kernel/
H A Dptrace.c1066 mask = &child->blocked;
1097 child->blocked = new_set;
/linux-master/arch/sparc/kernel/
H A Dsignal_64.c174 err |= __put_user(current->blocked.sig[0],
177 err |= __copy_to_user(&ucp->uc_sigmask, &current->blocked,
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c155 unsigned int blocked; member in struct:vmci_qp
2500 while (qpair->blocked > 0) {
2501 qpair->blocked--;
2519 qpair->blocked++;
2741 my_qpair->blocked = 0;
/linux-master/net/bluetooth/
H A Dhci_core.c955 static int hci_rfkill_set_block(void *data, bool blocked) argument
960 BT_DBG("%p name %s blocked %d", hdev, hdev->name, blocked);
965 if (blocked == hci_dev_test_flag(hdev, HCI_RFKILLED))
968 if (blocked) {
1145 bool blocked = false; local
1151 blocked = true;
1157 return blocked;
1173 "Link key blocked for %pMR",
1250 "LTK blocked fo
[all...]
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2001 * release all the blocked waiters.
2030 * G2H message queue; we can release all the blocked waiters.
3030 if (!i915_sw_fence_done(&ce->guc_state.blocked))
3031 i915_sw_fence_complete(&ce->guc_state.blocked);
3037 GEM_BUG_ON(!i915_sw_fence_done(&ce->guc_state.blocked));
3044 i915_sw_fence_fini(&ce->guc_state.blocked);
3045 i915_sw_fence_reinit(&ce->guc_state.blocked);
3046 i915_sw_fence_await(&ce->guc_state.blocked);
3047 i915_sw_fence_commit(&ce->guc_state.blocked);
3082 return &ce->guc_state.blocked;
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c1712 bool blocked; local
1731 blocked = !rtlpriv->rfkill.rfkill_state;
1732 wiphy_rfkill_set_hw_state(hw->wiphy, blocked);
H A Dbase.c495 bool blocked; local
510 blocked = rtlpriv->rfkill.rfkill_state != 1;
511 wiphy_rfkill_set_hw_state(hw->wiphy, blocked);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dops.c1094 static void iwl_mvm_mei_rfkill(void *priv, bool blocked, argument
1099 if (blocked && !csme_taking_ownership)
1102 mvm->mei_rfkill_blocked = blocked;
/linux-master/fs/ocfs2/dlm/
H A Ddlmunlock.c64 * flags & LKM_CANCEL != 0: must be converting or blocked
473 /* scan granted -> converting -> blocked queues */
533 if (dlm_lock_on_list(&res->blocked, lock)) {
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S525 tst r5, #0x100 @ is part access blocked
/linux-master/net/dccp/
H A Doutput.c620 /* If delack timer was blocked or is about to expire,
625 if (icsk->icsk_ack.blocked) {
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_ht.c1020 bool blocked)
1025 if (blocked) {
1019 b43_phy_ht_op_software_rfkill(struct b43_wldev *dev, bool blocked) argument
/linux-master/include/linux/
H A Dsched.h256 * lock related wakeups while the task is blocked on the lock are
445 * For cfs_rq, they are the aggregated values of all runnable and blocked
722 u8 blocked; member in struct:rcu_special::__anon419
1121 sigset_t blocked; member in struct:task_struct
1155 /* PI waiters blocked on a rt_mutex held by this task: */
/linux-master/fs/ocfs2/
H A Dsuper.c2610 sigset_t blocked; local
2612 sigfillset(&blocked);
2613 rc = sigprocmask(SIG_BLOCK, &blocked, oldset);
/linux-master/drivers/perf/
H A Dxgene_pmu.c499 XGENE_PMU_EVENT_ATTR(mcu-req-intf-blocked, 0x16),
501 XGENE_PMU_EVENT_ATTR(csw-rd-intf-blocked, 0x18),
502 XGENE_PMU_EVENT_ATTR(csw-local-ack-intf-blocked, 0x19),
/linux-master/drivers/platform/x86/dell/
H A Ddell-laptop.c499 static int dell_rfkill_set(void *data, bool blocked) argument
501 int disable = blocked ? 1 : 0;
639 seq_printf(s, "Bit 17: Wifi is blocked: %lu\n",
641 seq_printf(s, "Bit 18: Bluetooth is blocked: %lu\n",
643 seq_printf(s, "Bit 19: WWAN is blocked: %lu\n",
645 seq_printf(s, "Bit 20: UWB is blocked: %lu\n",
647 seq_printf(s, "Bit 21: WiGig is blocked: %lu\n",
/linux-master/drivers/platform/x86/
H A Dideapad-laptop.c1010 static int ideapad_rfk_set(void *data, bool blocked) argument
1015 return write_ec_cmd(priv->priv->adev->handle, opcode, !blocked);
1693 * switch causing ideapad_laptop to wrongly report all radios as hw-blocked.
1696 * More importantly wrongly reporting the wifi radio as hw-blocked, results in
1697 * non working wifi. Whereas not reporting it hw-blocked, when it actually is
1698 * hw-blocked results in an empty SSID list, which is a much more benign
H A Dacer-wmi.c2102 static int acer_rfkill_set(void *data, bool blocked) argument
2108 status = set_u32(!blocked, cap);
H A Dtoshiba_acpi.c2663 static int toshiba_acpi_wwan_set_block(void *data, bool blocked) argument
2675 return toshiba_wwan_set(dev, !blocked);
/linux-master/drivers/isdn/mISDN/
H A Dstack.c202 sigfillset(&current->blocked);
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c691 unsafe_copy_to_user(&old_ctx->uc_sigmask, &current->blocked,
H A Dsignal_32.c1057 unsafe_put_sigset_t(&old_ctx->uc_sigmask, &current->blocked, failed);
/linux-master/fs/fuse/
H A Dfuse_i.h133 * (FUSE_NOWRITE) means more writes are blocked */
661 * active_background, bg_queue, blocked */
668 /** Flag indicating if connection is blocked. This will be
671 int blocked; member in struct:fuse_conn
673 /** waitq for blocked connection */
/linux-master/kernel/rcu/
H A Dtree_stall.h291 * Scan the current list of tasks blocked within RCU read-side critical
308 pr_err("\tTasks blocked on level-%d rcu_node (CPUs %d-%d):",
326 ".b"[rscr.rs.b.blocked],
342 * tasks blocked within RCU read-side critical sections.
350 * tasks blocked within RCU read-side critical sections.
/linux-master/drivers/net/usb/
H A Dhso.c2421 static int hso_rfkill_set_block(void *data, bool blocked) argument
2424 int enabled = !blocked;

Completed in 365 milliseconds

12345