Lines Matching refs:new_leaf
964 struct posix_msg_tree_node *new_leaf = NULL; in SYSCALL_DEFINE5() local
1019 new_leaf = kmalloc(sizeof(*new_leaf), GFP_KERNEL); in SYSCALL_DEFINE5()
1023 if (!info->node_cache && new_leaf) { in SYSCALL_DEFINE5()
1025 INIT_LIST_HEAD(&new_leaf->msg_list); in SYSCALL_DEFINE5()
1026 info->node_cache = new_leaf; in SYSCALL_DEFINE5()
1027 info->qsize += sizeof(*new_leaf); in SYSCALL_DEFINE5()
1028 new_leaf = NULL; in SYSCALL_DEFINE5()
1030 kfree(new_leaf); in SYSCALL_DEFINE5()
1084 struct posix_msg_tree_node *new_leaf = NULL; in SYSCALL_DEFINE5() local
1126 new_leaf = kmalloc(sizeof(*new_leaf), GFP_KERNEL); in SYSCALL_DEFINE5()
1130 if (!info->node_cache && new_leaf) { in SYSCALL_DEFINE5()
1132 INIT_LIST_HEAD(&new_leaf->msg_list); in SYSCALL_DEFINE5()
1133 info->node_cache = new_leaf; in SYSCALL_DEFINE5()
1134 info->qsize += sizeof(*new_leaf); in SYSCALL_DEFINE5()
1136 kfree(new_leaf); in SYSCALL_DEFINE5()