Home
last modified time | relevance | path

Searched defs:task (Results 1 – 25 of 37) sorted by relevance

12

/titanic_50/usr/src/uts/common/sys/
H A Dtask.h52 typedef struct task { struct
53 taskid_t tk_tkid; /* task id */ argument
54 uint_t tk_flags; /* task properties */ argument
59 /* task members */ argument
61 task_usage_t *tk_usage; /* total task resource usage */ argument
62 task_usage_t *tk_prevusage; /* previous interval usage */ argument
63 task_usage_t *tk_zoneusage; /* previous interval usage in zone */ argument
64 rctl_set_t *tk_rctls; /* task's resource controls */ argument
69 struct zone *tk_zone; /* zone task belongs to */ argument
70 task_usage_t *tk_inherited; /* task resource usage */ argument
[all …]
H A Drctl.h175 struct task *task; member
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd_scsi.c132 sbd_do_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_do_read_xfer()
209 sbd_do_sgl_read_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer) in sbd_do_sgl_read_xfer()
452 sbd_handle_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_read_xfer_completion()
505 sbd_handle_sgl_read_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_read_xfer_completion()
594 sbd_handle_sgl_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_sgl_write_xfer_completion()
720 sbd_copy_rdwr(scsi_task_t *task, uint64_t laddr, stmf_data_buf_t *dbuf, in sbd_copy_rdwr()
804 sbd_handle_read(struct scsi_task *task, struct stmf_data_buf *initial_dbuf) in sbd_handle_read()
1007 sbd_do_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_do_write_xfer()
1074 sbd_do_sgl_write_xfer(struct scsi_task *task, sbd_cmd_t *scmd, int first_xfer) in sbd_do_sgl_write_xfer()
1292 sbd_handle_write_xfer_completion(struct scsi_task *task, sbd_cmd_t *scmd, in sbd_handle_write_xfer_completion()
[all …]
H A Dsbd_pgr.c748 sbd_pgr_initialize_it(scsi_task_t *task, sbd_it_data_t *it) in sbd_pgr_initialize_it()
815 sbd_pgr_reservation_conflict(scsi_task_t *task) in sbd_pgr_reservation_conflict()
888 sbd_handle_pgr_in_cmd(scsi_task_t *task, stmf_data_buf_t *initial_dbuf) in sbd_handle_pgr_in_cmd()
922 sbd_handle_pgr_out_cmd(scsi_task_t *task, stmf_data_buf_t *initial_dbuf) in sbd_handle_pgr_out_cmd()
957 sbd_handle_pgr_out_data(scsi_task_t *task, stmf_data_buf_t *dbuf) in sbd_handle_pgr_out_data()
1064 sbd_pgr_in_read_keys(scsi_task_t *task, stmf_data_buf_t *initial_dbuf) in sbd_pgr_in_read_keys()
1094 sbd_pgr_in_read_reservation(scsi_task_t *task, stmf_data_buf_t *initial_dbuf) in sbd_pgr_in_read_reservation()
1131 sbd_pgr_in_report_capabilities(scsi_task_t *task, in sbd_pgr_in_report_capabilities()
1169 sbd_pgr_in_read_full_status(scsi_task_t *task, in sbd_pgr_in_read_full_status()
1232 sbd_pgr_out_register(scsi_task_t *task, stmf_data_buf_t *dbuf) in sbd_pgr_out_register()
[all …]
H A Dsbd.c2997 sbd_data_read(sbd_lu_t *sl, struct scsi_task *task, in sbd_data_read()
3055 sbd_data_write(sbd_lu_t *sl, struct scsi_task *task, in sbd_data_write()
/titanic_50/usr/src/uts/common/io/sbp2/
H A Dsbp2.c546 sbp2_task_t *task = NULL; in sbp2_lun_reset() local
852 sbp2_task_t *task; in sbp2_ses_orbp2task() local
879 sbp2_task_t *task; /* task actually being submitted */ in sbp2_ses_submit_task() local
1010 sbp2_ses_append_task(sbp2_ses_t *sp, sbp2_task_t *task) in sbp2_ses_append_task()
1041 sbp2_ses_remove_task_locked(sbp2_ses_t *sp, sbp2_task_t *task) in sbp2_ses_remove_task_locked()
1068 sbp2_ses_remove_task(sbp2_ses_t *sp, sbp2_task_t *task) in sbp2_ses_remove_task()
1085 sbp2_task_t *task = NULL; in sbp2_ses_find_task_state() local
1104 sbp2_task_t *task = NULL; in sbp2_ses_remove_first_task() local
1123 sbp2_task_t *task = NULL; in sbp2_ses_remove_first_task_state() local
1142 sbp2_task_t *task = NULL; in sbp2_ses_cancel_first_task() local
[all …]
/titanic_50/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1761 scsi_task_t *task; in stmf_ic_rx_scsi_status() local
1789 scsi_task_t *task; in stmf_ic_rx_scsi_data() local
1873 stmf_proxy_scsi_cmd(scsi_task_t *task, stmf_data_buf_t *dbuf) in stmf_proxy_scsi_cmd()
2732 stmf_update_kstat_lu_q(scsi_task_t *task, void func()) in stmf_update_kstat_lu_q()
2752 stmf_update_kstat_lport_q(scsi_task_t *task, void func()) in stmf_update_kstat_lport_q()
2769 stmf_update_kstat_lport_io(scsi_task_t *task, stmf_data_buf_t *dbuf) in stmf_update_kstat_lport_io()
2786 stmf_update_kstat_lu_io(scsi_task_t *task, stmf_data_buf_t *dbuf) in stmf_update_kstat_lu_io()
3916 stmf_alloc_dbuf(scsi_task_t *task, uint32_t size, uint32_t *pminsize, in stmf_alloc_dbuf()
3942 stmf_setup_dbuf(scsi_task_t *task, stmf_data_buf_t *dbuf, uint32_t flags) in stmf_setup_dbuf()
3974 stmf_teardown_dbuf(scsi_task_t *task, stmf_data_buf_t *dbuf) in stmf_teardown_dbuf()
[all …]
/titanic_50/usr/src/uts/common/io/1394/targets/scsa1394/
H A Dsbp2_driver.c615 sbp2_task_t *task = CMD2TASK(cmd); in scsa1394_sbp2_start() local
646 scsa1394_sbp2_status_cb(void *arg, sbp2_task_t *task) in scsa1394_sbp2_status_cb()
723 sbp2_task_t *task; in scsa1394_sbp2_req_status() local
749 sbp2_task_t *task = CMD2TASK(cmd); in scsa1394_sbp2_status_proc() local
907 sbp2_task_t *task; in scsa1394_sbp2_reset() local
942 sbp2_task_t *task = CMD2TASK(cmd); in scsa1394_sbp2_reset_proc() local
975 sbp2_task_t *task; in scsa1394_sbp2_flush_cmds() local
/titanic_50/usr/src/uts/common/io/comstar/port/srpt/
H A Dsrpt_stp.c525 srpt_stp_xfer_data(struct scsi_task *task, struct stmf_data_buf *dbuf, in srpt_stp_xfer_data()
829 srpt_stp_send_status(struct scsi_task *task, uint32_t ioflags) in srpt_stp_send_status()
940 srpt_stp_task_free(struct scsi_task *task) in srpt_stp_task_free()
983 struct scsi_task *task; in srpt_stp_abort() local
1027 srpt_stp_task_poll(struct scsi_task *task) in srpt_stp_task_poll()
/titanic_50/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.c576 pppt_dbuf_alloc(scsi_task_t *task, uint32_t size, uint32_t *pminsize, in pppt_dbuf_alloc()
650 pppt_lport_xfer_data(scsi_task_t *task, stmf_data_buf_t *dbuf, in pppt_lport_xfer_data()
756 pppt_lport_send_status(scsi_task_t *task, uint32_t ioflags) in pppt_lport_send_status()
798 pppt_lport_task_free(scsi_task_t *task) in pppt_lport_task_free()
H A Dpppt_msg.c254 scsi_task_t *task; in pppt_msg_scsi_cmd() local
/titanic_50/usr/src/lib/pyzfs/common/
H A Dutil.py68 def __init__(self, eno, task=None, why=None): argument
/titanic_50/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit.c1056 scsi_task_t *task = NULL; in iscsit_update_statsn() local
1434 iscsit_dbuf_alloc(scsi_task_t *task, uint32_t size, uint32_t *pminsize, in iscsit_dbuf_alloc()
1510 iscsit_xfer_scsi_data(scsi_task_t *task, stmf_data_buf_t *dbuf, in iscsit_xfer_scsi_data()
1627 iscsit_send_scsi_status(scsi_task_t *task, uint32_t ioflags) in iscsit_send_scsi_status()
1816 iscsit_lport_task_free(scsi_task_t *task) in iscsit_lport_task_free()
1955 scsi_task_t *task; in iscsit_post_scsi_cmd() local
2332 scsi_task_t *task; in iscsit_op_scsi_task_mgmt() local
/titanic_50/usr/src/uts/sun4v/io/
H A Dvds.c1909 vd_task_t *task = (vd_task_t *)buf->b_private; in vd_bio_task() local
1968 vd_start_bio(vd_task_t *task) in vd_start_bio()
2411 vd_complete_bio(vd_task_t *task) in vd_complete_bio()
2534 vd_notify(vd_task_t *task) in vd_notify()
2577 vd_complete_notify(vd_task_t *task) in vd_complete_notify()
2634 vd_task_t *task = (vd_task_t *)arg; in vd_serial_notify() local
3588 vd_task_t *task = (vd_task_t *)arg; in vd_complete() local
3603 vd_ioctl(vd_task_t *task) in vd_ioctl()
3709 vd_get_devid(vd_task_t *task) in vd_get_devid()
3805 vd_reset(vd_task_t *task) in vd_reset()
[all …]
/titanic_50/usr/src/uts/common/io/comstar/port/fct/
H A Dfct.c1090 fct_alloc_dbuf(scsi_task_t *task, uint32_t size, uint32_t *pminsize, in fct_alloc_dbuf()
1101 fct_setup_dbuf(scsi_task_t *task, stmf_data_buf_t *dbuf, uint32_t flags) in fct_setup_dbuf()
1618 scsi_task_t *task; in fct_scsi_task_alloc() local
1725 fct_scsi_task_free(scsi_task_t *task) in fct_scsi_task_free()
1744 scsi_task_t *task = (scsi_task_t *)cmd->cmd_specific; in fct_post_rcvd_cmd() local
1925 fct_xfer_scsi_data(scsi_task_t *task, stmf_data_buf_t *dbuf, uint32_t ioflags) in fct_xfer_scsi_data()
1971 fct_send_scsi_status(scsi_task_t *task, uint32_t ioflags) in fct_send_scsi_status()
2143 scsi_task_t *task; in fct_scsi_abort() local
/titanic_50/usr/src/cmd/mdb/common/modules/stmf/
H A Dstmf.c877 struct scsi_task task; in print_tasks() local
932 struct scsi_task task; in print_tasks_on_rp() local
1208 scsi_task_t *task_addr, task; in stmf_scsi_task() local
/titanic_50/usr/src/uts/common/os/
H A Dfork.c938 task_t *task; in getproc() local
/titanic_50/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dmulti_thread_def.h88 struct task_t task[MAX_THREAD_QUEUE]; /* The request queue. */ member
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet_fc.c743 scsi_task_t *task = CMD2TASK(cmd); in fcoet_send_status() local
H A Dfcoet_eth.c564 scsi_task_t *task; in fcoet_process_unsol_fcp_cmd() local
/titanic_50/usr/src/cmd/sendmail/src/
H A Dutil.c2476 proc_list_add(pid, task, type, count, other, hostaddr) in proc_list_add() argument
2566 proc_list_set(pid, task) in proc_list_set() argument
/titanic_50/usr/src/uts/common/sys/1394/targets/scsa1394/
H A Dcmd.h125 #define TASK2CMD(task) ((scsa1394_cmd_t *)(task)->ts_drv_priv) argument
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Drctl.c201 task_t task; in rctl_list() local
/titanic_50/usr/src/cmd/mdb/common/modules/idm/
H A Didm.c242 int buffer = 0, task = 0, print_ip = 0; in iscsi_tgt() local
425 int buffer = 0, task = 0, conn = 0, print_ip = 0; in iscsi_sess() local
489 int buffer = 0, task = 0, print_ip = 0; in iscsi_conn() local
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3526 scsi_task_t *task = (scsi_task_t *)cmd->cmd_specific; in qlt_send_status() local
3896 scsi_task_t *task; in qlt_handle_atio() local
4418 scsi_task_t *task; in qlt_handle_ctio_completion() local

12