Searched refs:wmem_alloc (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/trace/events/
H A Dsock.h107 __field(int, wmem_alloc)
121 __entry->wmem_alloc = refcount_read(&sk->sk_wmem_alloc);
126 TP_printk("proto:%s sysctl_mem=%ld,%ld,%ld allocated=%ld sysctl_rmem=%d rmem_alloc=%d sysctl_wmem=%d wmem_alloc=%d wmem_queued=%d kind=%s",
135 __entry->wmem_alloc,
/linux-master/net/bluetooth/rfcomm/
H A Dtty.c66 atomic_t wmem_alloc; member in struct:rfcomm_dev
357 int pending = 40 - atomic_read(&dev->wmem_alloc);
365 atomic_dec(&dev->wmem_alloc);
374 atomic_inc(&dev->wmem_alloc);

Completed in 228 milliseconds