Home
last modified time | relevance | path

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

/linux-6.6.21/net/
Dsocket.c1855 fput_light(sock->file, fput_needed); in __sys_bind()
1887 fput_light(sock->file, fput_needed); in __sys_listen()
2109 fput_light(sock->file, fput_needed); in __sys_getsockname()
2138 fput_light(sock->file, fput_needed); in __sys_getpeername()
2147 fput_light(sock->file, fput_needed); in __sys_getpeername()
2199 fput_light(sock->file, fput_needed); in __sys_sendto()
2257 fput_light(sock->file, fput_needed); in __sys_recvfrom()
2331 fput_light(sock->file, fput_needed); in __sys_setsockopt()
2381 fput_light(sock->file, fput_needed); in __sys_getsockopt()
2414 fput_light(sock->file, fput_needed); in __sys_shutdown()
[all …]
/linux-6.6.21/include/linux/
Dfile.h30 static inline void fput_light(struct file *file, int fput_needed) in fput_light() function