Searched refs:__count (Results 1 – 4 of 4) sorted by relevance
/include/linux/sched/ |
D | user.h | 16 refcount_t __count; /* reference count */ member 56 refcount_inc(&u->__count); in get_uid()
|
/include/trace/ |
D | perf.h | 48 #define __perf_count(c) (__count = (c)) 62 u64 __count = 1; \ 92 event_call, __count, __regs, \
|
/include/net/ |
D | dsa.h | 1418 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument 1421 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \ 1429 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
|
/include/linux/ |
D | phy.h | 1874 #define phy_module_driver(__phy_drivers, __count) \ argument 1877 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 1882 phy_drivers_unregister(__phy_drivers, __count); \
|