Home
last modified time | relevance | path

Searched refs:fput_light (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dfile.h27 static inline void fput_light(struct file *file, int fput_needed) in fput_light() function
/Linux-v4.19/net/
Dsocket.c1487 fput_light(sock->file, fput_needed); in __sys_bind()
1519 fput_light(sock->file, fput_needed); in __sys_listen()
1613 fput_light(sock->file, fput_needed); in __sys_accept4()
1667 fput_light(sock->file, fput_needed); in __sys_connect()
1705 fput_light(sock->file, fput_needed); in __sys_getsockname()
1732 fput_light(sock->file, fput_needed); in __sys_getpeername()
1741 fput_light(sock->file, fput_needed); in __sys_getpeername()
1791 fput_light(sock->file, fput_needed); in __sys_sendto()
1854 fput_light(sock->file, fput_needed); in __sys_recvfrom()
1905 fput_light(sock->file, fput_needed); in __sys_setsockopt()
[all …]