Searched refs:ctxt (Results 1 – 7 of 7) sorted by relevance
| /include/kvm/ |
| A D | arm_arch_timer.h | 144 u32 timer_get_ctl(struct arch_timer_context *ctxt); 145 u64 timer_get_cval(struct arch_timer_context *ctxt); 166 static inline u64 timer_get_offset(struct arch_timer_context *ctxt) in timer_get_offset() argument 170 if (!ctxt) in timer_get_offset() 173 if (ctxt->offset.vm_offset) in timer_get_offset() 174 offset += *ctxt->offset.vm_offset; in timer_get_offset() 175 if (ctxt->offset.vcpu_offset) in timer_get_offset() 176 offset += *ctxt->offset.vcpu_offset; in timer_get_offset()
|
| /include/linux/ |
| A D | wwan.h | 183 int (*newlink)(void *ctxt, struct net_device *dev, 185 void (*dellink)(void *ctxt, struct net_device *dev, 190 void *ctxt, u32 def_link_id);
|
| A D | console.h | 299 struct nbcon_context __private ctxt; member
|
| /include/linux/sunrpc/ |
| A D | svc_rdma.h | 263 struct svc_rdma_recv_ctxt *ctxt); 265 extern void svc_rdma_release_ctxt(struct svc_xprt *xprt, void *ctxt); 278 struct svc_rdma_send_ctxt *ctxt); 296 struct svc_rdma_send_ctxt *ctxt); 298 struct svc_rdma_send_ctxt *ctxt);
|
| A D | svc_xprt.h | 26 void (*xpo_release_ctxt)(struct svc_xprt *xprt, void *ctxt);
|
| /include/trace/events/ |
| A D | rpcrdma.h | 1540 const struct svc_rdma_recv_ctxt *ctxt, 1545 TP_ARGS(ctxt, p, hdrlen), 1575 const struct svc_rdma_recv_ctxt *ctxt, 1579 TP_ARGS(ctxt, hdrlen), 1600 const struct svc_rdma_recv_ctxt *ctxt, 1604 TP_ARGS(ctxt, p), 1636 TP_ARGS(ctxt, p)) 1645 const struct svc_rdma_send_ctxt *ctxt, 1949 TP_ARGS(ctxt, msglen), 1998 const struct svc_rdma_send_ctxt *ctxt [all …]
|
| /include/uapi/rdma/hfi/ |
| A D | hfi1_ioctl.h | 86 __u16 ctxt; /* ctxt on unit assigned to caller */ member
|
Completed in 18 milliseconds