Searched refs:what (Results 1 – 13 of 13) sorted by relevance
/include/linux/soc/ixp4xx/ |
D | npe.h | 31 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/ |
D | inet_connection_sock.h | 195 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()
|
D | tcp.h | 1285 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/ |
D | cn_proc.h | 47 enum what { enum 64 } what; member
|
/include/uapi/linux/netfilter/ |
D | xt_connbytes.h | 24 __u8 what; /* ipt_connbytes_what */ member
|
/include/linux/ceph/ |
D | mon_client.h | 140 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/ |
D | fscache.h | 455 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/ |
D | wss.h | 107 void (*trigger) (struct snd_wss *chip, unsigned int what, int start);
|
D | gus.h | 564 void snd_gf1_set_default_handlers(struct snd_gus_card * gus, unsigned int what);
|
/include/uapi/sound/ |
D | asound.h | 1036 … SNDRV_CTL_NAME_IEC958(expl,direction,what) "IEC958 " expl SNDRV_CTL_NAME_##direction SNDRV_CTL_NA… argument
|
/include/uapi/drm/ |
D | amdgpu_drm.h | 635 __u32 what; member
|
/include/linux/ |
D | security.h | 445 int security_locked_down(enum lockdown_reason what); 1269 static inline int security_locked_down(enum lockdown_reason what) in security_locked_down() argument
|
D | lsm_hooks.h | 1820 int (*locked_down)(enum lockdown_reason what);
|