Searched refs:chann (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/soc/amlogic/
H A Dmeson_ddr_pmu.h42 void (*set_axi_filter)(struct dmc_info *info, int axi_id, int chann);
/linux-master/fs/smb/server/mgmt/
H A Duser_session.c32 struct channel *chann; local
35 xa_for_each(&sess->ksmbd_chann_list, index, chann) {
37 kfree(chann);
202 struct channel *chann; local
204 chann = xa_erase(&sess->ksmbd_chann_list, (long)conn);
205 if (!chann)
208 kfree(chann);
235 struct channel *chann; local
237 xa_for_each(&sess->ksmbd_chann_list, chann_id, chann) {
238 if (chann
[all...]
/linux-master/drivers/perf/amlogic/
H A Dmeson_ddr_pmu_core.c57 int chann; local
61 chann = event->attr.config - CHAN1_COUNTER_ID;
63 pmu->info.hw_info->set_axi_filter(&pmu->info, axi_id, chann);
/linux-master/fs/smb/server/
H A Dauth.c768 struct channel *chann; local
771 chann = lookup_chann_list(sess, conn);
772 if (!chann)
776 key = chann->smb3signingkey;
786 memcpy(chann->smb3signingkey, key, SMB3_SIGN_KEY_SIZE);
H A Dsmb2pdu.c1433 struct channel *chann = NULL; local
1539 chann = lookup_chann_list(sess, conn);
1540 if (!chann) {
1541 chann = kmalloc(sizeof(struct channel), GFP_KERNEL);
1542 if (!chann)
1545 chann->conn = conn;
1546 xa_store(&sess->ksmbd_chann_list, (long)conn, chann, GFP_KERNEL);
1573 struct channel *chann = NULL; local
1620 chann = lookup_chann_list(sess, conn);
1621 if (!chann) {
8720 struct channel *chann; local
8778 struct channel *chann; local
[all...]
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli4.h227 uint16_t chann; /* Hardware Queue association WQ/CQ */ member in struct:lpfc_queue
H A Dlpfc_init.c1314 if (eq->chann != i)
10403 qdesc->chann = cpu;
10426 qdesc->chann = cpu;
10563 qdesc->chann = cpu; /* First CPU this EQ is affinitized to */
10564 qdesc->last_cpu = qdesc->chann;
10617 qdesc->chann = cpu;
10649 qdesc->chann = cpu;
10667 qdesc->chann = cpu;
10683 qdesc->chann = cpu;
10697 qdesc->chann
[all...]
H A Dlpfc_sli.c7989 if (eq->chann != i)
14835 ret = queue_work_on(cq->chann, phba->wq, &cq->spwork);
14981 ret = queue_delayed_work_on(cq->chann, phba->wq,
14987 cq->queue_id, cq->chann);
15375 ret = queue_delayed_work_on(cq->chann, phba->wq,
15381 cq->queue_id, cq->chann);
15495 ret = queue_work_on(cq->chann, phba->wq, &cq->irqwork);
16594 cq->chann = idx;
22325 cpu_to_node(hdwq->io_wq->chann));
22468 cpu_to_node(hdwq->io_wq->chann));
[all...]
H A Dlpfc_debugfs.c4018 qp->max_proc_limit, qp->chann);

Completed in 413 milliseconds