Home
last modified time | relevance | path

Searched refs:what (Results 1 – 15 of 15) sorted by relevance

/include/trace/events/
Dnetfs.h248 enum netfs_read_trace what),
250 TP_ARGS(rreq, start, len, what),
258 __field(enum netfs_read_trace, what )
268 __entry->what = what;
274 __print_symbolic(__entry->what, netfs_read_traces),
282 enum netfs_rreq_trace what),
284 TP_ARGS(rreq, what),
290 __field(enum netfs_rreq_trace, what )
297 __entry->what = what;
303 __print_symbolic(__entry->what, netfs_rreq_traces),
[all …]
Drxrpc.h1926 int ref, enum rxrpc_txbuf_trace what),
1928 TP_ARGS(debug_id, call_debug_id, seq, ref, what),
1935 __field(enum rxrpc_txbuf_trace, what)
1943 __entry->what = what;
1950 __print_symbolic(__entry->what, rxrpc_txbuf_traces),
1956 enum rxrpc_call_poke_trace what),
1958 TP_ARGS(call, busy, what),
1963 __field(enum rxrpc_call_poke_trace, what)
1969 __entry->what = what;
1974 __print_symbolic(__entry->what, rxrpc_call_poke_traces),
[all …]
/include/linux/soc/ixp4xx/
Dnpe.h33 int npe_send_message(struct npe *npe, const void *msg, const char *what);
34 int npe_recv_message(struct npe *npe, void *msg, const char *what);
35 int npe_send_recv_message(struct npe *npe, void *msg, const char *what);
/include/net/
Dinet_connection_sock.h200 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what) in inet_csk_clear_xmit_timer() argument
204 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0) { in inet_csk_clear_xmit_timer()
209 } else if (what == ICSK_TIME_DACK) { in inet_csk_clear_xmit_timer()
223 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what, in inet_csk_reset_xmit_timer() argument
231 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer()
235 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 || in inet_csk_reset_xmit_timer()
236 what == ICSK_TIME_LOSS_PROBE || what == ICSK_TIME_REO_TIMEOUT) { in inet_csk_reset_xmit_timer()
237 icsk->icsk_pending = what; in inet_csk_reset_xmit_timer()
240 } else if (what == ICSK_TIME_DACK) { in inet_csk_reset_xmit_timer()
Dtcp.h1441 const int what, in tcp_reset_xmit_timer() argument
1445 inet_csk_reset_xmit_timer(sk, what, when + tcp_pacing_delay(sk), in tcp_reset_xmit_timer()
/include/uapi/linux/netfilter/
Dxt_connbytes.h24 __u8 what; /* ipt_connbytes_what */ member
/include/linux/ceph/
Dmon_client.h140 int ceph_monc_get_version(struct ceph_mon_client *monc, const char *what,
142 int ceph_monc_get_version_async(struct ceph_mon_client *monc, const char *what,
/include/uapi/linux/
Dcn_proc.h89 enum proc_cn_event what; member
/include/linux/
Dnetfs.h436 enum netfs_sreq_ref_trace what);
438 bool was_async, enum netfs_sreq_ref_trace what);
Dsecurity.h524 int security_locked_down(enum lockdown_reason what);
1503 static inline int security_locked_down(enum lockdown_reason what) in security_locked_down() argument
Dlsm_hook_defs.h440 LSM_HOOK(int, 0, locked_down, enum lockdown_reason what)
/include/sound/
Dwss.h107 void (*trigger) (struct snd_wss *chip, unsigned int what, int start);
Dgus.h564 void snd_gf1_set_default_handlers(struct snd_gus_card * gus, unsigned int what);
/include/uapi/sound/
Dasound.h1266 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument
/include/uapi/drm/
Damdgpu_drm.h733 __u32 what; member