HomeSort by relevance Sort by last modified time
    Searched refs:_WsbmBufStorage (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/libwsbm/src/
wsbm_pool.h 43 struct _WsbmBufStorage
58 int (*map) (struct _WsbmBufStorage * buf, unsigned mode, void **virtual);
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...]
wsbm_mallocpool.c 44 struct _WsbmBufStorage buf;
50 mallocBuf(struct _WsbmBufStorage *buf)
55 static struct _WsbmBufStorage *
74 pool_destroy(struct _WsbmBufStorage **buf)
81 pool_waitIdle(struct _WsbmBufStorage *buf __attribute__ ((unused)), int lazy __attribute__ ((unused)))
87 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual __attribute__ ((unused)))
94 pool_unmap(struct _WsbmBufStorage *buf __attribute__ ((unused)))
100 pool_syncforcpu(struct _WsbmBufStorage *buf __attribute__ ((unused)), unsigned mode __attribute__ ((unused)))
106 pool_releasefromcpu(struct _WsbmBufStorage *buf __attribute__ ((unused)), unsigned mode __attribute__ ((unused)))
112 pool_offset(struct _WsbmBufStorage *buf __attribute__ ((unused))
    [all...]
wsbm_manager.c 74 struct _WsbmBufStorage *storage;
360 struct _WsbmBufStorage *storage;
372 struct _WsbmBufStorage *storage = buf->storage;
384 struct _WsbmBufStorage *storage = buf->storage;
395 struct _WsbmBufStorage *storage = buf->storage;
403 struct _WsbmBufStorage *storage = buf->storage;
411 struct _WsbmBufStorage *storage = buf->storage;
419 struct _WsbmBufStorage *storage = buf->storage;
427 struct _WsbmBufStorage *storage = buf->storage;
449 struct _WsbmBufStorage *storage = buf->storage
    [all...]
wsbm_ttmpool.c 63 struct _WsbmBufStorage buf;
104 ttmBuffer(struct _WsbmBufStorage *buf)
109 static struct _WsbmBufStorage *
162 static struct _WsbmBufStorage *
208 pool_destroy(struct _WsbmBufStorage **buf)
230 syncforcpu_locked(struct _WsbmBufStorage *buf, unsigned mode)
287 releasefromcpu_locked(struct _WsbmBufStorage *buf, unsigned mode)
319 pool_syncforcpu(struct _WsbmBufStorage *buf, unsigned mode)
330 pool_releasefromcpu(struct _WsbmBufStorage *buf, unsigned mode)
351 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual
    [all...]
wsbm_userpool.c 60 struct _WsbmBufStorage buf;
115 userBuf(struct _WsbmBufStorage *buf)
121 waitIdleLocked(struct _WsbmBufStorage *buf, int lazy)
151 pool_waitIdle(struct _WsbmBufStorage *buf, int lazy)
203 static struct _WsbmBufStorage *
273 pool_validate(struct _WsbmBufStorage *buf, uint64_t set_flags,
367 pool_setStatus(struct _WsbmBufStorage *buf,
417 pool_destroy(struct _WsbmBufStorage **buf)
451 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual)
460 pool_unmap(struct _WsbmBufStorage *buf __attribute__ ((unused))
    [all...]
wsbm_slabpool.c 73 struct _WsbmBufStorage storage;
204 slabBuffer(struct _WsbmBufStorage *buf)
692 static struct _WsbmBufStorage *
793 pool_destroy(struct _WsbmBufStorage **p_buf)
795 struct _WsbmBufStorage *buf = *p_buf;
849 struct _WsbmBufStorage *storage = &sBuf->storage;
876 pool_waitIdle(struct _WsbmBufStorage *buf, int lazy)
888 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual)
898 pool_releaseFromCpu(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)))
907 pool_syncForCpu(struct _WsbmBufStorage *buf, unsigned mode
    [all...]
wsbm_driver.h 99 struct _WsbmBufStorage;

Completed in 57 milliseconds