Home
last modified time | relevance | path

Searched refs:__count (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/trace/
Dperf.h25 #define __perf_count(c) (__count = (c))
39 u64 __count = 1; \
69 event_call, __count, __regs, \
/linux-4.19.296/include/linux/sched/
Duser.h16 refcount_t __count; /* reference count */ member
63 refcount_inc(&u->__count); in get_uid()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_format.c524 to->count = be16_to_cpu(from->hdr.__count); in xfs_da2_node_hdr_from_disk()
537 to->hdr.__count = cpu_to_be16(from->count); in xfs_da2_node_hdr_to_disk()
552 to->count = be16_to_cpu(hdr3->__count); in xfs_da3_node_hdr_from_disk()
567 hdr3->__count = cpu_to_be16(from->count); in xfs_da3_node_hdr_to_disk()
Dxfs_da_format.h68 __be16 __count; /* count of active entries */ member
74 __be16 __count; /* count of active entries */ member
/linux-4.19.296/include/linux/
Dphy.h1163 #define phy_module_driver(__phy_drivers, __count) \ argument
1166 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \
1171 phy_drivers_unregister(__phy_drivers, __count); \