Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/
H A Dsuperpipe.c245 void put_context(struct ctx_info *ctxi) in put_context() function
726 put_context(ctxi); in _cxlflash_disk_release()
952 put_context(ctxi); in _cxlflash_disk_detach()
1019 put_context(ctxi); in cxlflash_cxl_release()
1152 put_context(ctxi); in cxlflash_mmap_fault()
1214 put_context(ctxi); in cxlflash_cxl_mmap()
1483 put_context(ctxi); in cxlflash_disk_attach()
1745 put_context(ctxi); in cxlflash_afu_recover()
1757 put_context(ctxi); in cxlflash_afu_recover()
1909 put_context(ctxi); in cxlflash_disk_verify()
[all …]
H A Dsuperpipe.h137 void put_context(struct ctx_info *ctxi);
H A Dvlun.c816 put_context(ctxi); in _cxlflash_vlun_resize()
1063 put_context(ctxi); in cxlflash_disk_virtual_open()
1327 put_context(ctxi_src); in cxlflash_disk_clone()
1329 put_context(ctxi_dst); in cxlflash_disk_clone()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfscache-index.c139 .put_context = nfs_fh_put_context,
/OK3568_Linux_fs/kernel/fs/fscache/
H A Dinternal.h346 if (cookie->def->put_context) in fscache_put_context()
347 cookie->def->put_context(cookie->netfs_data, context); in fscache_put_context()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscache.h103 void (*put_context)(void *cookie_netfs_data, void *context); member
/OK3568_Linux_fs/kernel/Documentation/filesystems/caching/
H A Dnetfs-api.rst138 void (*put_context)(void *cookie_netfs_data, void *context);
476 maintained with the get_context/put_context functions mentioned above.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog46469 glamor: Replace glamor_get/put_context() with just glamor_make_current().
46474 v2: Fix a mistaken replacement of a put_context with make_current in
46485 glamor: Stop unsetting the EGL context in put_context().
49600 v5: Fix missing put_context() in the buffer_storage fallback path.
49721 glamor: Fix a mismatched glamor_get/put_context().
50687 glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.