Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfile.h30 static inline void fput_light(struct file *file, int fput_needed) in fput_light() function
/openbmc/linux/net/
H A Dsocket.c1860 fput_light(sock->file, fput_needed); in __sys_bind()
1892 fput_light(sock->file, fput_needed); in __sys_listen()
2114 fput_light(sock->file, fput_needed); in __sys_getsockname()
2204 fput_light(sock->file, fput_needed); in __sys_sendto()
2262 fput_light(sock->file, fput_needed); in __sys_recvfrom()
2347 fput_light(sock->file, fput_needed); in __sys_setsockopt()
2416 fput_light(sock->file, fput_needed); in __sys_getsockopt()
2680 fput_light(sock->file, fput_needed); in __sys_sendmsg()
2752 fput_light(sock->file, fput_needed); in __sys_sendmmsg()
2888 fput_light(sock->file, fput_needed); in __sys_recvmsg()
[all …]