Home
last modified time | relevance | path

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

/include/linux/soc/ixp4xx/
Dnpe.h31 int npe_send_message(struct npe *npe, const void *msg, const char *what);
32 int npe_recv_message(struct npe *npe, void *msg, const char *what);
33 int npe_send_recv_message(struct npe *npe, void *msg, const char *what);
/include/net/
Dinet_connection_sock.h195 static inline void inet_csk_clear_xmit_timer(struct sock *sk, const int what) in inet_csk_clear_xmit_timer() argument
199 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0) { in inet_csk_clear_xmit_timer()
204 } else if (what == ICSK_TIME_DACK) { in inet_csk_clear_xmit_timer()
217 static inline void inet_csk_reset_xmit_timer(struct sock *sk, const int what, in inet_csk_reset_xmit_timer() argument
225 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer()
229 if (what == ICSK_TIME_RETRANS || what == ICSK_TIME_PROBE0 || in inet_csk_reset_xmit_timer()
230 what == ICSK_TIME_EARLY_RETRANS || what == ICSK_TIME_LOSS_PROBE || in inet_csk_reset_xmit_timer()
231 what == ICSK_TIME_REO_TIMEOUT) { in inet_csk_reset_xmit_timer()
232 icsk->icsk_pending = what; in inet_csk_reset_xmit_timer()
235 } else if (what == ICSK_TIME_DACK) { in inet_csk_reset_xmit_timer()
Dtcp.h1285 const int what, in tcp_reset_xmit_timer() argument
1290 inet_csk_reset_xmit_timer(sk, what, when + tcp_pacing_delay(sk, skb), in tcp_reset_xmit_timer()
/include/uapi/linux/
Dcn_proc.h47 enum what { enum
64 } what; member
/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/trace/events/
Dfscache.h455 struct fscache_operation *op, enum fscache_page_op_trace what),
457 TP_ARGS(cookie, page, op, what),
463 __field(enum fscache_page_op_trace, what )
470 __entry->what = what;
475 __print_symbolic(__entry->what, fscache_page_op_traces),
/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.h1036 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument
/include/uapi/drm/
Damdgpu_drm.h635 __u32 what; member
/include/linux/
Dsecurity.h445 int security_locked_down(enum lockdown_reason what);
1269 static inline int security_locked_down(enum lockdown_reason what) in security_locked_down() argument
Dlsm_hooks.h1820 int (*locked_down)(enum lockdown_reason what);