new_head 58 arch/x86/kernel/cpu/mce/genpool.c LLIST_HEAD(new_head); new_head 68 arch/x86/kernel/cpu/mce/genpool.c llist_add(&node->llnode, &new_head); new_head 71 arch/x86/kernel/cpu/mce/genpool.c return new_head.first; new_head 102 drivers/crypto/n2_core.c unsigned long old_head, unsigned long new_head) new_head 104 drivers/crypto/n2_core.c if (old_head <= new_head) { new_head 105 drivers/crypto/n2_core.c if (offset > old_head && offset <= new_head) new_head 108 drivers/crypto/n2_core.c if (offset > old_head || offset <= new_head) new_head 121 drivers/crypto/n2_core.c unsigned long off, new_head, hv_ret; new_head 129 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_gethead(q->qhandle, &new_head); new_head 132 drivers/crypto/n2_core.c smp_processor_id(), new_head, hv_ret); new_head 134 drivers/crypto/n2_core.c for (off = q->head; off != new_head; off = spu_next_offset(q, off)) { new_head 138 drivers/crypto/n2_core.c hv_ret = sun4v_ncs_sethead_marker(q->qhandle, new_head); new_head 140 drivers/crypto/n2_core.c q->head = new_head; new_head 487 drivers/hid/hidraw.c int new_head = (list->head + 1) & (HIDRAW_BUFFER_SIZE - 1); new_head 489 drivers/hid/hidraw.c if (new_head == list->tail) new_head 497 drivers/hid/hidraw.c list->head = new_head; new_head 266 drivers/input/mousedev.c unsigned int new_head; new_head 277 drivers/input/mousedev.c new_head = (client->head + 1) % PACKET_QUEUE_LEN; new_head 278 drivers/input/mousedev.c if (new_head != client->tail) { new_head 279 drivers/input/mousedev.c p = &client->packets[client->head = new_head]; new_head 284 drivers/net/ethernet/qualcomm/qca_spi.c u16 new_head; new_head 327 drivers/net/ethernet/qualcomm/qca_spi.c new_head = qca->txr.head + 1; new_head 328 drivers/net/ethernet/qualcomm/qca_spi.c if (new_head >= qca->txr.count) new_head 329 drivers/net/ethernet/qualcomm/qca_spi.c new_head = 0; new_head 330 drivers/net/ethernet/qualcomm/qca_spi.c qca->txr.head = new_head; new_head 1979 kernel/trace/ring_buffer.c struct buffer_page *new_head; new_head 2062 kernel/trace/ring_buffer.c new_head = next_page; new_head 2063 kernel/trace/ring_buffer.c rb_inc_page(cpu_buffer, &new_head); new_head 2065 kernel/trace/ring_buffer.c ret = rb_head_page_set_head(cpu_buffer, new_head, next_page, new_head 2106 kernel/trace/ring_buffer.c rb_head_page_set_normal(cpu_buffer, new_head, new_head 81 lib/llist.c struct llist_node *new_head = NULL; new_head 86 lib/llist.c tmp->next = new_head; new_head 87 lib/llist.c new_head = tmp; new_head 90 lib/llist.c return new_head;