Home
last modified time | relevance | path

Searched refs:new_fd (Results 1 – 3 of 3) sorted by relevance

/arch/um/drivers/
Dxterm_kern.c17 int new_fd; member
29 xterm->new_fd = fd; in xterm_interrupt()
49 .new_fd = -1 }); in xterm_fd()
69 ret = data->new_fd; in xterm_fd()
/arch/um/kernel/
Dirq.c63 struct irq_fd *new_fd, *irq_fd; in activate_fd() local
72 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()
/arch/um/os-Linux/skas/
Dprocess.c449 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0() local
457 .fd = new_fd in copy_context_skas0()