Searched refs:__count (Results 1 – 5 of 5) sorted by relevance
25 #define __perf_count(c) (__count = (c))39 u64 __count = 1; \69 event_call, __count, __regs, \
16 refcount_t __count; /* reference count */ member63 refcount_inc(&u->__count); in get_uid()
524 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()
68 __be16 __count; /* count of active entries */ member74 __be16 __count; /* count of active entries */ member
1163 #define phy_module_driver(__phy_drivers, __count) \ argument1166 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \1171 phy_drivers_unregister(__phy_drivers, __count); \