/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z10/ |
H A D | crypto.json | 17 "BriefDescription": "PRNG Blocked Functions", 18 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A… 23 "BriefDescription": "PRNG Blocked Cycles", 24 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 41 "BriefDescription": "SHA Blocked Functions", 42 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c… 48 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 65 "BriefDescription": "DEA Blocked Functions", 66 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A… 71 "BriefDescription": "DEA Blocked Cycles", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/ |
H A D | crypto.json | 17 "BriefDescription": "PRNG Blocked Functions", 18 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A… 23 "BriefDescription": "PRNG Blocked Cycles", 24 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 41 "BriefDescription": "SHA Blocked Functions", 42 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c… 48 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 65 "BriefDescription": "DEA Blocked Functions", 66 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A… 71 "BriefDescription": "DEA Blocked Cycles", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z14/ |
H A D | crypto.json | 17 "BriefDescription": "PRNG Blocked Functions", 18 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A… 23 "BriefDescription": "PRNG Blocked Cycles", 24 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 41 "BriefDescription": "SHA Blocked Functions", 42 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c… 48 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 65 "BriefDescription": "DEA Blocked Functions", 66 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A… 71 "BriefDescription": "DEA Blocked Cycles", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_z196/ |
H A D | crypto.json | 17 "BriefDescription": "PRNG Blocked Functions", 18 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A… 23 "BriefDescription": "PRNG Blocked Cycles", 24 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 41 "BriefDescription": "SHA Blocked Functions", 42 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c… 48 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 65 "BriefDescription": "DEA Blocked Functions", 66 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A… 71 "BriefDescription": "DEA Blocked Cycles", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/s390/cf_zec12/ |
H A D | crypto.json | 17 "BriefDescription": "PRNG Blocked Functions", 18 …: "Total number of the PRNG functions that are issued by the CPU and are blocked because the DEA/A… 23 "BriefDescription": "PRNG Blocked Cycles", 24 …"PublicDescription": "Total number of CPU cycles blocked for the PRNG functions issued by the CPU … 41 "BriefDescription": "SHA Blocked Functions", 42 …": "Total number of the SHA functions that are issued by the CPU and are blocked because the SHA c… 48 …"PublicDescription": "Total number of CPU cycles blocked for the SHA functions issued by the CPU b… 65 "BriefDescription": "DEA Blocked Functions", 66 …": "Total number of the DEA functions that are issued by the CPU and are blocked because the DEA/A… 71 "BriefDescription": "DEA Blocked Cycles", [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/failmode/ |
H A D | failmode.kshlib | 108 # see if the helper program blocked 109 typeset -i blocked 111 blocked=1 112 log_note "$helper: blocked in the kernel" 114 blocked=0 128 log_note "$helper: zilerr=$zilerr blocked=$blocked rc=$rc" 133 # - sync op blocked when the pool suspended 136 log_must test $blocked -eq 1 144 log_must test $blocked -eq 0
|
H A D | failmode_dmu_tx_wait.ksh | 75 # dd should still be running, blocked in the kernel 76 typeset -i blocked 78 blocked=1 79 log_note "dd is blocked as expected" 81 blocked=0 94 # confirm that dd was blocked in dmu_tx assign/wait 96 log_must test $blocked -eq 1
|
H A D | failmode_dmu_tx_continue.ksh | 76 typeset -i blocked 78 blocked=1 79 log_note "dd is blocked in the kernel!" 81 blocked=0 91 # care about that, because we already know it blocked) 92 test $blocked -eq 1 && kill -9 $dd_pid 99 log_must test $blocked -eq 0
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | rfkill.c | 50 int blocked; member 83 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_receive() 86 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_receive() 93 if (new_blocked != rfkill->blocked) { in rfkill_receive() 94 rfkill->blocked = new_blocked; in rfkill_receive() 176 wpa_printf(MSG_INFO, "rfkill: WLAN hard blocked"); in rfkill_init() 177 rfkill->blocked = 1; in rfkill_init() 179 wpa_printf(MSG_INFO, "rfkill: WLAN soft blocked"); in rfkill_init() 180 rfkill->blocked = 1; in rfkill_init() 223 return rfkill->blocked; in rfkill_is_blocked()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/syncfs/ |
H A D | syncfs_suspend.ksh | 82 # returned an error, or be blocked in the kernel 83 typeset -i blocked 86 blocked=1 87 log_note "syncfs() is blocked in the kernel" 89 blocked=0 103 # it blocked, clean it up now 110 # it blocked and returned after the pool suspended, then we don't care about 113 log_must test $blocked -eq 1 -o $rc -ne 0
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_killable.h | 47 sigset_t blocked, oldset; in down_interruptible_killable() local 48 siginitsetinv(&blocked, SHUTDOWN_SIGS); in down_interruptible_killable() 49 sigprocmask(SIG_SETMASK, &blocked, &oldset); in down_interruptible_killable() 61 sigset_t blocked, oldset; in mutex_lock_interruptible_killable() local 62 siginitsetinv(&blocked, SHUTDOWN_SIGS); in mutex_lock_interruptible_killable() 63 sigprocmask(SIG_SETMASK, &blocked, &oldset); in mutex_lock_interruptible_killable()
|
/freebsd/sys/sys/ |
H A D | turnstile.h | 33 * queue of threads blocked on them when they are contested. Each 48 * blocked threads for a pending wakeup. turnstile_signal() marks the 49 * highest priority blocked thread while turnstile_broadcast() marks all 50 * blocked threads. The turnstile_signal() function returns true if the 68 * The highest priority thread blocked on a specified queue of a
|
/freebsd/sys/contrib/openzfs/module/os/linux/spl/ |
H A D | spl-condvar.c | 201 sigset_t blocked, saved; in __cv_wait_idle() local 203 sigfillset(&blocked); in __cv_wait_idle() 204 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_wait_idle() 303 sigset_t blocked, saved; in __cv_timedwait_idle() local 306 sigfillset(&blocked); in __cv_timedwait_idle() 307 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in __cv_timedwait_idle() 416 sigset_t blocked, saved; in cv_timedwait_idle_hires() local 419 sigfillset(&blocked); in cv_timedwait_idle_hires() 420 (void) sigprocmask(SIG_BLOCK, &blocked, &saved); in cv_timedwait_idle_hires()
|
/freebsd/sys/kern/ |
H A D | subr_turnstile.c | 35 * Implementation of turnstiles used to hold queue of threads blocked on 57 * blocked on the lock, then it reclaims the turnstile associated with the lock 110 * are linked list of threads blocked on the turnstile's lock. One list is 122 struct threadqueue ts_blocked[2]; /* (c + q) Blocked threads. */ 195 * of the thread being blocked to all the threads holding locks that have to 255 * thread that is being blocked, we are finished. in propagate_priority() 286 * If we aren't blocked on a lock, we should be. in propagate_priority() 289 "thread %d(%s):%d holds %s but isn't blocked on a lock\n", in propagate_priority() 294 * Pick up the lock that td is blocked on. in propagate_priority() 322 * This thread may not be blocked on this turnstile anymore in turnstile_adjust_thread() [all …]
|
/freebsd/contrib/blocklist/bin/ |
H A D | blacklistctl.c | 91 int all, blocked, remain, wide, noheader; in main() local 94 noheader = wide = blocked = all = remain = 0; in main() 107 blocked = 0; in main() 110 blocked = 1; in main() 144 if (blocked) { in main()
|
H A D | blocklistctl.c | 91 int all, blocked, remain, wide, noheader; in main() local 94 noheader = wide = blocked = all = remain = 0; in main() 107 blocked = 0; in main() 110 blocked = 1; in main() 144 if (blocked) { in main()
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmont/ |
H A D | pipeline.json | 263 …nt is relevant during certain microcode flows). Counts all issue slots blocked while within this… 278 …"BriefDescription": "Loads blocked because address has 4k partial address false dependence (Precis… 289 "BriefDescription": "Loads blocked (Precise event capable)", 295 "PublicDescription": "Counts anytime a load that retires is blocked for any reason.", 300 "BriefDescription": "Loads blocked due to store data not ready (Precise event capable)", 306 …"PublicDescription": "Counts a load blocked from using a store forward, but did not occur because … 311 … "BriefDescription": "Loads blocked due to store forward restriction (Precise event capable)", 317 …cription": "Counts a load blocked from using a store forward because of an address/size mismatch, … 322 … "BriefDescription": "Loads blocked because address in not in the UTLB (Precise event capable)", 328 …"PublicDescription": "Counts loads blocked because they are unable to find their physical address …
|
/freebsd/share/doc/psd/05.sysman/ |
H A D | 1.3.t | 35 interrupt: the signal is blocked from further occurrence, 39 the signal is to be \fIblocked\fP or \fIignored\fP. A process may 53 with the signal that caused their invocation \fIblocked\fP, but other 149 If the signal is not currently \fIblocked\fP by the process 162 The mask of \fIblocked\fP signals is independent of handlers for 215 It is possible to check conditions with some signals blocked,
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_pf/ |
H A D | BEGEMOT-PF-MIB.txt | 670 "The number of IPv4 bytes blocked coming in on this interface." 686 "The number of IPv4 bytes blocked going out on this interface." 702 "The number of IPv4 packets blocked coming in on this interface." 718 "The number of IPv4 packets blocked going out on this interface." 734 "The number of IPv6 bytes blocked coming in on this interface." 750 "The number of IPv6 bytes blocked going out on this interface." 767 "The number of IPv6 packets blocked coming in on this interface." 783 "The number of IPv6 packets blocked going out on this interface." 921 "The number of bytes blocked coming in matching the table." 947 "The number of bytes blocked going out matching the table." [all …]
|
/freebsd/share/man/man3/ |
H A D | pthread_signals_block_np.3 | 42 Synchronous signal delivery cannot be blocked in general, including with 45 The blocked state established by the 48 Specifically, system calls executed while in a blocked section,
|
/freebsd/lib/libpmc/pmu-events/arch/x86/goldmontplus/ |
H A D | pipeline.json | 312 …nt is relevant during certain microcode flows). Counts all issue slots blocked while within this… 329 …"BriefDescription": "Loads blocked because address has 4k partial address false dependence (Precis… 341 "BriefDescription": "Loads blocked (Precise event capable)", 348 "PublicDescription": "Counts anytime a load that retires is blocked for any reason.", 353 "BriefDescription": "Loads blocked due to store data not ready (Precise event capable)", 360 …"PublicDescription": "Counts a load blocked from using a store forward, but did not occur because … 365 … "BriefDescription": "Loads blocked due to store forward restriction (Precise event capable)", 372 …cription": "Counts a load blocked from using a store forward because of an address/size mismatch, … 377 … "BriefDescription": "Loads blocked because address in not in the UTLB (Precise event capable)", 384 …"PublicDescription": "Counts loads blocked because they are unable to find their physical address …
|
/freebsd/contrib/libpcap/ |
H A D | pcap_breakloop.3pcap | 43 blocked waiting for packets to arrive, 45 will also, on some platforms, wake up the thread that is blocked. In 76 blocked in pcap_dispatch(), pcap_loop(), pcap_next(3PCAP), or 146 will not wake up a blocked thread on any platform.
|
/freebsd/lib/libc/gen/ |
H A D | sem_destroy.3 | 63 There are currently threads blocked on the semaphore that 78 if called while there are threads blocked on 84 if there are threads blocked on
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_filter.3 | 96 Note that the compressed output is always properly blocked. 102 The encoded output is always properly blocked. 108 The output of that program is blocked and written to the client
|
/freebsd/lib/libsys/ |
H A D | sigsuspend.2 | 33 .Nd atomically release blocked signals and wait for interrupt 44 temporarily changes the blocked signal mask to the set to which 53 In normal usage, a signal is blocked using
|