Searched refs:uml_kmalloc (Results 1 - 18 of 18) sorted by relevance
/linux-4.4.14/arch/um/include/shared/ |
H A D | um_malloc.h | 11 extern void *uml_kmalloc(int size, int flags);
|
/linux-4.4.14/arch/um/drivers/ |
H A D | cow_sys.h | 10 return uml_kmalloc(size, UM_GFP_KERNEL); cow_malloc()
|
H A D | fd.c | 41 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); fd_init()
|
H A D | tty.c | 30 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); tty_chan_init()
|
H A D | daemon_user.c | 36 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 D | pcap_user.c | 51 pri->compiled = uml_kmalloc(sizeof(struct bpf_program), pcap_open()
|
H A D | vde_user.c | 79 vpri->args = uml_kmalloc(sizeof(struct vde_open_args), UM_GFP_KERNEL); vde_init_libstuff()
|
H A D | port_user.c | 48 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); port_init()
|
H A D | pty.c | 30 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); pty_chan_init()
|
H A D | net_user.c | 223 output = uml_kmalloc(output_len, UM_GFP_KERNEL); change()
|
H A D | slip_user.c | 97 output = uml_kmalloc(output_len, UM_GFP_KERNEL); slip_tramp()
|
H A D | umcast_user.c | 26 sin = uml_kmalloc(sizeof(struct sockaddr_in), UM_GFP_KERNEL); new_addr()
|
H A D | xterm.c | 31 data = uml_kmalloc(sizeof(*data), UM_GFP_KERNEL); xterm_init()
|
/linux-4.4.14/arch/um/os-Linux/ |
H A D | helper.c | 72 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 D | sigio.c | 110 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 D | main.c | 208 ret = uml_kmalloc(size, UM_GFP_KERNEL); __wrap_malloc()
|
/linux-4.4.14/arch/um/os-Linux/drivers/ |
H A D | ethertap_user.c | 53 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.4.14/arch/um/kernel/ |
H A D | mem.c | 237 void *uml_kmalloc(int size, int flags) uml_kmalloc() function
|
Completed in 243 milliseconds