Searched defs:users (Results 1 - 9 of 9) sorted by relevance

/include/linux/
H A Dfs_struct.h9 int users; member in struct:fs_struct
H A Drslib.h38 * @users: Users of this structure
53 int users; member in struct:rs_control
H A Dtty_ldisc.h156 atomic_t users; member in struct:tty_ldisc
H A Daio.h181 atomic_t users; member in struct:kioctx
H A Digmp.h198 int users; member in struct:ip_mc_list
H A Dskbuff.h279 * All users must obey the rule that the skb->data reference count must be
385 * @users: User count - see {datagram,tcp}.c
494 atomic_t users; member in struct:sk_buff
740 atomic_inc(&skb->users);
745 * If users == 1, we are the only owner and are can avoid redundant
806 return atomic_read(&skb->users) != 1;
955 * this is needed for now since a whole lot of users of the skb-queue
2356 atomic_inc(&skb->users);
H A Dinput.h1240 * @users: stores number of users (input handlers) that opened this
1312 unsigned int users; member in struct:input_dev
/include/net/
H A Dipv6.h221 atomic_t users; member in struct:ip6_flowlabel
252 atomic_dec(&fl->users);
/include/rdma/
H A Dib_sa.h255 atomic_t users; member in struct:ib_sa_client

Completed in 182 milliseconds