/linux-4.4.14/include/linux/ |
D | rfkill.h | 64 int (*set_block)(void *data, bool blocked); 158 bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked); 180 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked); 196 void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked); 249 static inline bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_hw_state() argument 251 return blocked; in rfkill_set_hw_state() 254 static inline bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_set_sw_state() argument 256 return blocked; in rfkill_set_sw_state() 259 static inline void rfkill_init_sw_state(struct rfkill *rfkill, bool blocked) in rfkill_init_sw_state() argument
|
D | init_task.h | 236 .blocked = {{0}}, \
|
D | sched.h | 1345 u8 blocked; member 1572 sigset_t blocked, real_blocked; member 2478 ret = dequeue_signal(tsk, &tsk->blocked, info ?: &__info); in kernel_dequeue_signal() 2523 sigset_t *res = ¤t->blocked; in sigmask_to_save()
|
/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-prim.c | 80 old = current->blocked; in cfs_block_allsigs() 81 sigfillset(¤t->blocked); in cfs_block_allsigs() 95 old = current->blocked; in cfs_block_sigs() 96 sigaddsetmask(¤t->blocked, sigs); in cfs_block_sigs() 110 old = current->blocked; in cfs_block_sigsinv() 111 sigaddsetmask(¤t->blocked, ~sigs); in cfs_block_sigsinv() 125 current->blocked = old; in cfs_restore_sigs()
|
/linux-4.4.14/Documentation/scsi/scsi_transport_srp/ |
D | rport_state_diagram.dot | 10 blocked; 16 …running -> blocked [ label = "fast_io_fail_tmo >= 0 or\ndev_loss_tmo >= 0;\nsrp_start_tl_fail_tim… 18 blocked -> failfast [ label = "fast_io_fail_tmo\nexpired or\nreconnecting\nfailed" ]; 19 blocked -> lost [ label = "dev_loss_tmo\nexpired or\nsrp_stop_rport_timers()" ]; 21 blocked -> running [ label = "reconnecting\nsucceeded" ];
|
/linux-4.4.14/drivers/platform/x86/ |
D | xo1-rfkill.c | 19 static int rfkill_set_block(void *data, bool blocked) in rfkill_set_block() argument 24 if (blocked == card_blocked) in rfkill_set_block() 27 if (blocked) in rfkill_set_block() 34 card_blocked = blocked; in rfkill_set_block()
|
D | amilo-rfkill.c | 32 static int amilo_a1655_rfkill_set_block(void *data, bool blocked) in amilo_a1655_rfkill_set_block() argument 34 u8 param = blocked ? A1655_WIFI_OFF : A1655_WIFI_ON; in amilo_a1655_rfkill_set_block() 58 static int amilo_m7440_rfkill_set_block(void *data, bool blocked) in amilo_m7440_rfkill_set_block() argument 60 u8 val1 = blocked ? M7440_RADIO_OFF1 : M7440_RADIO_ON1; in amilo_m7440_rfkill_set_block() 61 u8 val2 = blocked ? M7440_RADIO_OFF2 : M7440_RADIO_ON2; in amilo_m7440_rfkill_set_block()
|
D | msi-laptop.c | 722 static int rfkill_bluetooth_set(void *data, bool blocked) in rfkill_bluetooth_set() argument 729 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_bluetooth_set() 735 static int rfkill_wlan_set(void *data, bool blocked) in rfkill_wlan_set() argument 737 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_wlan_set() 743 static int rfkill_threeg_set(void *data, bool blocked) in rfkill_threeg_set() argument 745 int result = set_device_state(blocked ? "0" : "1", 0, in rfkill_threeg_set() 781 static bool msi_rfkill_set_state(struct rfkill *rfkill, bool blocked) in msi_rfkill_set_state() argument 784 return rfkill_set_hw_state(rfkill, blocked); in msi_rfkill_set_state() 786 return rfkill_set_sw_state(rfkill, blocked); in msi_rfkill_set_state()
|
D | toshiba_bluetooth.c | 165 static int bt_rfkill_set_block(void *data, bool blocked) in bt_rfkill_set_block() argument 177 if (blocked) in bt_rfkill_set_block()
|
D | intel_oaktrail.c | 109 static int oaktrail_rfkill_set(void *data, bool blocked) in oaktrail_rfkill_set() argument 117 if (!blocked) in oaktrail_rfkill_set()
|
D | eeepc-laptop.c | 573 bool blocked = eeepc_wlan_rfkill_blocked(eeepc); in eeepc_rfkill_hotplug() local 578 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked); in eeepc_rfkill_hotplug() 606 if (blocked != absent) { in eeepc_rfkill_hotplug() 608 blocked ? "blocked" : "unblocked", in eeepc_rfkill_hotplug() 614 if (!blocked) { in eeepc_rfkill_hotplug() 784 static int eeepc_rfkill_set(void *data, bool blocked) in eeepc_rfkill_set() argument 788 return write_acpi_int(handle, NULL, !blocked); in eeepc_rfkill_set()
|
D | asus-wmi.c | 660 bool blocked; in asus_rfkill_hotplug() local 665 blocked = asus_wlan_rfkill_blocked(asus); in asus_rfkill_hotplug() 672 rfkill_set_sw_state(asus->wlan.rfkill, blocked); in asus_rfkill_hotplug() 687 if (blocked != absent) { in asus_rfkill_hotplug() 690 blocked ? "blocked" : "unblocked", in asus_rfkill_hotplug() 697 if (!blocked) { in asus_rfkill_hotplug() 863 static int asus_rfkill_set(void *data, bool blocked) in asus_rfkill_set() argument 866 u32 ctrl_param = !blocked; in asus_rfkill_set() 897 static int asus_rfkill_wlan_set(void *data, bool blocked) in asus_rfkill_wlan_set() argument 911 ret = asus_rfkill_set(data, blocked); in asus_rfkill_wlan_set()
|
D | classmate-laptop.c | 912 bool blocked; in cmpc_rfkill_query() local 917 blocked = state & 1 ? false : true; in cmpc_rfkill_query() 918 rfkill_set_sw_state(rfkill, blocked); in cmpc_rfkill_query() 922 static int cmpc_rfkill_block(void *data, bool blocked) in cmpc_rfkill_block() argument 935 if (is_blocked != blocked) { in cmpc_rfkill_block() 936 state = blocked ? 0 : 1; in cmpc_rfkill_block()
|
D | asus-laptop.c | 1317 static int asus_gps_rfkill_set(void *data, bool blocked) in asus_gps_rfkill_set() argument 1321 return asus_gps_switch(asus, !blocked); in asus_gps_rfkill_set() 1328 static int asus_rfkill_set(void *data, bool blocked) in asus_rfkill_set() argument 1334 return asus_wlan_set(asus, !blocked); in asus_rfkill_set() 1336 return asus_bluetooth_set(asus, !blocked); in asus_rfkill_set() 1338 return asus_wimax_set(asus, !blocked); in asus_rfkill_set() 1340 return asus_wwan_set(asus, !blocked); in asus_rfkill_set() 1444 static int pega_rfkill_set(void *data, bool blocked) in pega_rfkill_set() argument 1448 int ret = asus_pega_lucid_set(rfk->asus, rfk->control_id, !blocked); in pega_rfkill_set()
|
D | samsung-laptop.c | 584 static int seclinux_rfkill_set(void *data, bool blocked) in seclinux_rfkill_set() argument 591 !blocked); in seclinux_rfkill_set() 607 static int swsmi_rfkill_set(void *priv, bool blocked) in swsmi_rfkill_set() argument 625 data.data[WL_STATUS_WLAN] = !blocked; in swsmi_rfkill_set() 627 data.data[WL_STATUS_BT] = !blocked; in swsmi_rfkill_set() 963 int blocked) in samsung_new_rfkill() argument 977 if (blocked != -1) in samsung_new_rfkill() 978 rfkill_init_sw_state(*rfkill, blocked); in samsung_new_rfkill()
|
D | hp-wmi.c | 331 static int hp_wmi_set_block(void *data, bool blocked) in hp_wmi_set_block() argument 334 int query = BIT(r + 8) | ((!blocked) << r); in hp_wmi_set_block() 382 static int hp_wmi_rfkill2_set_block(void *data, bool blocked) in hp_wmi_rfkill2_set_block() argument 385 char buffer[4] = { 0x01, 0x00, rfkill_id, !blocked }; in hp_wmi_rfkill2_set_block()
|
D | dell-rbtn.c | 107 static int rbtn_rfkill_set_block(void *data, bool blocked) in rbtn_rfkill_set_block() argument
|
D | compal-laptop.c | 353 static int compal_rfkill_set(void *data, bool blocked) in compal_rfkill_set() argument 359 if (!blocked) in compal_rfkill_set()
|
D | ideapad-laptop.c | 469 static int ideapad_rfk_set(void *data, bool blocked) in ideapad_rfk_set() argument 474 return write_ec_cmd(priv->priv->adev->handle, opcode, !blocked); in ideapad_rfk_set()
|
D | dell-laptop.c | 549 static int dell_rfkill_set(void *data, bool blocked) in dell_rfkill_set() argument 551 int disable = blocked ? 1 : 0; in dell_rfkill_set()
|
D | acer-wmi.c | 1539 static int acer_rfkill_set(void *data, bool blocked) in acer_rfkill_set() argument 1545 status = set_u32(!blocked, cap); in acer_rfkill_set()
|
D | thinkpad_acpi.c | 1184 static void tpacpi_rfk_update_hwblock_state(bool blocked) in tpacpi_rfk_update_hwblock_state() argument 1193 blocked)) { in tpacpi_rfk_update_hwblock_state() 1219 static int tpacpi_rfk_hook_set_block(void *data, bool blocked) in tpacpi_rfk_hook_set_block() argument 1226 blocked ? "blocked" : "unblocked"); in tpacpi_rfk_hook_set_block() 1229 res = (tp_rfk->ops->set_status)(blocked ? in tpacpi_rfk_hook_set_block()
|
D | sony-laptop.c | 1607 static int sony_nc_rfkill_set(void *data, bool blocked) in sony_nc_rfkill_set() argument 1612 if (!blocked) in sony_nc_rfkill_set()
|
/linux-4.4.14/net/rfkill/ |
D | rfkill-gpio.c | 44 static int rfkill_gpio_set_power(void *data, bool blocked) in rfkill_gpio_set_power() argument 48 if (!blocked && !IS_ERR(rfkill->clk) && !rfkill->clk_enabled) in rfkill_gpio_set_power() 51 gpiod_set_value_cansleep(rfkill->shutdown_gpio, !blocked); in rfkill_gpio_set_power() 52 gpiod_set_value_cansleep(rfkill->reset_gpio, !blocked); in rfkill_gpio_set_power() 54 if (blocked && !IS_ERR(rfkill->clk) && rfkill->clk_enabled) in rfkill_gpio_set_power() 57 rfkill->clk_enabled = !blocked; in rfkill_gpio_set_power()
|
D | core.c | 237 bool blocked, bool *change) in __rfkill_set_hw_state() argument 246 if (blocked) in __rfkill_set_hw_state() 250 *change = prev != blocked; in __rfkill_set_hw_state() 268 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block() argument 293 if (blocked) in rfkill_set_block() 301 err = rfkill->ops->set_block(rfkill->data, blocked); in rfkill_set_block() 340 static void __rfkill_switch_all(const enum rfkill_type type, bool blocked) in __rfkill_switch_all() argument 348 rfkill_global_states[i].cur = blocked; in __rfkill_switch_all() 350 rfkill_global_states[type].cur = blocked; in __rfkill_switch_all() 357 rfkill_set_block(rfkill, blocked); in __rfkill_switch_all() [all …]
|
D | input.c | 88 bool blocked; in __rfkill_handle_normal_op() local 90 blocked = rfkill_get_global_sw_state(type); in __rfkill_handle_normal_op() 92 blocked = !blocked; in __rfkill_handle_normal_op() 94 rfkill_switch_all(type, blocked); in __rfkill_handle_normal_op()
|
D | rfkill-regulator.c | 30 static int rfkill_regulator_set_block(void *data, bool blocked) in rfkill_regulator_set_block() argument 35 pr_debug("%s: blocked: %d\n", __func__, blocked); in rfkill_regulator_set_block() 37 if (blocked) { in rfkill_regulator_set_block()
|
D | rfkill.h | 16 void rfkill_switch_all(const enum rfkill_type type, bool blocked);
|
/linux-4.4.14/kernel/ |
D | signal.c | 88 if (sigismember(&t->blocked, sig) || sigismember(&t->real_blocked, sig)) in sig_ignored() 104 static inline int has_pending_signals(sigset_t *signal, sigset_t *blocked) in has_pending_signals() argument 112 ready |= signal->sig[i] &~ blocked->sig[i]; in has_pending_signals() 115 case 4: ready = signal->sig[3] &~ blocked->sig[3]; in has_pending_signals() 116 ready |= signal->sig[2] &~ blocked->sig[2]; in has_pending_signals() 117 ready |= signal->sig[1] &~ blocked->sig[1]; in has_pending_signals() 118 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals() 121 case 2: ready = signal->sig[1] &~ blocked->sig[1]; in has_pending_signals() 122 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals() 125 case 1: ready = signal->sig[0] &~ blocked->sig[0]; in has_pending_signals() [all …]
|
D | compat.c | 396 static inline void compat_sig_setmask(sigset_t *blocked, compat_sigset_word set) in compat_sig_setmask() argument 398 memcpy(blocked->sig, &set, sizeof(set)); in compat_sig_setmask() 408 old_set = current->blocked.sig[0]; in COMPAT_SYSCALL_DEFINE3() 415 new_blocked = current->blocked; in COMPAT_SYSCALL_DEFINE3()
|
D | ptrace.c | 886 if (copy_to_user(datavp, &child->blocked, sizeof(sigset_t))) in ptrace_request() 914 child->blocked = new_set; in ptrace_request()
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | rfkill.c | 79 bool blocked; in ath5k_tasklet_rfkill_toggle() local 81 blocked = ath5k_is_rfkill_set(ah); in ath5k_tasklet_rfkill_toggle() 82 wiphy_rfkill_set_hw_state(ah->hw->wiphy, blocked); in ath5k_tasklet_rfkill_toggle()
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | tosa-bt.c | 38 static int tosa_bt_set_block(void *data, bool blocked) in tosa_bt_set_block() argument 40 pr_info("BT_RADIO going: %s\n", blocked ? "off" : "on"); in tosa_bt_set_block() 42 if (!blocked) { in tosa_bt_set_block()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | flowring.c | 183 bool blocked) in brcmf_flowring_block() argument 197 if (ring->blocked == blocked) { in brcmf_flowring_block() 209 if (ring->blocked) { in brcmf_flowring_block() 216 flow->rings[flowid]->blocked = blocked; in brcmf_flowring_block() 225 brcmf_txflowblock_if(ifp, BRCMF_NETIF_STOP_REASON_FLOW, blocked); in brcmf_flowring_block() 265 if (!ring->blocked && in brcmf_flowring_enqueue() 293 if (ring->blocked && in brcmf_flowring_dequeue()
|
D | flowring.h | 38 bool blocked; member
|
D | msgbuf.c | 1398 skb_queue_len(&ring->skblist), ring->blocked, in brcmf_msgbuf_stats_read()
|
/linux-4.4.14/Documentation/accounting/ |
D | cgroupstats.txt | 18 about tasks blocked on I/O. If CONFIG_TASK_DELAY_ACCT is disabled, this 25 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0 27 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
|
/linux-4.4.14/fs/coda/ |
D | upcall.c | 578 *old = current->blocked; in coda_block_signals() 580 sigfillset(¤t->blocked); in coda_block_signals() 581 sigdelset(¤t->blocked, SIGKILL); in coda_block_signals() 582 sigdelset(¤t->blocked, SIGSTOP); in coda_block_signals() 583 sigdelset(¤t->blocked, SIGINT); in coda_block_signals() 592 current->blocked = *old; in coda_unblock_signals() 614 int blocked; in coda_waitfor_upcall() local 617 blocked = 1; in coda_waitfor_upcall() 630 if (blocked && time_after(jiffies, timeout) && in coda_waitfor_upcall() 634 blocked = 0; in coda_waitfor_upcall() [all …]
|
/linux-4.4.14/net/wimax/ |
D | op-rfkill.c | 248 static int wimax_rfkill_set_radio_block(void *data, bool blocked) in wimax_rfkill_set_radio_block() argument 255 d_fnstart(3, dev, "(wimax_dev %p blocked %u)\n", wimax_dev, blocked); in wimax_rfkill_set_radio_block() 257 if (blocked) in wimax_rfkill_set_radio_block() 266 wimax_dev, blocked, result); in wimax_rfkill_set_radio_block()
|
/linux-4.4.14/net/atm/ |
D | pppoatm.c | 68 unsigned long blocked; member 125 if (test_and_clear_bit(BLOCKED, &pvcc->blocked)) in pppoatm_release_cb() 160 if (test_and_clear_bit(BLOCKED, &pvcc->blocked)) in pppoatm_pop() 257 test_and_set_bit(BLOCKED, &pvcc->blocked); in pppoatm_may_send() 311 test_and_set_bit(BLOCKED, &pvcc->blocked); in pppoatm_send()
|
/linux-4.4.14/Documentation/locking/ |
D | rt-mutex-design.txt | 80 blocked on one of its locks. This is described in more detail 95 waiter - A waiter is a struct that is stored on the stack of a blocked 97 a process being blocked on the mutex, it is fine to allocate 100 the task is blocked on. It also has the plist node structures to 107 waiters - A list of processes that are blocked on a mutex. 123 would never diverge, since a process can't be blocked on more than one 132 B blocked on L1 134 C blocked on L2 136 D blocked on L3 138 E blocked on L4 [all …]
|
D | rt-mutex.txt | 21 boosting to the owner of the other rt_mutex it gets blocked on. The
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | signal.c | 239 sigset_t blocked; in sys_rt_sigreturn() local 247 if (__copy_from_user(&blocked, &frame->uc.uc_sigmask, sizeof(blocked))) in sys_rt_sigreturn() 250 set_current_blocked(&blocked); in sys_rt_sigreturn()
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | h1940-bluetooth.c | 57 static int h1940bt_set_block(void *data, bool blocked) in h1940bt_set_block() argument 59 h1940bt_enable(!blocked); in h1940bt_set_block()
|
/linux-4.4.14/Documentation/filesystems/ |
D | directory-locking | 63 renames will be blocked on filesystem lock and we don't start changing 72 Now consider the minimal deadlock. Each process is blocked on 75 not contended, since any process blocked on it is not holding any locks. 76 Thus all processes are blocked on ->i_mutex. 84 blocked on source and it means that it doesn't hold any locks. 89 is blocked on belongs to child of that object due to (1).
|
D | dnotify.txt | 36 is often blocked, so it is better to use (at least) SIGRTMIN + 1.
|
D | proc.txt | 144 symbol the task is blocked in - or "0" if not blocked. 247 SigBlk bitmap of blocked signals 313 blocked bitmap of blocked signals 1324 The "procs_blocked" line gives the number of processes currently blocked,
|
D | coda.txt | 299 the calling thread in P is blocked in upcall. A pointer in the 1655 explicitly blocked.
|
D | xfs-delayed-logging-design.txt | 56 progresses, ensuring that current operation never gets blocked by itself if the
|
/linux-4.4.14/fs/proc/ |
D | array.c | 260 sigset_t pending, shpending, blocked, ignored, caught; in task_sig() local 267 sigemptyset(&blocked); in task_sig() 274 blocked = p->blocked; in task_sig() 290 render_sigset_t(m, "SigBlk:\t", &blocked); in task_sig() 507 seq_put_decimal_ull(m, ' ', task->blocked.sig[0] & 0x7fffffffUL); in do_task_stat()
|
/linux-4.4.14/fs/ocfs2/dlm/ |
D | dlmmaster.c | 109 int *blocked); 113 int blocked); 506 !list_empty(&res->blocked) || in dlm_lockres_release() 517 !list_empty(&res->blocked) ? 'B' : ' ', in dlm_lockres_release() 530 BUG_ON(!list_empty(&res->blocked)); in dlm_lockres_release() 566 INIT_LIST_HEAD(&res->blocked); in dlm_init_lockres() 731 int blocked = 0; in dlm_get_lock_resource() local 836 blocked = dlm_find_mle(dlm, &mle, (char *)lockid, namelen); in dlm_get_lock_resource() 837 if (blocked) { in dlm_get_lock_resource() 952 if (blocked) in dlm_get_lock_resource() [all …]
|
D | dlmthread.c | 84 list_empty(&res->blocked)) in __dlm_lockres_has_locks() 318 goto blocked; in dlm_shuffle_lists() 390 blocked: in dlm_shuffle_lists() 391 if (list_empty(&res->blocked)) in dlm_shuffle_lists() 393 target = list_entry(res->blocked.next, struct dlm_lock, list); in dlm_shuffle_lists()
|
D | dlmlock.c | 178 list_add_tail(&lock->list, &res->blocked); in dlmlock_master() 240 list_add_tail(&lock->list, &res->blocked); in dlmlock_remote()
|
D | dlmcommon.h | 307 struct list_head blocked; member 426 ret = &res->blocked; in dlm_list_idx_to_ptr()
|
D | dlmdebug.c | 128 list_for_each_entry(lock, &res->blocked, list) { in __dlm_print_one_lock_resource() 568 list_for_each_entry(lock, &res->blocked, list) in dump_lockres()
|
D | dlmast.c | 383 head = &res->blocked; in dlm_proxy_ast_handler()
|
D | dlmunlock.c | 536 if (dlm_lock_on_list(&res->blocked, lock)) { in dlm_get_cancel_actions()
|
D | dlmrecovery.c | 2275 list_for_each_entry_safe(lock, next, &res->blocked, list) { in dlm_free_dead_locks()
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | mac80211_if.c | 425 bool blocked; in brcms_ops_start() local 436 blocked = brcms_rfkill_set_hw_state(wl); in brcms_ops_start() 438 if (!blocked) in brcms_ops_start() 446 if (!blocked) in brcms_ops_start() 881 bool blocked; in brcms_ops_rfkill_poll() local 884 blocked = brcms_c_check_radio_disabled(wl->wlc); in brcms_ops_rfkill_poll() 887 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in brcms_ops_rfkill_poll() 1692 bool blocked = brcms_c_check_radio_disabled(wl->wlc); in brcms_rfkill_set_hw_state() local 1695 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked); in brcms_rfkill_set_hw_state() 1696 if (blocked) in brcms_rfkill_set_hw_state() [all …]
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_common.h | 175 void (*software_rfkill)(struct b43_wldev *dev, bool blocked); 405 void b43_software_rfkill(struct b43_wldev *dev, bool blocked);
|
D | phy_common.c | 464 void b43_software_rfkill(struct b43_wldev *dev, bool blocked) in b43_software_rfkill() argument 469 phy->ops->software_rfkill(dev, blocked); in b43_software_rfkill() 470 phy->radio_on = !blocked; in b43_software_rfkill()
|
D | phy_a.c | 484 bool blocked) in b43_aphy_op_software_rfkill() argument 488 if (!blocked) { in b43_aphy_op_software_rfkill()
|
D | phy_lcn.c | 743 bool blocked) in b43_phy_lcn_op_software_rfkill() argument 748 if (blocked) { in b43_phy_lcn_op_software_rfkill()
|
D | phy_ht.c | 1036 bool blocked) in b43_phy_ht_op_software_rfkill() argument 1041 if (blocked) { in b43_phy_ht_op_software_rfkill()
|
D | phy_g.c | 2594 bool blocked) in b43_gphy_op_software_rfkill() argument 2602 if (!blocked) { in b43_gphy_op_software_rfkill()
|
D | phy_lp.c | 1430 bool blocked) in b43_lpphy_op_software_rfkill() argument 1433 if (blocked) { in b43_lpphy_op_software_rfkill()
|
D | phy_n.c | 6610 bool blocked) in b43_nphy_op_software_rfkill() argument 6617 if (blocked) { in b43_nphy_op_software_rfkill()
|
/linux-4.4.14/Documentation/RCU/ |
D | trace.txt | 350 of the blocked-tasks lists. A "G" preceding the ">" 351 indicates that at least one task blocked in an RCU 354 at least one task blocked in an RCU read-side critical 357 least one task is blocked within an RCU read-side 362 are blocked. In contrast, "GE>T" indicates maximal 363 inconvenience from blocked tasks. CONFIG_TREE_RCU 444 "T" This indicates that there are some tasks that blocked 448 "N" This indicates that some of the blocked tasks are preventing 452 "E" This indicates that some of the blocked tasks are preventing 455 "B" This indicates that some of the blocked tasks are in [all …]
|
D | whatisRCU.txt | 965 (thus read-holding rcu_gp_mutex), task B blocked 967 task C blocked in rcu_read_lock() attempting to 974 cannot be blocked by tasks executing synchronize_rcu().
|
/linux-4.4.14/drivers/firewire/ |
D | sbp2.c | 152 bool blocked; member 179 int blocked; /* ditto */ member 717 if (!tgt->dont_block && !lu->blocked && in sbp2_conditionally_block() 719 lu->blocked = true; in sbp2_conditionally_block() 720 if (++tgt->blocked == 1) in sbp2_conditionally_block() 741 if (lu->blocked && lu->generation == card->generation) { in sbp2_conditionally_unblock() 742 lu->blocked = false; in sbp2_conditionally_unblock() 743 unblock = --tgt->blocked == 0; in sbp2_conditionally_unblock() 999 lu->blocked = false; in sbp2_add_logical_unit()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | asm-offsets.c | 21 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in foo()
|
/linux-4.4.14/drivers/isdn/capi/ |
D | kcapi.c | 469 if (!ctr->blocked) { in capi_ctr_suspend_output() 472 ctr->blocked = 1; in capi_ctr_suspend_output() 490 if (ctr->blocked) { in capi_ctr_resume_output() 493 ctr->blocked = 0; in capi_ctr_resume_output() 532 ctr->blocked = 0; in attach_capi_ctr() 793 if (ctr->blocked) in capi20_put_message()
|
/linux-4.4.14/arch/mips/kernel/ |
D | signal32.c | 248 sigset_t blocked; in sys32_sigreturn() local 254 if (__copy_conv_sigset_from_user(&blocked, &frame->sf_mask)) in sys32_sigreturn() 257 set_current_blocked(&blocked); in sys32_sigreturn()
|
D | signal.c | 598 sigset_t blocked; in sys_sigreturn() local 604 if (__copy_from_user(&blocked, &frame->sf_mask, sizeof(blocked))) in sys_sigreturn() 607 set_current_blocked(&blocked); in sys_sigreturn()
|
/linux-4.4.14/Documentation/ |
D | rfkill.txt | 13 transmitter in the system. When a transmitter is blocked, it shall not 49 When the device is hard-blocked (either by a call to rfkill_set_hw_state() 82 rfkill drivers that control devices that can be hard-blocked unless they also
|
D | md.txt | 294 clean, but writes are blocked waiting for 'active' to be written. 369 blocked - device has failed, and the failure hasn't been 372 it were not faulty are blocked. 390 Writing "blocked" sets the "blocked" flag. 391 Writing "-blocked" clears the "blocked" flags and allows writes 405 or 'blocked' causes an event. 576 within the array where IO will be blocked. This is currently
|
D | sysrq.txt | 119 'w' - Dumps tasks that are in uninterruptable (blocked) state.
|
D | parport-lowlevel.txt | 563 the caller still owns the port and the call blocked.
|
D | kprobes.txt | 249 When an optimized kprobe is unregistered, disabled, or blocked by
|
D | kernel-parameters.txt | 3397 etc. communication is blocked by default. 3403 blocked and the previous configuration. 3405 blocked and everything unblocked.
|
/linux-4.4.14/arch/h8300/kernel/ |
D | asm-offsets.c | 26 OFFSET(TASK_BLOCKED, task_struct, blocked); in main()
|
/linux-4.4.14/include/net/ |
D | inet_connection_sock.h | 116 __u8 blocked; /* Delayed ACK was blocked by socket lock */ member 206 icsk->icsk_ack.blocked = icsk->icsk_ack.pending = 0; in inet_csk_clear_xmit_timer()
|
D | cfg80211.h | 4356 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked);
|
/linux-4.4.14/include/linux/isdn/ |
D | capilli.h | 70 int blocked; /* output blocked */ member
|
/linux-4.4.14/fs/autofs4/ |
D | waitq.c | 478 oldset = current->blocked; in autofs4_wait() 479 siginitsetinv(¤t->blocked, SHUTDOWN_SIGS & ~oldset.sig[0]); in autofs4_wait() 486 current->blocked = oldset; in autofs4_wait()
|
/linux-4.4.14/Documentation/ia64/ |
D | mca.txt | 64 running or not. That is, whether it is on a cpu or is blocked. The 67 INIT event are no longer running, they have been converted to blocked 154 does not bother making the user space process look like a blocked task, 171 exactly like any other blocked task, i.e. it now appears to be 180 If the previous task has been verified and converted to a blocked
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | htc_drv_gpio.c | 323 bool blocked = !!ath_is_rfkill_set(priv); in ath9k_htc_rfkill_poll_state() local 325 wiphy_rfkill_set_hw_state(hw->wiphy, blocked); in ath9k_htc_rfkill_poll_state()
|
D | gpio.c | 120 bool blocked = !!ath_is_rfkill_set(sc); in ath9k_rfkill_poll_state() local 122 wiphy_rfkill_set_hw_state(hw->wiphy, blocked); in ath9k_rfkill_poll_state()
|
/linux-4.4.14/include/trace/events/ |
D | bcache.h | 452 __field(unsigned, blocked ) 459 __entry->blocked = atomic_read(&ca->set->prio_blocked); 464 __entry->free_inc, __entry->blocked)
|
/linux-4.4.14/kernel/rcu/ |
D | tree_plugin.h | 299 !t->rcu_read_unlock_special.b.blocked) { in rcu_preempt_note_context_switch() 306 t->rcu_read_unlock_special.b.blocked = true; in rcu_preempt_note_context_switch() 424 WARN_ON_ONCE(special.b.blocked); in rcu_read_unlock_special() 440 t->rcu_read_unlock_special.b.blocked, in rcu_read_unlock_special() 448 if (special.b.blocked) { in rcu_read_unlock_special() 449 t->rcu_read_unlock_special.b.blocked = false; in rcu_read_unlock_special() 715 !t->rcu_read_unlock_special.b.blocked) { in sync_rcu_exp_handler() 808 t->rcu_read_unlock_special.b.blocked = true; in exit_rcu()
|
/linux-4.4.14/Documentation/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 39 label="new application (WRITE?) requests blocked\lwhile bitmap is exchanged"
|
/linux-4.4.14/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 38 Description: Whether the soft blocked state is initialised from non-volatile
|
D | sysfs-transport-srp | 53 "blocked" if a transport layer error has been encountered but
|
/linux-4.4.14/drivers/parport/ |
D | share.c | 1118 goto blocked; in parport_claim() 1121 goto blocked; in parport_claim() 1130 goto blocked; in parport_claim() 1177 blocked: in parport_claim()
|
/linux-4.4.14/net/wireless/ |
D | core.c | 250 static int cfg80211_rfkill_set_block(void *data, bool blocked) in cfg80211_rfkill_set_block() argument 254 if (!blocked) in cfg80211_rfkill_set_block() 843 void wiphy_rfkill_set_hw_state(struct wiphy *wiphy, bool blocked) in wiphy_rfkill_set_hw_state() argument 847 if (rfkill_set_hw_state(rdev->rfkill, blocked)) in wiphy_rfkill_set_hw_state()
|
/linux-4.4.14/net/dccp/ |
D | timer.c | 181 icsk->icsk_ack.blocked = 1; in dccp_delack_timer()
|
D | output.c | 619 if (icsk->icsk_ack.blocked) {
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
D | api-ni.c | 1654 sigset_t blocked = cfs_block_allsigs(); in lnet_ping_target_fini() local 1681 cfs_restore_sigs(blocked); in lnet_ping_target_fini() 1702 sigset_t blocked; in lnet_ping() local 1757 blocked = cfs_block_allsigs(); in lnet_ping() 1762 cfs_restore_sigs(blocked); in lnet_ping()
|
/linux-4.4.14/fs/ncpfs/ |
D | sock.c | 757 old_set = current->blocked; in ncp_do_request() 773 siginitsetinv(¤t->blocked, mask); in ncp_do_request() 780 current->blocked = old_set; in ncp_do_request()
|
/linux-4.4.14/net/nfc/ |
D | core.c | 182 static int nfc_rfkill_set_block(void *data, bool blocked) in nfc_rfkill_set_block() argument 186 pr_debug("%s blocked %d", dev_name(&dev->dev), blocked); in nfc_rfkill_set_block() 188 if (!blocked) in nfc_rfkill_set_block()
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | asm-offsets.c | 77 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in main()
|
/linux-4.4.14/arch/sparc/kernel/ |
D | signal_64.c | 177 err |= __put_user(current->blocked.sig[0], in sparc64_get_context() 180 err |= __copy_to_user(&ucp->uc_sigmask, ¤t->blocked, in sparc64_get_context()
|
/linux-4.4.14/drivers/block/ |
D | nbd.c | 174 sigset_t blocked, oldset; in sock_xmit() local 186 siginitsetinv(&blocked, sigmask(SIGKILL)); in sock_xmit() 187 sigprocmask(SIG_SETMASK, &blocked, &oldset); in sock_xmit()
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | common.c | 413 if (drv->blocked) in alloc_cs() 1088 drv->blocked = 0; in gigaset_initdriver() 1128 drv->blocked = 1; in gigaset_blockdriver()
|
D | gigaset.h | 515 int blocked; member
|
/linux-4.4.14/Documentation/cgroups/ |
D | pids.txt | 22 Organisational operations are not blocked by cgroup policies, so it is possible
|
D | freezer-subsystem.txt | 22 blocked, or ignored it can be seen by waiting or ptracing parent tasks.
|
/linux-4.4.14/Documentation/power/ |
D | freezing-of-tasks.txt | 170 and B is frozen in the meantime, then A will be blocked until B is thawed, which 216 to acquire the lock, then that task would get blocked in TASK_UNINTERRUPTIBLE 222 "frozen enough" as it is blocked on 'pm_mutex', which will be released
|
D | pci.txt | 529 returned. Otherwise, the device's wakeup signaling mechanisms are blocked and 984 However, it is blocked by pci_pm_init() that runs the pm_runtime_forbid()
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 143 return !fc->initialized || (for_background && fc->blocked); in fuse_block_alloc() 292 if (!fc->blocked) in fuse_put_request() 396 fc->blocked = 0; in request_end() 399 if (!fc->blocked && waitqueue_active(&fc->blocked_waitq)) in request_end() 594 fc->blocked = 1; in fuse_request_send_background_locked() 2138 fc->blocked = 0; in fuse_abort_conn()
|
D | fuse_i.h | 508 int blocked; member
|
D | inode.c | 607 fc->blocked = 0; in fuse_conn_init()
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | asm-offsets.c | 25 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked)); in main()
|
/linux-4.4.14/Documentation/isdn/ |
D | README.audio | 17 larger values is blocked.
|
D | README.gigaset | 125 character device node; access from the ISDN subsystem is blocked.
|
/linux-4.4.14/drivers/misc/vmw_vmci/ |
D | vmci_queue_pair.c | 180 unsigned int blocked; member 2589 while (qpair->blocked > 0) { in qp_wakeup_cb() 2590 qpair->blocked--; in qp_wakeup_cb() 2608 qpair->blocked++; in qp_wait_for_ready_queue() 2821 my_qpair->blocked = 0; in vmci_qpair_alloc()
|
/linux-4.4.14/Documentation/s390/ |
D | CommonIO | 94 A write request to this file is blocked until all queued cio actions are
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-error-recovery.txt | 89 pci_channel_io_frozen, /* I/O to channel is blocked */ 118 is isolated, in that all I/O is blocked: all reads return 0xffffffff, 202 >>> such an error might cause IOs to be re-blocked for the whole
|
/linux-4.4.14/Documentation/x86/ |
D | earlyprintk.txt | 126 …isters(P) show-all-timers(Q) unRaw Sync show-task-states(T) Unmount show-blocked-tasks(W) dump-ftr…
|
/linux-4.4.14/arch/ia64/kernel/ |
D | asm-offsets.c | 50 DEFINE(IA64_TASK_BLOCKED_OFFSET,offsetof (struct task_struct, blocked)); in foo()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | locking.txt | 176 devices, we put the blocked vCPU on the list blocked_vcpu_on_cpu
|
D | api.txt | 551 Defines which signals are blocked during execution of KVM_RUN. This 556 Note the signal will only be delivered if not blocked by the original 2150 Returns: >0 on delivery, 0 if guest blocked the MSI, and -1 on error
|
/linux-4.4.14/net/ipv4/ |
D | tcp_timer.c | 274 inet_csk(sk)->icsk_ack.blocked = 1; in tcp_delack_timer()
|
D | inet_connection_sock.c | 389 icsk->icsk_pending = icsk->icsk_ack.pending = icsk->icsk_ack.blocked = 0; in inet_csk_clear_xmit_timers()
|
D | tcp.c | 1400 if (icsk->icsk_ack.blocked || in tcp_cleanup_rbuf()
|
D | tcp_output.c | 3329 if (icsk->icsk_ack.blocked || in tcp_send_delayed_ack()
|
/linux-4.4.14/fs/ |
D | eventpoll.c | 2023 sigsaved = current->blocked; in SYSCALL_DEFINE6() 2068 sigsaved = current->blocked; in COMPAT_SYSCALL_DEFINE6()
|
D | binfmt_elf_fdpic.c | 1371 prstatus->pr_sighold = p->blocked.sig[0]; in fill_prstatus()
|
D | binfmt_elf.c | 1408 prstatus->pr_sighold = p->blocked.sig[0]; in fill_prstatus()
|
/linux-4.4.14/Documentation/hid/ |
D | hid-transport.txt | 157 payload may be blocked by the underlying transport driver if the 162 INPUT reports as payload might be blocked by the underlying transport driver
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | cl_lock.c | 926 sigset_t blocked; in cl_lock_state_wait() local 940 blocked = cfs_block_sigsinv(LUSTRE_FATAL_SIGS); in cl_lock_state_wait() 963 cfs_restore_sigs(blocked); in cl_lock_state_wait()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/ |
D | core.c | 1683 bool blocked; in rtl_op_rfkill_poll() local 1702 blocked = (rtlpriv->rfkill.rfkill_state == 1) ? 0 : 1; in rtl_op_rfkill_poll() 1703 wiphy_rfkill_set_hw_state(hw->wiphy, blocked); in rtl_op_rfkill_poll()
|
D | base.c | 501 bool blocked; in rtl_init_rfkill() local 516 blocked = (rtlpriv->rfkill.rfkill_state == 1) ? 0 : 1; in rtl_init_rfkill() 517 wiphy_rfkill_set_hw_state(hw->wiphy, blocked); in rtl_init_rfkill()
|
/linux-4.4.14/Documentation/vm/ |
D | userfaultfd.txt | 78 up the blocked userfaults (unless uffdio_copy.mode &
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sleep34xx.S | 553 tst r5, #0x100 @ is part access blocked
|
/linux-4.4.14/fs/ocfs2/ |
D | super.c | 2653 sigset_t blocked; in ocfs2_block_signals() local 2655 sigfillset(&blocked); in ocfs2_block_signals() 2656 rc = sigprocmask(SIG_BLOCK, &blocked, oldset); in ocfs2_block_signals()
|
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | cpsw_ale.c | 94 DEFINE_ALE_FIELD(blocked, 65, 1)
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | signal_64.c | 635 ¤t->blocked, sizeof(sigset_t))) in sys_swapcontext()
|
D | signal_32.c | 1201 || put_sigset_t(&old_ctx->uc_sigmask, ¤t->blocked) in sys_swapcontext()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | stack.c | 210 sigfillset(¤t->blocked); in mISDNStackd()
|
/linux-4.4.14/Documentation/development-process/ |
D | 6.Followthrough | 95 be hopelessly blocked. Appealing to Andrew should not be done lightly,
|
/linux-4.4.14/net/bluetooth/ |
D | hci_core.c | 2121 static int hci_rfkill_set_block(void *data, bool blocked) in hci_rfkill_set_block() argument 2125 BT_DBG("%p name %s blocked %d", hdev, hdev->name, blocked); in hci_rfkill_set_block() 2130 if (blocked) { in hci_rfkill_set_block()
|
/linux-4.4.14/drivers/net/usb/ |
D | hso.c | 2453 static int hso_rfkill_set_block(void *data, bool blocked) in hso_rfkill_set_block() argument 2456 int enabled = !blocked; in hso_rfkill_set_block()
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 1983 bool blocked = false; in e1000_check_reset_block_ich8lan() local 1986 while ((blocked = !(er32(FWSM) & E1000_ICH_FWSM_RSPCIPHY)) && in e1000_check_reset_block_ich8lan() 1989 return blocked ? E1000_BLK_PHY_RESET : 0; in e1000_check_reset_block_ich8lan()
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_eh.txt | 187 (*QUESTION* why is it needed? All operations will be blocked
|
D | ChangeLog.megaraid_sas | 466 3. SYNCHRONIZE_CACHE is not supported by FW and thus blocked by driver.
|
D | ChangeLog.lpfc | 356 the small window while the device was blocked to be errored w/ 565 * Have rmmod path cleanup blocked devices before scsi_remove_host. 644 * Added a blocked member to the lpfc_target structure for
|
/linux-4.4.14/Documentation/powerpc/ |
D | pci_iov_resource_on_powernv.txt | 25 return all 1's value. MSIs are also blocked. There's a bit more state that
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 1782 return (sigismember(¤t->blocked, sig) || in is_ignored()
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | CHANGES | 574 blocked users thread so it does not seem hung (in some cases was blocked
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_els.c | 8550 int blocked; in lpfc_block_fabric_iocbs() local 8552 blocked = test_and_set_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags); in lpfc_block_fabric_iocbs() 8554 if (!blocked) in lpfc_block_fabric_iocbs()
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 162 API-set-current-blocked
|
/linux-4.4.14/init/ |
D | Kconfig | 971 to a cgroup hierarchy will *not* be blocked by the PIDs subsystem),
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 2471 sigemptyset(¤t->blocked); in selinux_bprm_committed_creds()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | ALSA-Configuration.txt | 91 opening a busy OSS PCM device won't be blocked but return
|
/linux-4.4.14/Documentation/networking/ |
D | bonding.txt | 685 peers will not be blocked by the switch.
|