Home
last modified time | relevance | path

Searched full:blocked (Results 1 – 25 of 735) sorted by relevance

12345678910>>...30

/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z196/
Dcrypto.json20 "BriefDescription": "PRNG Blocked Functions",
21 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A…
27 "BriefDescription": "PRNG Blocked Cycles",
28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU …
48 "BriefDescription": "SHA Blocked Functions",
49 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c…
56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b…
76 "BriefDescription": "DEA Blocked Functions",
77 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A…
83 "BriefDescription": "DEA Blocked Cycles",
[all …]
/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z14/
Dcrypto.json20 "BriefDescription": "PRNG Blocked Functions",
21 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A…
27 "BriefDescription": "PRNG Blocked Cycles",
28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU …
48 "BriefDescription": "SHA Blocked Functions",
49 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c…
56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b…
76 "BriefDescription": "DEA Blocked Functions",
77 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A…
83 "BriefDescription": "DEA Blocked Cycles",
[all …]
/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z15/
Dcrypto.json20 "BriefDescription": "PRNG Blocked Functions",
21 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A…
27 "BriefDescription": "PRNG Blocked Cycles",
28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU …
48 "BriefDescription": "SHA Blocked Functions",
49 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c…
56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b…
76 "BriefDescription": "DEA Blocked Functions",
77 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A…
83 "BriefDescription": "DEA Blocked Cycles",
[all …]
Dcrypto6.json20 "BriefDescription": "Ecc Blocked Function Count",
21 …ic-curve cryptography (ECC) functions that are issued by the CPU and are blocked because the ECC c…
27 "BriefDescription": "ECC Blocked Cycles Count",
28 …"PublicDescription": "This counter counts the total number of CPU cycles blocked for the elliptic-…
/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z13/
Dcrypto.json20 "BriefDescription": "PRNG Blocked Functions",
21 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A…
27 "BriefDescription": "PRNG Blocked Cycles",
28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU …
48 "BriefDescription": "SHA Blocked Functions",
49 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c…
56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b…
76 "BriefDescription": "DEA Blocked Functions",
77 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A…
83 "BriefDescription": "DEA Blocked Cycles",
[all …]
/linux-5.10/tools/perf/pmu-events/arch/s390/cf_z10/
Dcrypto.json20 "BriefDescription": "PRNG Blocked Functions",
21 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A…
27 "BriefDescription": "PRNG Blocked Cycles",
28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU …
48 "BriefDescription": "SHA Blocked Functions",
49 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c…
56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b…
76 "BriefDescription": "DEA Blocked Functions",
77 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A…
83 "BriefDescription": "DEA Blocked Cycles",
[all …]
/linux-5.10/tools/perf/pmu-events/arch/s390/cf_zec12/
Dcrypto.json20 "BriefDescription": "PRNG Blocked Functions",
21 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A…
27 "BriefDescription": "PRNG Blocked Cycles",
28 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU …
48 "BriefDescription": "SHA Blocked Functions",
49 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c…
56 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b…
76 "BriefDescription": "DEA Blocked Functions",
77 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A…
83 "BriefDescription": "DEA Blocked Cycles",
[all …]
/linux-5.10/include/linux/
Drfkill.h57 * @set_block: turn the transmitter on (blocked == false) or off
58 * (blocked == true) -- ignore and return 0 when hard blocked.
64 int (*set_block)(void *data, bool blocked);
94 * set_block() will be called to initialize the software blocked state
97 * If the hardware blocked state is not set before registration,
143 * @blocked: the current hardware block state to set
145 * rfkill drivers that get events when the hard-blocked state changes
156 * should be blocked) so that drivers need not keep track of the soft
159 bool rfkill_set_hw_state(struct rfkill *rfkill, bool blocked);
164 * @blocked: the current software block state to set
[all …]
/linux-5.10/Documentation/locking/
Drt-mutex-design.rst82 blocked on one of its locks. This is described in more detail
101 - A waiter is a struct that is stored on the stack of a blocked
103 a process being blocked on the mutex, it is fine to allocate
106 the task is blocked on. It also has rbtree node structures to
114 - A list of processes that are blocked on a mutex.
133 would never diverge, since a process can't be blocked on more than one
142 B blocked on L1
144 C blocked on L2
146 D blocked on L3
148 E blocked on L4
[all …]
/linux-5.10/Documentation/scsi/scsi_transport_srp/
Drport_state_diagram.dot10 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-5.10/net/atm/
Dpppoatm.c65 unsigned long blocked; member
80 #define BLOCKED 0 macro
114 * As in pppoatm_pop(), it's safe to clear the BLOCKED bit here because in pppoatm_release_cb()
119 * set the BLOCKED bit while the socket is still locked. We know that in pppoatm_release_cb()
122 if (test_and_clear_bit(BLOCKED, &pvcc->blocked)) in pppoatm_release_cb()
130 * but we also need to wake up the device if we blocked it
141 * fear of race conditions where we clear the BLOCKED flag just as we in pppoatm_pop()
151 * So if the CPU in pppoatm_send() has already set the BLOCKED bit and in pppoatm_pop()
154 * BLOCKED bit yet, that's fine too because of the double check in in pppoatm_pop()
157 if (test_and_clear_bit(BLOCKED, &pvcc->blocked)) in pppoatm_pop()
[all …]
/linux-5.10/include/asm-generic/
Dsyscall.h24 * @task: task of interest, must be blocked
29 * If @task is not executing a system call, i.e. it's blocked
36 * It's only valid to call this when @task is known to be blocked.
60 * @task: task of interest, must be blocked
72 * @task: task of interest, must be blocked
85 * @task: task of interest, must be blocked
103 * @task: task of interest, must be blocked
133 * @task: task of interest, must be blocked
/linux-5.10/net/rfkill/
Dcore.c303 * @blocked: the new software state
308 static void rfkill_set_block(struct rfkill *rfkill, bool blocked) in rfkill_set_block() argument
333 if (blocked) in rfkill_set_block()
341 err = rfkill->ops->set_block(rfkill->data, blocked); in rfkill_set_block()
367 static void rfkill_update_global_state(enum rfkill_type type, bool blocked) in rfkill_update_global_state() argument
372 rfkill_global_states[type].cur = blocked; in rfkill_update_global_state()
377 rfkill_global_states[i].cur = blocked; in rfkill_update_global_state()
386 * @blocked: the new state
393 static void __rfkill_switch_all(const enum rfkill_type type, bool blocked) in __rfkill_switch_all() argument
397 rfkill_update_global_state(type, blocked); in __rfkill_switch_all()
[all …]
Drfkill-gpio.c29 static int rfkill_gpio_set_power(void *data, bool blocked) in rfkill_gpio_set_power() argument
33 if (!blocked && !IS_ERR(rfkill->clk) && !rfkill->clk_enabled) in rfkill_gpio_set_power()
36 gpiod_set_value_cansleep(rfkill->shutdown_gpio, !blocked); in rfkill_gpio_set_power()
37 gpiod_set_value_cansleep(rfkill->reset_gpio, !blocked); in rfkill_gpio_set_power()
39 if (blocked && !IS_ERR(rfkill->clk) && rfkill->clk_enabled) in rfkill_gpio_set_power()
42 rfkill->clk_enabled = !blocked; in rfkill_gpio_set_power()
/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-aer_stats58 MC Blocked TLP 0
59 AtomicOp Egress Blocked 0
60 TLP Prefix Blocked Error 0
88 MC Blocked TLP 0
89 AtomicOp Egress Blocked 0
90 TLP Prefix Blocked Error 0
/linux-5.10/arch/nds32/include/asm/
Dsyscall.h15 * @task: task of interest, must be blocked
20 * If @task is not executing a system call, i.e. it's blocked
27 * It's only valid to call this when @task is known to be blocked.
59 * @task: task of interest, must be blocked
76 * @task: task of interest, must be blocked
93 * @task: task of interest, must be blocked
115 * @task: task of interest, must be blocked
/linux-5.10/drivers/platform/x86/
Dxo1-rfkill.c15 static int rfkill_set_block(void *data, bool blocked) in rfkill_set_block() argument
20 if (blocked == card_blocked) in rfkill_set_block()
23 if (blocked) in rfkill_set_block()
30 card_blocked = blocked; in rfkill_set_block()
Damilo-rfkill.c28 static int amilo_a1655_rfkill_set_block(void *data, bool blocked) in amilo_a1655_rfkill_set_block() argument
30 u8 param = blocked ? A1655_WIFI_OFF : A1655_WIFI_ON; in amilo_a1655_rfkill_set_block()
54 static int amilo_m7440_rfkill_set_block(void *data, bool blocked) in amilo_m7440_rfkill_set_block() argument
56 u8 val1 = blocked ? M7440_RADIO_OFF1 : M7440_RADIO_ON1; in amilo_m7440_rfkill_set_block()
57 u8 val2 = blocked ? M7440_RADIO_OFF2 : M7440_RADIO_ON2; in amilo_m7440_rfkill_set_block()
/linux-5.10/Documentation/filesystems/
Ddirectory-locking.rst81 renames will be blocked on filesystem lock and we don't start changing
90 Now consider the minimal deadlock. Each process is blocked on
93 not contended, since any process blocked on it is not holding any locks.
94 Thus all processes are blocked on ->i_rwsem.
102 blocked on source and it means that it doesn't hold any locks.
107 is blocked on belongs to child of that object due to (1).
/linux-5.10/kernel/
Dsignal.c104 * Blocked signals are never ignored, since the in sig_ignored()
108 if (sigismember(&t->blocked, sig) || sigismember(&t->real_blocked, sig)) in sig_ignored()
124 * signals, globally pending signals, and blocked signals.
126 static inline bool has_pending_signals(sigset_t *signal, sigset_t *blocked) in has_pending_signals() argument
134 ready |= signal->sig[i] &~ blocked->sig[i]; in has_pending_signals()
137 case 4: ready = signal->sig[3] &~ blocked->sig[3]; in has_pending_signals()
138 ready |= signal->sig[2] &~ blocked->sig[2]; in has_pending_signals()
139 ready |= signal->sig[1] &~ blocked->sig[1]; in has_pending_signals()
140 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
143 case 2: ready = signal->sig[1] &~ blocked->sig[1]; in has_pending_signals()
[all …]
/linux-5.10/lib/
Dsyscall.c45 * task_current_syscall - Discover what a blocked task is doing.
53 * If @target is blocked in a system call, returns zero with @info.data.nr
61 * If @target is blocked in the kernel during a fault or exception,
67 * Returns -%EAGAIN if @target does not remain blocked.
/linux-5.10/Documentation/accounting/
Dcgroupstats.rst22 about tasks blocked on I/O. If CONFIG_TASK_DELAY_ACCT is disabled, this
29 sleeping 1, blocked 0, running 1, stopped 0, uninterruptible 0
31 sleeping 155, blocked 0, running 1, stopped 0, uninterruptible 2
/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
Dflowring.c179 bool blocked) in brcmf_flowring_block() argument
193 if (ring->blocked == blocked) { in brcmf_flowring_block()
205 if (ring->blocked) { in brcmf_flowring_block()
212 flow->rings[flowid]->blocked = blocked; in brcmf_flowring_block()
221 brcmf_txflowblock_if(ifp, BRCMF_NETIF_STOP_REASON_FLOW, blocked); in brcmf_flowring_block()
268 if (!ring->blocked && in brcmf_flowring_enqueue()
296 if (ring->blocked && in brcmf_flowring_dequeue()
/linux-5.10/fs/lockd/
Dsvclock.c5 * Handling of server-side locks, mostly of the blocked variety.
13 * to a file's list of blocked locks through a semaphore. The global
14 * list of blocked locks is not protected in this fashion however.
16 * call) move blocked locks towards the head of the list *while some other
52 * The list of blocked locks to retry
87 * Insert a blocked lock into the global list
204 * the blocked lock request. The spec explicitly mentions that the client
580 /* Append to list of blocked */ in nlmsvc_lock()
681 * Cancel a previously blocked request.
766 * Unblock a blocked lock request. This is a callback invoked from the
[all …]
/linux-5.10/include/uapi/linux/
Dfsi.h25 #define SCOM_INTF_ERR_PROTECTION 0x00000002 /* Blocked by secure boot */
35 #define SCOM_PIB_BLOCKED 1 /* PIB blocked, pls retry */
47 #define SCOM_CHECK_PROTECTED 0x00000002 /* Interface blocked by secure boot */

12345678910>>...30