Searched refs:__count (Results 1 – 4 of 4) sorted by relevance
/include/linux/sched/ |
D | user.h | 15 refcount_t __count; /* reference count */ member 60 refcount_inc(&u->__count); in get_uid()
|
/include/trace/ |
D | perf.h | 25 #define __perf_count(c) (__count = (c)) 39 u64 __count = 1; \ 69 event_call, __count, __regs, \
|
/include/net/ |
D | dsa.h | 659 #define dsa_tag_driver_module_drivers(__dsa_tag_drivers_array, __count) \ argument 662 dsa_tag_drivers_register(__dsa_tag_drivers_array, __count, \ 670 dsa_tag_drivers_unregister(__dsa_tag_drivers_array, __count); \
|
/include/linux/ |
D | phy.h | 1285 #define phy_module_driver(__phy_drivers, __count) \ argument 1288 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 1293 phy_drivers_unregister(__phy_drivers, __count); \
|