Lines Matching refs:list_node
37 struct list_head list_node; member
62 list_add_tail(&w->list_node, &cq->waiters); in optee_cq_wait_init()
75 list_del(&w->list_node); in optee_cq_wait_for_completion()
77 list_add_tail(&w->list_node, &cq->waiters); in optee_cq_wait_for_completion()
86 list_for_each_entry(w, &cq->waiters, list_node) { in optee_cq_complete_one()
105 list_del(&w->list_node); in optee_cq_wait_final()
128 list_for_each_entry(sess, &ctxdata->sess_list, list_node) in find_session()
150 list_node); in optee_shm_arg_cache_uninit()
151 list_del(&entry->list_node); in optee_shm_arg_cache_uninit()
205 list_for_each_entry(entry, &optee->shm_arg_cache.shm_args, list_node) { in optee_get_msg_arg()
230 list_add(&entry->list_node, &optee->shm_arg_cache.shm_args); in optee_get_msg_arg()
340 list_add(&sess->list_node, &ctxdata->sess_list); in optee_open_session()
393 list_del(&sess->list_node); in optee_close_session()