Home
last modified time | relevance | path

Searched refs:host_buf (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_main.c2538 char host_buf[16]; in __qedi_probe() local
2664 snprintf(host_buf, sizeof(host_buf), "host_%d", qedi->shost->host_no); in __qedi_probe()
2665 qedi_ops->common->set_name(qedi->cdev, host_buf); in __qedi_probe()
2770 sprintf(host_buf, "host_%d", qedi->shost->host_no); in __qedi_probe()
2771 qedi->tmf_thread = create_singlethread_workqueue(host_buf); in __qedi_probe()
2779 sprintf(host_buf, "qedi_ofld%d", qedi->shost->host_no); in __qedi_probe()
2780 qedi->offload_thread = create_workqueue(host_buf); in __qedi_probe()
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_main.c3302 char host_buf[20]; in __qedf_probe() local
3375 sprintf(host_buf, "qedf_%u_link", in __qedf_probe()
3377 qedf->link_update_wq = create_workqueue(host_buf); in __qedf_probe()
3557 sprintf(host_buf, "host_%d", host->host_no); in __qedf_probe()
3558 qed_ops->common->set_name(qedf->cdev, host_buf); in __qedf_probe()
3587 snprintf(host_buf, 20, "qedf_%d_ll2", host->host_no); in __qedf_probe()
3589 create_workqueue(host_buf); in __qedf_probe()
3630 sprintf(host_buf, "qedf_%u_timer", qedf->lport->host->host_no); in __qedf_probe()
3632 create_workqueue(host_buf); in __qedf_probe()
3642 sprintf(host_buf, "qedf_%u_dpc", in __qedf_probe()
[all …]
/openbmc/qemu/linux-user/
H A Dsyscall.c11200 struct timex host_buf; in _syscall2() local
11202 if (target_to_host_timex(&host_buf, arg1) != 0) { in _syscall2()
11205 ret = get_errno(adjtimex(&host_buf)); in _syscall2()
11207 if (host_to_target_timex(arg1, &host_buf) != 0) { in _syscall2()