Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfile.h28 static inline void fput_light(struct file *file, int fput_needed) in fput_light() function
/Linux-v5.4/net/
Dsocket.c1651 fput_light(sock->file, fput_needed); in __sys_bind()
1683 fput_light(sock->file, fput_needed); in __sys_listen()
1777 fput_light(sock->file, fput_needed); in __sys_accept4()
1831 fput_light(sock->file, fput_needed); in __sys_connect()
1869 fput_light(sock->file, fput_needed); in __sys_getsockname()
1896 fput_light(sock->file, fput_needed); in __sys_getpeername()
1905 fput_light(sock->file, fput_needed); in __sys_getpeername()
1955 fput_light(sock->file, fput_needed); in __sys_sendto()
2018 fput_light(sock->file, fput_needed); in __sys_recvfrom()
2092 fput_light(sock->file, fput_needed); in __sys_setsockopt()
[all …]