Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dfile.h29 static inline void fput_light(struct file *file, int fput_needed) in fput_light() function
/linux-6.1.9/net/
Dsocket.c1780 fput_light(sock->file, fput_needed); in __sys_bind()
1812 fput_light(sock->file, fput_needed); in __sys_listen()
2033 fput_light(sock->file, fput_needed); in __sys_getsockname()
2060 fput_light(sock->file, fput_needed); in __sys_getpeername()
2069 fput_light(sock->file, fput_needed); in __sys_getpeername()
2120 fput_light(sock->file, fput_needed); in __sys_sendto()
2178 fput_light(sock->file, fput_needed); in __sys_recvfrom()
2256 fput_light(sock->file, fput_needed); in __sys_setsockopt()
2304 fput_light(sock->file, fput_needed); in __sys_getsockopt()
2337 fput_light(sock->file, fput_needed); in __sys_shutdown()
[all …]