Home
last modified time | relevance | path

Searched refs:newreq (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dtrace_tid.h978 TP_PROTO(struct rvt_qp *qp, char newreq),
979 TP_ARGS(qp, newreq),
983 __field(char, newreq)
1000 __entry->newreq = newreq;
1016 __entry->newreq,
1032 TP_PROTO(struct rvt_qp *qp, char newreq),
1033 TP_ARGS(qp, newreq)
1038 TP_PROTO(struct rvt_qp *qp, char newreq),
1039 TP_ARGS(qp, newreq)
1044 TP_PROTO(struct rvt_qp *qp, char newreq, u8 opcode, u32 psn, u32 lpsn,
[all …]
H A Drc.c444 char newreq; in hfi1_make_rc_req() local
523 newreq = 0; in hfi1_make_rc_req()
573 newreq = 1; in hfi1_make_rc_req()
627 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req()
664 if (newreq) { in hfi1_make_rc_req()
744 if (newreq) { in hfi1_make_rc_req()
761 trace_hfi1_tid_write_sender_make_req(qp, newreq); in hfi1_make_rc_req()
762 trace_hfi1_tid_req_make_req_write(qp, newreq, in hfi1_make_rc_req()
781 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in hfi1_make_rc_req()
799 trace_hfi1_tid_read_sender_make_req(qp, newreq); in hfi1_make_rc_req()
[all …]
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Ddat.c226 struct nilfs_palloc_req *newreq) in nilfs_dat_prepare_update() argument
232 ret = nilfs_dat_prepare_alloc(dat, newreq); in nilfs_dat_prepare_update()
241 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument
244 nilfs_dat_commit_alloc(dat, newreq); in nilfs_dat_commit_update()
249 struct nilfs_palloc_req *newreq) in nilfs_dat_abort_update() argument
252 nilfs_dat_abort_alloc(dat, newreq); in nilfs_dat_abort_update()
H A Ddirect.c259 struct nilfs_palloc_req oldreq, newreq; in nilfs_direct_propagate() local
273 newreq.pr_entry_nr = ptr; in nilfs_direct_propagate()
274 ret = nilfs_dat_prepare_update(dat, &oldreq, &newreq); in nilfs_direct_propagate()
277 nilfs_dat_commit_update(dat, &oldreq, &newreq, in nilfs_direct_propagate()
280 nilfs_direct_set_ptr(bmap, key, newreq.pr_entry_nr); in nilfs_direct_propagate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/libexec/gcc/aarch64-none-linux-gnu/10.3.1/install-tools/
H A Dfixinc.sh437 newreq=
457 newreq="$newreq $1 $dir/$include $dir2/$include"
463 set x $newreq
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/libexec/gcc/arm-none-linux-gnueabihf/10.3.1/install-tools/
H A Dfixinc.sh437 newreq=
457 newreq="$newreq $1 $dir/$include $dir2/$include"
463 set x $newreq
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Dwget.py301newreq = urllib.request.HTTPRedirectHandler.redirect_request(self, req, fp, code, msg, headers, ne…
302 newreq.get_method = req.get_method
303 return newreq
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_rc.c227 char newreq; in qib_make_rc_req() local
287 newreq = 0; in qib_make_rc_req()
301 newreq = 1; in qib_make_rc_req()
339 if (newreq && !(qp->s_flags & RVT_S_UNLIMITED_CREDIT)) in qib_make_rc_req()
379 if (newreq) { in qib_make_rc_req()
410 if (newreq) { in qib_make_rc_req()
452 if (newreq) { in qib_make_rc_req()