Searched defs:leaf (Results 1 - 1 of 1) sorted by path

/ipc/
H A Dmqueue.c124 struct posix_msg_tree_node *leaf; local
129 leaf = rb_entry(parent, struct posix_msg_tree_node, rb_node);
131 if (likely(leaf->priority == msg->m_type))
133 else if (msg->m_type < leaf->priority)
139 leaf = info->node_cache;
142 leaf = kmalloc(sizeof(*leaf), GFP_ATOMIC);
143 if (!leaf)
145 INIT_LIST_HEAD(&leaf->msg_list);
146 info->qsize += sizeof(*leaf);
161 struct posix_msg_tree_node *leaf; local
[all...]

Completed in 61 milliseconds