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.c132 struct irq_fd *new_fd; in activate_fd() local
183 new_fd = kmalloc(sizeof(struct irq_fd), GFP_ATOMIC); in activate_fd()
184 if (new_fd == NULL) in activate_fd()
189 *new_fd = ((struct irq_fd) { in activate_fd()
202 irq_entry->irq_array[type] = new_fd; in activate_fd()
/arch/um/os-Linux/skas/
Dprocess.c475 int new_fd = phys_mapping(to_phys((void *)new_stack), &new_offset); in copy_context_skas0() local
483 .fd = new_fd in copy_context_skas0()