Home
last modified time | relevance | path

Searched refs:rtn (Results 1 – 17 of 17) sorted by relevance

/linux/net/rds/
H A Dtcp.c516 struct rds_tcp_net *rtn; in rds_tcp_tune() local
537 rtn = net_generic(net, rds_tcp_netid); in rds_tcp_tune()
538 if (rtn->sndbuf_size > 0) { in rds_tcp_tune()
539 sk->sk_sndbuf = rtn->sndbuf_size; in rds_tcp_tune()
542 if (rtn->rcvbuf_size > 0) { in rds_tcp_tune()
543 sk->sk_rcvbuf = rtn->rcvbuf_size; in rds_tcp_tune()
552 struct rds_tcp_net *rtn = container_of(work, in rds_tcp_accept_worker() local
556 while (rds_tcp_accept_one(rtn) == 0) in rds_tcp_accept_worker()
560 void rds_tcp_accept_work(struct rds_tcp_net *rtn) in rds_tcp_accept_work() argument
562 queue_work(rds_wq, &rtn->rds_tcp_accept_w); in rds_tcp_accept_work()
[all …]
H A Dtcp_listen.c111 struct rds_tcp_net *rtn; in rds_tcp_conn_slots_available() local
119 rtn = tc->t_rtn; in rds_tcp_conn_slots_available()
120 if (!rtn) in rds_tcp_conn_slots_available()
149 rds_tcp_accept_work(rtn); in rds_tcp_conn_slots_available()
152 int rds_tcp_accept_one(struct rds_tcp_net *rtn) in rds_tcp_accept_one() argument
154 struct socket *listen_sock = rtn->rds_tcp_listen_sock; in rds_tcp_accept_one()
172 mutex_lock(&rtn->rds_tcp_accept_lock); in rds_tcp_accept_one()
173 new_sock = rtn->rds_tcp_accepted_sock; in rds_tcp_accept_one()
174 rtn->rds_tcp_accepted_sock = NULL; in rds_tcp_accept_one()
254 rtn in rds_tcp_accept_one()
[all...]
/linux/drivers/scsi/
H A Dscsi_error.c173 enum scsi_disposition rtn; in scmd_eh_abort_handler() local
186 rtn = scsi_try_to_abort_cmd(shost->hostt, scmd); in scmd_eh_abort_handler()
187 if (rtn != SUCCESS) { in scmd_eh_abort_handler()
191 (rtn == FAST_IO_FAIL) ? in scmd_eh_abort_handler()
928 enum scsi_disposition rtn; in scsi_try_host_reset() local
938 rtn = hostt->eh_host_reset_handler(scmd); in scsi_try_host_reset()
940 if (rtn == SUCCESS) { in scsi_try_host_reset()
948 return rtn; in scsi_try_host_reset()
958 enum scsi_disposition rtn; in scsi_try_bus_reset() local
968 rtn = hostt->eh_bus_reset_handler(scmd); in scsi_try_bus_reset()
[all …]
/linux/include/linux/
H A Dratelimit.h85 int rtn = !!(condition); \
87 if (unlikely(rtn && __ratelimit(&_rs))) \
88 WARN(rtn, format, ##__VA_ARGS__); \
90 rtn; \
100 int rtn = WARN(condition, format, ##__VA_ARGS__); \
101 rtn; \
/linux/kernel/printk/
H A Dbraille.c40 int rtn = 0; in _braille_register_console() local
44 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console()
48 return rtn; in _braille_register_console()
/linux/drivers/w1/masters/
H A Domap_hdq.c140 goto rtn; in hdq_write_byte()
184 rtn: in hdq_write_byte()
241 goto rtn; in omap_hdq_break()
298 rtn: in omap_hdq_break()
310 goto rtn; in hdq_read_byte()
350 rtn: in hdq_read_byte()
379 goto rtn; in omap_w1_triplet()
447 rtn: in omap_w1_triplet()
/linux/fs/nfsd/
H A Dnfscache.c478 int rtn = RC_DOIT; in nfsd_cache_lookup() local
516 rtn = RC_DROPIT; in nfsd_cache_lookup()
525 rtn = RC_DOIT; in nfsd_cache_lookup()
535 rtn = RC_REPLY; in nfsd_cache_lookup()
540 rtn = RC_REPLY; in nfsd_cache_lookup()
547 trace_nfsd_drc_found(nn, rqstp, rtn); in nfsd_cache_lookup()
551 return rtn; in nfsd_cache_lookup()
/linux/drivers/message/fusion/
H A Dmptfc.c231 int rtn; in mptfc_abort() local
233 rtn = mptfc_block_error_handler(rport); in mptfc_abort()
234 if (rtn == SUCCESS) { in mptfc_abort()
239 rtn = mptscsih_abort(SCpnt); in mptfc_abort()
241 return rtn; in mptfc_abort()
250 int rtn; in mptfc_dev_reset() local
252 rtn = mptfc_block_error_handler(rport); in mptfc_dev_reset()
253 if (rtn == SUCCESS) { in mptfc_dev_reset()
258 rtn = mptscsih_dev_reset(SCpnt); in mptfc_dev_reset()
260 return rtn; in mptfc_dev_reset()
[all …]
/linux/net/sctp/
H A Dsm_statetable.c53 const struct sctp_sm_table_entry *rtn; \
58 rtn = &bug; \
60 rtn = &_table[event_subtype._type][(int)state]; \
62 rtn; \
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h178 uint64_t rtn:2; member
202 uint64_t rtn:2;
222 uint64_t rtn:2; member
246 uint64_t rtn:2;
265 uint64_t rtn:2; member
287 uint64_t rtn:2;
/linux/drivers/scsi/bfa/
H A Dbfad_im.c377 u32 rc, rtn = FAILED; in bfad_im_reset_target_handler() local
399 rtn = SUCCESS; in bfad_im_reset_target_handler()
404 return rtn; in bfad_im_reset_target_handler()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c526 enum scsi_qc_status rtn = SCSI_MLQUEUE_HOST_BUSY; in ahc_linux_queue_lck() local
534 rtn = ahc_linux_run_command(ahc, dev, cmd); in ahc_linux_queue_lck()
538 return rtn; in ahc_linux_queue_lck()
H A Daic79xx_osm.c583 enum scsi_qc_status rtn = SCSI_MLQUEUE_HOST_BUSY; in ahd_linux_queue_lck() local
589 rtn = ahd_linux_run_command(ahd, dev, cmd); in ahd_linux_queue_lck()
591 return rtn; in ahd_linux_queue_lck()
/linux/net/bluetooth/
H A Dhci_conn.c1905 cp.bis.rtn = qos->bcast.out.rtn; in hci_le_create_big()
1964 cis->c_rtn = qos->ucast.out.rtn; in set_cig_params_sync()
1965 cis->p_rtn = qos->ucast.in.rtn; in set_cig_params_sync()
H A Diso.c978 .rtn = 2u, \
/linux/Documentation/scsi/
H A DChangeLog.megaraid65 > scsi_delete_timer: scmd: f79ed980, rtn: 1
/linux/include/net/bluetooth/
H A Dhci.h2215 __u8 rtn; member