Searched refs:signal (Results 1 - 25 of 1668) sorted by last modified time

1234567891011>>

/linux-master/kernel/
H A Dworkqueue.c33 #include <linux/signal.h>
H A Dcpu.c11 #include <linux/sched/signal.h>
/linux-master/fs/nfs/
H A Dinode.c19 #include <linux/sched/signal.h>
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c17 #include <linux/sched/signal.h>
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A Dsud_test.c12 #include <signal.h>
144 * selector to signal handler
266 /* Even though it is ready to catch SIGSYS, the signal is
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c13 #include <signal.h>
/linux-master/fs/smb/client/
H A Dtransport.c23 #include <linux/sched/signal.h>
301 cifs_dbg(FYI, "signal pending before send request\n");
372 * If signal is pending but we have already sent the whole packet to
383 cifs_dbg(FYI, "signal is pending after attempt to send\n");
1581 /* Were we interrupted by a signal ? */
/linux-master/tools/testing/selftests/mm/
H A Dprotection_keys.c36 #include <signal.h>
382 dprintf1("signal pkey_reg from pkey_reg: %016llx\n",
386 dprintf1("signal pkey_reg from xsave: %08x\n", *pkey_reg_ptr);
424 /* get the old signal mask. */
439 signal(SIGCHLD, &sig_chld);
901 * The signal handler shold have cleared out PKEY register to let the
911 dprintf1("%s() set pkey_reg=%016llx to restore state after signal "
/linux-master/tools/testing/selftests/
H A Dkselftest_harness.h158 * @signal: signal number
162 * TEST_SIGNAL(name, signal) { implementation }
164 * Defines a test by name and the expected term signal.
171 #define TEST_SIGNAL(test_name, signal) __TEST_IMPL(test_name, signal)
366 #define TEST_F_SIGNAL(fixture_name, test_name, signal) \
367 __TEST_F_IMPL(fixture_name, test_name, signal, TEST_TIMEOUT_DEFAULT)
372 #define __TEST_F_IMPL(fixture_name, test_name, signal, tmout) \
412 /* Forward signal t
[all...]
/linux-master/net/wireless/
H A Dtrace.h3600 __field(s32, signal)
3610 __entry->signal = data->signal;
3616 "signal: %d, tsb:%llu, detect_tsf:%llu, tsf_bssid: %pM",
3618 __entry->signal, (unsigned long long)__entry->ts_boottime,
H A Dnl80211.c6504 static bool nl80211_put_signal(struct sk_buff *msg, u8 mask, s8 *signal, argument
6521 if (nla_put_u8(msg, i, signal[i]))
6598 PUT_SINFO(SIGNAL, signal, u8);
10341 if (nla_put_u32(msg, NL80211_BSS_SIGNAL_MBM, res->signal))
10345 if (nla_put_u8(msg, NL80211_BSS_SIGNAL_UNSPEC, res->signal))
/linux-master/net/mac80211/
H A Drx.c187 /* antenna and antenna signal fields */
445 *pos = status->signal;
1789 link_sta->rx_stats.last_signal = status->signal;
1790 ewma_signal_add(&link_sta->rx_stats_avg.signal,
1791 -status->signal);
1797 int signal = status->chain_signal[i]; local
1802 link_sta->rx_stats.chain_signal_last[i] = signal;
1804 -signal);
3435 sig = status->signal;
3860 info.sig_dbm = status->signal;
4794 int signal = status->chain_signal[i]; local
[all...]
H A Dscan.c184 bss_meta.signal = 0; /* invalid signal indication */
186 bss_meta.signal = rx_status->signal * 100;
188 bss_meta.signal = (rx_status->signal * 100) / local->hw.max_signal;
231 /* In case the signal is invalid update the status */
H A Dmlme.c91 * How many Beacon frames need to have been used in average signal strength
92 * before starting to indicate signal change events.
5630 -rx_status->signal);
5641 * if signal crosses either of the boundaries, invoke callback
H A Dmesh.c1502 mpl_dbg(sdata, "rssi_threshold=%d,rx_status->signal=%d\n",
1503 sdata->u.mesh.mshcfg.rssi_threshold, rx_status->signal);
1506 sdata->u.mesh.mshcfg.rssi_threshold < rx_status->signal)
/linux-master/net/bluetooth/
H A Dsco.c30 #include <linux/sched/signal.h>
H A Dl2cap_sock.c33 #include <linux/sched/signal.h>
/linux-master/net/ax25/
H A Daf_ax25.c20 #include <linux/sched/signal.h>
/linux-master/mm/
H A Dhugetlb.c24 #include <linux/sched/signal.h>
/linux-master/include/uapi/drm/
H A Detnaviv_drm.h176 __u16 signal; /* in, pm signal */ member in struct:drm_etnaviv_gem_submit_pmr
264 __u16 id; /* out, id of signal */
/linux-master/include/net/
H A Dmac80211.h990 * @IEEE80211_TX_STATUS_ACK_SIGNAL_VALID: ACK signal is valid
1164 * @status.ack_signal: ACK signal
1399 * @RX_FLAG_NO_SIGNAL_VAL: The signal strength value is not present.
1555 * @signal: signal strength when receiving this frame, either in dBm, in dB or
1558 * @chains: bitmask of receive chains for which separate signal strength
1560 * @chain_signal: per-chain signal strength, in dBm (unlike @signal, doesn't
1614 s8 signal; member in struct:ieee80211_rx_status
2577 * Hardware can provide signal value
[all...]
/linux-master/fs/
H A Dioctl.c20 #include <linux/sched/signal.h>
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c1775 rx_status.signal = data->rx_rssi;
1777 rx_status.signal += info->control.vif->bss_conf.txpower;
5855 rx_status.signal = nla_get_u32(info->attrs[HWSIM_ATTR_SIGNAL]);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c8927 s8 signal; local
8962 signal = arsta->rssi_comb;
8963 if (!signal &&
8968 signal = arsta->rssi_beacon;
8974 if (signal) {
8975 sinfo->signal = db2dbm ? signal : signal + ATH11K_DEFAULT_NOISE_FLOOR;
/linux-master/drivers/net/usb/
H A Dqmi_wwan.c11 #include <linux/sched/signal.h>

Completed in 516 milliseconds

1234567891011>>