Home
last modified time | relevance | path

Searched defs:u (Results 1 – 25 of 697) sorted by relevance

12345678910>>...28

/linux/drivers/xen/
A Devtchn.c95 static unsigned int evtchn_ring_offset(struct per_user_data *u, in evtchn_ring_offset()
164 struct per_user_data *u = evtchn->user; in evtchn_interrupt() local
200 struct per_user_data *u = file->private_data; in evtchn_read() local
272 struct per_user_data *u = file->private_data; in evtchn_write() local
313 static int evtchn_resize_ring(struct per_user_data *u) in evtchn_resize_ring()
417 static void evtchn_unbind_from_user(struct per_user_data *u, in evtchn_unbind_from_user()
433 struct per_user_data *u = file->private_data; in evtchn_ioctl() local
602 struct per_user_data *u = file->private_data; in evtchn_poll() local
614 struct per_user_data *u = filp->private_data; in evtchn_fasync() local
620 struct per_user_data *u; in evtchn_open() local
[all …]
/linux/include/asm-generic/
A Dtermios.h72 struct termios2 __user *u) in user_termios_to_kernel_termios()
77 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios()
84 struct termios __user *u) in user_termios_to_kernel_termios_1()
89 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
96 struct termios __user *u) in user_termios_to_kernel_termios()
101 static inline int kernel_termios_to_user_termios(struct termios __user *u, in kernel_termios_to_user_termios()
A Dtermios-base.h66 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
70 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
73 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
74 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux/arch/s390/lib/
A Dtest_unwind.c142 struct unwindme *u = unwindme; in pgm_pre_handler() local
151 static noinline int unwindme_func4(struct unwindme *u) in unwindme_func4()
202 static noinline int unwindme_func3(struct unwindme *u) in unwindme_func3()
209 static noinline int unwindme_func2(struct unwindme *u) in unwindme_func2()
228 static noinline int unwindme_func1(void *u) in unwindme_func1()
235 struct unwindme *u = READ_ONCE(unwindme); in unwindme_timer_fn() local
247 static int test_unwind_irq(struct unwindme *u) in test_unwind_irq()
258 static int test_unwind_task(struct kunit *test, struct unwindme *u) in test_unwind_task()
356 struct unwindme u; in test_unwind_flags() local
/linux/drivers/xen/xenbus/
A Dxenbus_dev_frontend.c112 } u; member
129 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_read() local
308 struct xenbus_file_priv *u; in xenbus_worker() local
341 struct xenbus_file_priv *u; in xenbus_file_free() local
352 struct xenbus_file_priv *u, uint32_t tx_id) in xenbus_get_transaction()
365 struct xenbus_file_priv *u = req->par; in xenbus_dev_queue_reply() local
447 struct xenbus_file_priv *u) in xenbus_write_transaction()
554 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_write() local
651 struct xenbus_file_priv *u; in xenbus_file_open() local
680 struct xenbus_file_priv *u = filp->private_data; in xenbus_file_release() local
[all …]
/linux/fs/nfsd/
A Dnfs4proc.c365 union nfsd4_op_u *u) in nfsd4_open()
507 union nfsd4_op_u *u) in nfsd4_getfh()
515 union nfsd4_op_u *u) in nfsd4_putfh()
536 union nfsd4_op_u *u) in nfsd4_putrootfh()
547 union nfsd4_op_u *u) in nfsd4_restorefh()
732 union nfsd4_op_u *u) in nfsd4_link()
779 union nfsd4_op_u *u) in nfsd4_read()
931 union nfsd4_op_u *u) in nfsd4_secinfo_no_name()
1093 union nfsd4_op_u *u) in nfsd4_clone()
1651 union nfsd4_op_u *u) in nfsd4_copy()
[all …]
/linux/drivers/crypto/cavium/cpt/
A Dcpt_hw_types.h74 u64 u[8]; member
160 u64 u; member
189 u64 u; member
222 u64 u; member
285 u64 u; member
335 u64 u; member
370 u64 u; member
410 u64 u; member
439 u64 u; member
468 u64 u; member
[all …]
/linux/lib/mpi/
A Dmpi-cmp.c23 int mpi_cmp_ui(MPI u, unsigned long v) in mpi_cmp_ui()
44 static int do_mpi_cmp(MPI u, MPI v, int absmode) in do_mpi_cmp()
84 int mpi_cmp(MPI u, MPI v) in mpi_cmp()
90 int mpi_cmpabs(MPI u, MPI v) in mpi_cmpabs()
A Dmpi-add.c20 void mpi_add_ui(MPI w, MPI u, unsigned long v) in mpi_add_ui()
67 void mpi_add(MPI w, MPI u, MPI v) in mpi_add()
134 void mpi_sub(MPI w, MPI u, MPI v) in mpi_sub()
143 void mpi_addm(MPI w, MPI u, MPI v, MPI m) in mpi_addm()
150 void mpi_subm(MPI w, MPI u, MPI v, MPI m) in mpi_subm()
/linux/arch/alpha/include/asm/
A Dtermios.h75 #define user_termios_to_kernel_termios(k, u) \ argument
78 #define kernel_termios_to_user_termios(u, k) \ argument
81 #define user_termios_to_kernel_termios_1(k, u) \ argument
84 #define kernel_termios_to_user_termios_1(u, k) \ argument
/linux/arch/sparc/include/asm/
A Dtermios.h67 #define user_termios_to_kernel_termios(k, u) \ argument
88 #define kernel_termios_to_user_termios(u, k) \ argument
109 #define user_termios_to_kernel_termios_1(k, u) \ argument
128 #define kernel_termios_to_user_termios_1(u, k) \ argument
/linux/arch/parisc/include/asm/
A Dtermios.h47 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
48 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
49 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
50 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux/arch/ia64/include/asm/
A Dtermios.h53 #define user_termios_to_kernel_termios(k, u) copy_from_user(k, u, sizeof(struct termios2)) argument
54 #define kernel_termios_to_user_termios(u, k) copy_to_user(u, k, sizeof(struct termios2)) argument
55 #define user_termios_to_kernel_termios_1(k, u) copy_from_user(k, u, sizeof(struct termios)) argument
56 #define kernel_termios_to_user_termios_1(u, k) copy_to_user(u, k, sizeof(struct termios)) argument
/linux/drivers/tty/serial/
A Dserial-tegra.c588 static void tegra_uart_start_tx(struct uart_port *u) in tegra_uart_start_tx()
613 static void tegra_uart_stop_tx(struct uart_port *u) in tegra_uart_stop_tx()
728 struct uart_port *u = &tup->uport; in tegra_uart_rx_dma_complete() local
834 struct uart_port *u = &tup->uport; in tegra_uart_isr() local
908 static void tegra_uart_stop_rx(struct uart_port *u) in tegra_uart_stop_rx()
1196 static int tegra_uart_startup(struct uart_port *u) in tegra_uart_startup()
1255 static void tegra_uart_shutdown(struct uart_port *u) in tegra_uart_shutdown()
1567 struct uart_port *u; in tegra_uart_probe() local
1636 struct uart_port *u = &tup->uport; in tegra_uart_remove() local
1646 struct uart_port *u = &tup->uport; in tegra_uart_suspend() local
[all …]
/linux/arch/mips/include/asm/
A Dtermios.h82 struct termios2 *u) in user_termios_to_kernel_termios()
87 static inline int kernel_termios_to_user_termios(struct termios2 __user *u, in kernel_termios_to_user_termios()
94 struct termios __user *u) in user_termios_to_kernel_termios_1()
99 static inline int kernel_termios_to_user_termios_1(struct termios __user *u, in kernel_termios_to_user_termios_1()
/linux/net/unix/
A Dgarbage.c111 struct unix_sock *u = unix_sk(sk); in scan_inflight() local
141 struct unix_sock *u; in scan_children() local
177 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail()
204 struct unix_sock *u; in unix_gc() local
A Daf_unix.c295 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() local
369 struct unix_sock *u; in unix_dgram_peer_wake_relay() local
388 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() local
410 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() local
503 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() local
536 struct unix_sock *u = unix_sk(sk); in unix_release_sock() local
653 struct unix_sock *u = unix_sk(sk); in unix_listen() local
714 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() local
729 struct unix_sock *u; in unix_show_fdinfo() local
853 struct unix_sock *u; in unix_create1() local
[all …]
/linux/arch/m68k/lib/
A Dmuldi3.c28 #define umul_ppmm(w1, w0, u, v) \ argument
54 #define umul_ppmm(w1, w0, u, v) \ argument
63 #define __umulsidi3(u, v) \ argument
82 __muldi3 (DItype u, DItype v) in __muldi3()
/linux/arch/h8300/lib/
A Dmuldi3.c8 #define umul_ppmm(w1, w0, u, v) \ argument
28 #define __umulsidi3(u, v) ( \ argument
35 DWtype __muldi3(DWtype u, DWtype v) in __muldi3()
/linux/drivers/crypto/marvell/octeontx/
A Dotx_cpt_hw_types.h298 u64 u; member
327 u64 u; member
360 u64 u; member
423 u64 u; member
473 u64 u; member
508 u64 u; member
548 u64 u; member
577 u64 u; member
606 u64 u; member
642 u64 u; member
[all …]
/linux/lib/
A Dmuldi3.c16 #define umul_ppmm(w1, w0, u, v) \ argument
42 #define __umulsidi3(u, v) ({ \ argument
49 long long notrace __muldi3(long long u, long long v) in __muldi3()
/linux/arch/microblaze/lib/
A Dmuldi3.c14 #define umul_ppmm(w1, w0, u, v) \ argument
40 #define __umulsidi3(u, v) ({ \ argument
47 long long __muldi3(long long u, long long v) in __muldi3()
/linux/arch/arm/plat-orion/
A Dtime.c77 u32 u; in orion_clkevt_next_event() local
113 u32 u; in orion_clkevt_shutdown() local
136 u32 u; in orion_clkevt_set_periodic() local
199 u32 u; in orion_time_init() local
/linux/include/uapi/linux/
A Dvboxguest.h93 } u; member
119 } u; member
134 } u; member
198 } u; member
219 } u; member
251 } u; member
273 } u; member
301 } u; member
325 } u; member
347 } u; member
/linux/fs/erofs/
A Dzdata.h94 } u; member
115 union z_erofs_onlinepage_converter u; in z_erofs_onlinepage_index() local
129 } u = { .o = ATOMIC_INIT(1) }; in z_erofs_onlinepage_init() local
139 union z_erofs_onlinepage_converter u = { .v = &page_private(page) }; in z_erofs_onlinepage_fixup() local
160 union z_erofs_onlinepage_converter u; in z_erofs_onlinepage_endio() local

Completed in 54 milliseconds

12345678910>>...28