Searched refs:imp (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/drivers/s390/cio/ |
D | cio_debug.h | 12 #define CIO_TRACE_EVENT(imp, txt) do { \ argument 13 debug_text_event(cio_debug_trace_id, imp, txt); \ 16 #define CIO_MSG_EVENT(imp, args...) do { \ argument 17 debug_sprintf_event(cio_debug_msg_id, imp , ##args); \ 20 #define CIO_CRW_EVENT(imp, args...) do { \ argument 21 debug_sprintf_event(cio_debug_crw_id, imp , ##args); \
|
D | eadm_sch.c | 41 #define EADM_LOG(imp, txt) do { \ argument 42 debug_text_event(eadm_debug, imp, txt); \
|
D | chsc_sch.c | 36 #define CHSC_MSG(imp, args...) do { \ argument 37 debug_sprintf_event(chsc_debug_msg_id, imp , ##args); \ 40 #define CHSC_LOG(imp, txt) do { \ argument 41 debug_text_event(chsc_debug_log_id, imp , txt); \
|
/linux-4.19.296/drivers/xen/ |
D | gntdev-dmabuf.c | 54 } imp; member 568 kfree(gntdev_dmabuf->u.imp.refs); in dmabuf_imp_free_storage() 581 gntdev_dmabuf->u.imp.refs = kcalloc(count, in dmabuf_imp_alloc_storage() 582 sizeof(gntdev_dmabuf->u.imp.refs[0]), in dmabuf_imp_alloc_storage() 584 if (!gntdev_dmabuf->u.imp.refs) in dmabuf_imp_alloc_storage() 596 gntdev_dmabuf->u.imp.refs[i] = GRANT_INVALID_REF; in dmabuf_imp_alloc_storage() 636 gntdev_dmabuf->u.imp.attach = attach; in dmabuf_imp_to_refs() 660 gntdev_dmabuf->u.imp.sgt = sgt; in dmabuf_imp_to_refs() 680 gntdev_dmabuf->u.imp.refs, in dmabuf_imp_to_refs() 694 dmabuf_imp_end_foreign_access(gntdev_dmabuf->u.imp.refs, count); in dmabuf_imp_to_refs() [all …]
|
/linux-4.19.296/drivers/s390/block/ |
D | scm_blk.h | 53 #define SCM_LOG(imp, txt) do { \ argument 54 debug_text_event(scm_debug, imp, txt); \
|
/linux-4.19.296/fs/jfs/ |
D | jfs_imap.c | 223 struct inomap *imp = JFS_IP(ipimap)->i_imap; in diSync() local 241 dinom_le->in_freeiag = cpu_to_le32(imp->im_freeiag); in diSync() 242 dinom_le->in_nextiag = cpu_to_le32(imp->im_nextiag); in diSync() 243 dinom_le->in_numinos = cpu_to_le32(atomic_read(&imp->im_numinos)); in diSync() 244 dinom_le->in_numfree = cpu_to_le32(atomic_read(&imp->im_numfree)); in diSync() 245 dinom_le->in_nbperiext = cpu_to_le32(imp->im_nbperiext); in diSync() 246 dinom_le->in_l2nbperiext = cpu_to_le32(imp->im_l2nbperiext); in diSync() 249 cpu_to_le32(imp->im_agctl[index].inofree); in diSync() 251 cpu_to_le32(imp->im_agctl[index].extfree); in diSync() 253 cpu_to_le32(imp->im_agctl[index].numinos); in diSync() [all …]
|
D | jfs_dtree.c | 2088 struct metapage *mp, *imp; in dtDelete() local 2208 imp = NULL; in dtDelete() 2215 bn, i, &imp, &lblock); in dtDelete() 2217 if (imp) in dtDelete() 2218 release_metapage(imp); in dtDelete()
|