Home
last modified time | relevance | path

Searched refs:_WsbmBufStorage (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/libwsbm/src/
Dwsbm_pool.h43 struct _WsbmBufStorage struct
58 int (*map) (struct _WsbmBufStorage * buf, unsigned mode, void **virtual); argument
59 void (*unmap) (struct _WsbmBufStorage * buf);
60 int (*syncforcpu) (struct _WsbmBufStorage * buf, unsigned mode);
61 void (*releasefromcpu) (struct _WsbmBufStorage * buf, unsigned mode);
62 void (*destroy) (struct _WsbmBufStorage ** buf);
63 unsigned long (*offset) (struct _WsbmBufStorage * buf);
64 unsigned long (*poolOffset) (struct _WsbmBufStorage * buf);
65 uint32_t(*placement) (struct _WsbmBufStorage * buf);
66 unsigned long (*size) (struct _WsbmBufStorage * buf);
[all …]
Dwsbm_mallocpool.c44 struct _WsbmBufStorage buf;
50 mallocBuf(struct _WsbmBufStorage *buf) in mallocBuf()
55 static struct _WsbmBufStorage *
74 pool_destroy(struct _WsbmBufStorage **buf) in pool_destroy()
81 pool_waitIdle(struct _WsbmBufStorage *buf __attribute__ ((unused)), int lazy __attribute__ ((unused… in pool_waitIdle()
87 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual __attr… in pool_map()
94 pool_unmap(struct _WsbmBufStorage *buf __attribute__ ((unused))) in pool_unmap()
100 pool_syncforcpu(struct _WsbmBufStorage *buf __attribute__ ((unused)), unsigned mode __attribute__ (… in pool_syncforcpu()
106 pool_releasefromcpu(struct _WsbmBufStorage *buf __attribute__ ((unused)), unsigned mode __attribute… in pool_releasefromcpu()
112 pool_offset(struct _WsbmBufStorage *buf __attribute__ ((unused))) in pool_offset()
[all …]
Dwsbm_ttmpool.c63 struct _WsbmBufStorage buf;
104 ttmBuffer(struct _WsbmBufStorage *buf) in ttmBuffer()
109 static struct _WsbmBufStorage *
162 static struct _WsbmBufStorage *
208 pool_destroy(struct _WsbmBufStorage **buf) in pool_destroy()
230 syncforcpu_locked(struct _WsbmBufStorage *buf, unsigned mode) in syncforcpu_locked()
287 releasefromcpu_locked(struct _WsbmBufStorage *buf, unsigned mode) in releasefromcpu_locked()
319 pool_syncforcpu(struct _WsbmBufStorage *buf, unsigned mode) in pool_syncforcpu()
330 pool_releasefromcpu(struct _WsbmBufStorage *buf, unsigned mode) in pool_releasefromcpu()
351 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual) in pool_map()
[all …]
Dwsbm_manager.c74 struct _WsbmBufStorage *storage;
360 struct _WsbmBufStorage *storage; in wsbmBOWaitIdle()
372 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOMap()
384 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOUnmap()
395 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOSyncForCpu()
403 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOReleaseFromCpu()
411 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOOffsetHint()
419 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOPoolOffset()
427 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOPlacementHint()
449 struct _WsbmBufStorage *storage = buf->storage; in wsbmBOSetStatus()
[all …]
Dwsbm_userpool.c60 struct _WsbmBufStorage buf;
115 userBuf(struct _WsbmBufStorage *buf) in userBuf()
121 waitIdleLocked(struct _WsbmBufStorage *buf, int lazy) in waitIdleLocked()
151 pool_waitIdle(struct _WsbmBufStorage *buf, int lazy) in pool_waitIdle()
203 static struct _WsbmBufStorage *
273 pool_validate(struct _WsbmBufStorage *buf, uint64_t set_flags, in pool_validate()
367 pool_setStatus(struct _WsbmBufStorage *buf, in pool_setStatus()
417 pool_destroy(struct _WsbmBufStorage **buf) in pool_destroy()
451 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual) in pool_map()
460 pool_unmap(struct _WsbmBufStorage *buf __attribute__ ((unused))) in pool_unmap()
[all …]
Dwsbm_slabpool.c73 struct _WsbmBufStorage storage;
204 slabBuffer(struct _WsbmBufStorage *buf) in slabBuffer()
692 static struct _WsbmBufStorage *
793 pool_destroy(struct _WsbmBufStorage **p_buf) in pool_destroy()
795 struct _WsbmBufStorage *buf = *p_buf; in pool_destroy()
849 struct _WsbmBufStorage *storage = &sBuf->storage; in waitIdleLocked()
876 pool_waitIdle(struct _WsbmBufStorage *buf, int lazy) in pool_waitIdle()
888 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual) in pool_map()
898 pool_releaseFromCpu(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused))) in pool_releaseFromCpu()
907 pool_syncForCpu(struct _WsbmBufStorage *buf, unsigned mode) in pool_syncForCpu()
[all …]
Dwsbm_driver.h99 struct _WsbmBufStorage;