Searched refs:uml_kmalloc (Results 1 - 18 of 18) sorted by relevance

/linux-4.1.27/arch/um/include/shared/
H A Dum_malloc.h11 extern void *uml_kmalloc(int size, int flags);
/linux-4.1.27/arch/um/drivers/
H A Dcow_sys.h10 return uml_kmalloc(size, UM_GFP_KERNEL); cow_malloc()
H A Dfd.c41 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); fd_init()
H A Dtty.c30 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); tty_chan_init()
H A Ddaemon_user.c36 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL); new_addr()
85 sun = uml_kmalloc(sizeof(struct sockaddr_un), UM_GFP_KERNEL); connect_to_switch()
H A Dpcap_user.c51 pri->compiled = uml_kmalloc(sizeof(struct bpf_program), pcap_open()
H A Dvde_user.c79 vpri->args = uml_kmalloc(sizeof(struct vde_open_args), UM_GFP_KERNEL); vde_init_libstuff()
H A Dport_user.c48 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); port_init()
H A Dpty.c30 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); pty_chan_init()
H A Dnet_user.c223 output = uml_kmalloc(output_len, UM_GFP_KERNEL); change()
H A Dslip_user.c97 output = uml_kmalloc(output_len, UM_GFP_KERNEL); slip_tramp()
H A Dumcast_user.c26 sin = uml_kmalloc(sizeof(struct sockaddr_in), UM_GFP_KERNEL); new_addr()
H A Dxterm.c31 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); xterm_init()
/linux-4.1.27/arch/um/os-Linux/
H A Dhelper.c72 data.buf = __cant_sleep() ? uml_kmalloc(PATH_MAX, UM_GFP_ATOMIC) : run_helper()
73 uml_kmalloc(PATH_MAX, UM_GFP_KERNEL); run_helper()
H A Dsigio.c110 new = uml_kmalloc(n * sizeof(struct pollfd), UM_GFP_ATOMIC); need_poll()
244 p = uml_kmalloc(sizeof(struct pollfd), UM_GFP_KERNEL); setup_initial_poll()
H A Dmain.c207 ret = uml_kmalloc(size, UM_GFP_KERNEL); __wrap_malloc()
/linux-4.1.27/arch/um/os-Linux/drivers/
H A Dethertap_user.c53 output = uml_kmalloc(UM_KERN_PAGE_SIZE, UM_GFP_KERNEL); etap_change()
166 output = uml_kmalloc(output_len, UM_GFP_KERNEL); etap_open()
/linux-4.1.27/arch/um/kernel/
H A Dmem.c237 void *uml_kmalloc(int size, int flags) uml_kmalloc() function

Completed in 170 milliseconds