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

12345

/linux-master/drivers/platform/x86/intel/
H A Doaktrail.c95 static int oaktrail_rfkill_set(void *data, bool blocked) argument
103 if (!blocked)
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dchan.c221 CHAN_TRACE(chan, "block %d", atomic_read(&chan->blocked));
222 if (atomic_inc_return(&chan->blocked) == 1)
254 CHAN_TRACE(chan, "allow %d", atomic_read(&chan->blocked));
255 if (atomic_dec_and_test(&chan->blocked))
382 atomic_set(&chan->blocked, 1);
H A Drunl.c68 /* Runlist is blocked before scheduling recovery - fetch count. */
287 if (!--runl->blocked) {
301 if (!runl->blocked++) {
H A Drunl.h92 int blocked; member in struct:nvkm_runl
/linux-master/net/mac80211/
H A Dht.c357 bool blocked; local
362 /* When this flag is set, new sessions should be blocked. */
363 blocked = test_sta_flag(sta, WLAN_STA_BLOCK_BA);
377 if (!blocked &&
393 if (!blocked && tid_tx) {
445 if (!blocked &&
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_packet_layer.c1623 for (i = 0; i < ARRAY_SIZE(ptl->rx.blocked.seqs); i++) {
1624 if (likely(ptl->rx.blocked.seqs[i] != frame->seq))
1631 /* Update list of blocked sequence IDs. */
1632 ptl->rx.blocked.seqs[ptl->rx.blocked.offset] = frame->seq;
1633 ptl->rx.blocked.offset = (ptl->rx.blocked.offset + 1)
1634 % ARRAY_SIZE(ptl->rx.blocked.seqs);
2057 /* Initialize list of recent/blocked SEQs with invalid sequence IDs. */
2058 for (i = 0; i < ARRAY_SIZE(ptl->rx.blocked
[all...]
H A Dssh_packet_layer.h67 * @rx.blocked: List of recent/blocked sequence IDs to detect retransmission.
68 * @rx.blocked.seqs: Array of blocked sequence IDs.
69 * @rx.blocked.offset: Offset indicating where a new ID should be inserted.
109 } blocked; member in struct:ssh_ptl::__anon437
/linux-master/drivers/firewire/
H A Dsbp2.c140 bool blocked; member in struct:sbp2_logical_unit
167 int blocked; /* ditto */ member in struct:sbp2_target
706 if (!tgt->dont_block && !lu->blocked &&
708 lu->blocked = true;
709 if (++tgt->blocked == 1)
730 if (lu->blocked && lu->generation == card->generation) {
731 lu->blocked = false;
732 unblock = --tgt->blocked == 0;
988 lu->blocked = false;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h202 * @blocked: fence used to signal when the blocking of a
205 struct i915_sw_fence blocked; member in struct:intel_context::__anon641
H A Dintel_context.c428 i915_sw_fence_init(&ce->guc_state.blocked,
430 i915_sw_fence_commit(&ce->guc_state.blocked);
451 i915_sw_fence_fini(&ce->guc_state.blocked);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c423 bool blocked; local
434 blocked = brcms_rfkill_set_hw_state(wl);
436 if (!blocked)
444 if (!blocked)
885 bool blocked; local
888 blocked = brcms_c_check_radio_disabled(wl->wlc);
891 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked);
1729 bool blocked = brcms_c_check_radio_disabled(wl->wlc); variable
1732 wiphy_rfkill_set_hw_state(wl->pub->ieee_hw->wiphy, blocked);
1733 if (blocked)
[all...]
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_gpio.c325 bool blocked = !!ath_is_rfkill_set(priv); local
327 wiphy_rfkill_set_hw_state(hw->wiphy, blocked);
/linux-master/drivers/platform/x86/
H A Dsamsung-laptop.c570 static int seclinux_rfkill_set(void *data, bool blocked) argument
577 !blocked);
593 static int swsmi_rfkill_set(void *priv, bool blocked) argument
611 data.data[WL_STATUS_WLAN] = !blocked;
613 data.data[WL_STATUS_BT] = !blocked;
949 int blocked)
963 if (blocked != -1)
964 rfkill_init_sw_state(*rfkill, blocked);
945 samsung_new_rfkill(struct samsung_laptop *samsung, struct samsung_rfkill *arfkill, const char *name, enum rfkill_type type, const struct rfkill_ops *ops, int blocked) argument
H A Dclassmate-laptop.c887 bool blocked; local
892 blocked = state & 1 ? false : true;
893 rfkill_set_sw_state(rfkill, blocked);
897 static int cmpc_rfkill_block(void *data, bool blocked) argument
910 if (is_blocked != blocked) {
911 state = blocked ? 0 : 1;
H A Deeepc-laptop.c564 bool blocked = eeepc_wlan_rfkill_blocked(eeepc); local
569 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked);
597 if (blocked != absent) {
599 blocked ? "blocked" : "unblocked",
605 if (!blocked) {
754 static int eeepc_rfkill_set(void *data, bool blocked) argument
758 return write_acpi_int(handle, NULL, !blocked);
H A Dasus-laptop.c1291 static int asus_gps_rfkill_set(void *data, bool blocked) argument
1295 return asus_gps_switch(asus, !blocked);
1302 static int asus_rfkill_set(void *data, bool blocked) argument
1308 return asus_wlan_set(asus, !blocked);
1310 return asus_bluetooth_set(asus, !blocked);
1312 return asus_wimax_set(asus, !blocked);
1314 return asus_wwan_set(asus, !blocked);
1418 static int pega_rfkill_set(void *data, bool blocked) argument
1422 int ret = asus_pega_lucid_set(rfk->asus, rfk->control_id, !blocked);
/linux-master/fs/fuse/
H A Dcontrol.c133 fc->blocked = fc->num_background >= fc->max_background;
134 if (!fc->blocked)
/linux-master/fs/proc/
H A Darray.c267 sigset_t pending, shpending, blocked, ignored, caught; local
274 sigemptyset(&blocked);
281 blocked = p->blocked;
298 render_sigset_t(m, "SigBlk:\t", &blocked);
626 seq_put_decimal_ull(m, " ", task->blocked.sig[0] & 0x7fffffffUL);
/linux-master/fs/ocfs2/dlm/
H A Ddlmmaster.c92 int *blocked);
96 int blocked);
484 !list_empty(&res->blocked) ||
495 !list_empty(&res->blocked) ? 'B' : ' ',
508 BUG_ON(!list_empty(&res->blocked));
544 INIT_LIST_HEAD(&res->blocked);
709 int blocked = 0; local
814 blocked = dlm_find_mle(dlm, &mle, (char *)lockid, namelen);
815 if (blocked) {
930 if (blocked)
1001 dlm_wait_for_lock_mastery(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_master_list_entry *mle, int *blocked) argument
1206 dlm_restart_lock_mastery(struct dlm_ctxt *dlm, struct dlm_lock_resource *res, struct dlm_master_list_entry *mle, int blocked) argument
[all...]
H A Ddlmthread.c65 list_empty(&res->blocked))
360 goto blocked;
432 blocked:
433 if (list_empty(&res->blocked))
435 target = list_entry(res->blocked.next, struct dlm_lock, list);
465 /* we can grant the blocked lock (only
630 /* get the highest blocked lock, and reset */
643 "blocked %d, node %u\n",
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_common.c451 void b43_software_rfkill(struct b43_wldev *dev, bool blocked) argument
456 phy->ops->software_rfkill(dev, blocked);
457 phy->radio_on = !blocked;
/linux-master/include/trace/events/
H A Dbcache.h475 __field(unsigned, blocked )
482 __entry->blocked = atomic_read(&ca->set->prio_blocked);
485 TP_printk("alloc fail %d,%d free %u free_inc %u blocked %u",
487 __entry->free_inc, __entry->blocked)
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c75 DEFINE(TASK_BLOCKED, offsetof(struct task_struct, blocked));
/linux-master/arch/mips/kernel/
H A Dsignal.c641 sigset_t blocked; local
648 if (__copy_from_user(&blocked, &frame->sf_mask, sizeof(blocked)))
651 set_current_blocked(&blocked);
/linux-master/drivers/parport/
H A Dshare.c982 goto blocked;
985 goto blocked;
995 goto blocked;
1042 blocked:

Completed in 333 milliseconds

12345