Searched refs:new_fd (Results 1 – 3 of 3) sorted by relevance
17 int new_fd; member29 xterm->new_fd = fd; in xterm_interrupt()49 .new_fd = -1 }); in xterm_fd()69 ret = data->new_fd; in xterm_fd()
63 struct irq_fd *new_fd, *irq_fd; in activate_fd() local72 new_fd = kmalloc(sizeof(struct irq_fd), GFP_KERNEL); in activate_fd()73 if (new_fd == NULL) in activate_fd()79 *new_fd = ((struct irq_fd) { .next = NULL, in activate_fd()132 *last_irq_ptr = new_fd; in activate_fd()133 last_irq_ptr = &new_fd->next; in activate_fd()148 kfree(new_fd); in activate_fd()
449 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0() local457 .fd = new_fd in copy_context_skas0()