Home
last modified time | relevance | path

Searched refs:intr_req (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/ceph/
Dlocks.c110 struct ceph_mds_request *intr_req; in ceph_lock_wait_for_completion() local
130 intr_req = ceph_mdsc_create_request(mdsc, CEPH_MDS_OP_SETFILELOCK, in ceph_lock_wait_for_completion()
132 if (IS_ERR(intr_req)) in ceph_lock_wait_for_completion()
133 return PTR_ERR(intr_req); in ceph_lock_wait_for_completion()
135 intr_req->r_inode = inode; in ceph_lock_wait_for_completion()
137 intr_req->r_num_caps = 1; in ceph_lock_wait_for_completion()
139 intr_req->r_args.filelock_change = req->r_args.filelock_change; in ceph_lock_wait_for_completion()
140 intr_req->r_args.filelock_change.rule = lock_type; in ceph_lock_wait_for_completion()
141 intr_req->r_args.filelock_change.type = CEPH_LOCK_UNLOCK; in ceph_lock_wait_for_completion()
143 err = ceph_mdsc_do_request(mdsc, inode, intr_req); in ceph_lock_wait_for_completion()
[all …]
/linux-4.4.14/drivers/net/ethernet/qualcomm/
Dqca_spi.c518 if ((qca->intr_req == qca->intr_svc) && in qcaspi_spi_thread()
526 qca->intr_req - qca->intr_svc, in qcaspi_spi_thread()
540 if (qca->intr_svc != qca->intr_req) { in qcaspi_spi_thread()
541 qca->intr_svc = qca->intr_req; in qcaspi_spi_thread()
597 qca->intr_req++; in qcaspi_intr_handler()
614 qca->intr_req = 1; in qcaspi_netdev_open()
Dqca_spi.h98 unsigned int intr_req; member
Dqca_debug.c110 qca->intr_req); in qcaspi_info_show()