Lines Matching defs:man

145 	struct vmw_cmdbuf_man *man;  member
196 static int vmw_cmdbuf_cur_lock(struct vmw_cmdbuf_man *man, bool interruptible) in vmw_cmdbuf_cur_lock()
213 static void vmw_cmdbuf_cur_unlock(struct vmw_cmdbuf_man *man) in vmw_cmdbuf_cur_unlock()
248 struct vmw_cmdbuf_man *man = header->man; in __vmw_cmdbuf_header_free() local
273 struct vmw_cmdbuf_man *man = header->man; in vmw_cmdbuf_header_free() local
293 struct vmw_cmdbuf_man *man = header->man; in vmw_cmdbuf_header_submit() local
332 static void vmw_cmdbuf_ctx_submit(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_ctx_submit()
369 static void vmw_cmdbuf_ctx_process(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_ctx_process()
420 static void vmw_cmdbuf_man_process(struct vmw_cmdbuf_man *man) in vmw_cmdbuf_man_process()
460 static void vmw_cmdbuf_ctx_add(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_ctx_add()
485 struct vmw_cmdbuf_man *man = (struct vmw_cmdbuf_man *) data; in vmw_cmdbuf_man_tasklet() local
503 struct vmw_cmdbuf_man *man = in vmw_cmdbuf_work_func() local
534 static bool vmw_cmdbuf_man_idle(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_man_idle()
567 static void __vmw_cmdbuf_cur_flush(struct vmw_cmdbuf_man *man) in __vmw_cmdbuf_cur_flush()
600 int vmw_cmdbuf_cur_flush(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_cur_flush()
625 int vmw_cmdbuf_idle(struct vmw_cmdbuf_man *man, bool interruptible, in vmw_cmdbuf_idle()
669 static bool vmw_cmdbuf_try_alloc(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_try_alloc()
709 static int vmw_cmdbuf_alloc_space(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_alloc_space()
773 static int vmw_cmdbuf_space_pool(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_space_pool()
828 static int vmw_cmdbuf_space_inline(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_space_inline()
870 void *vmw_cmdbuf_alloc(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_alloc()
913 static void *vmw_cmdbuf_reserve_cur(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_reserve_cur()
959 static void vmw_cmdbuf_commit_cur(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_commit_cur()
988 void *vmw_cmdbuf_reserve(struct vmw_cmdbuf_man *man, size_t size, in vmw_cmdbuf_reserve()
1016 void vmw_cmdbuf_commit(struct vmw_cmdbuf_man *man, size_t size, in vmw_cmdbuf_commit()
1041 void vmw_cmdbuf_tasklet_schedule(struct vmw_cmdbuf_man *man) in vmw_cmdbuf_tasklet_schedule()
1058 static int vmw_cmdbuf_send_device_command(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_send_device_command()
1095 static int vmw_cmdbuf_startstop(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_startstop()
1125 int vmw_cmdbuf_set_pool_size(struct vmw_cmdbuf_man *man, in vmw_cmdbuf_set_pool_size()
1202 struct vmw_cmdbuf_man *man; in vmw_cmdbuf_man_create() local
1277 void vmw_cmdbuf_remove_pool(struct vmw_cmdbuf_man *man) in vmw_cmdbuf_remove_pool()
1301 void vmw_cmdbuf_man_destroy(struct vmw_cmdbuf_man *man) in vmw_cmdbuf_man_destroy()