Searched refs:__count (Results 1 – 5 of 5) sorted by relevance
/include/trace/ |
A D | perf.h | 10 #define __perf_count(c) (__count = (c)) 24 u64 __count = 1; \ 54 event_call, __count, __regs, \ 71 u64 __count __attribute__((unused)); \ 84 u64 __count __attribute__((unused)); \
|
/include/linux/sched/ |
A D | user.h | 15 refcount_t __count; /* reference count */ member 51 refcount_inc(&u->__count); in get_uid()
|
/include/linux/ |
A D | string.h | 119 const size_t __count = (count); \ 122 __wrote = sized_strscpy(__dst, __src, __count); \ 123 if (__wrote >= 0 && __wrote < __count) \ 124 memset(__dst + __wrote + 1, 0, __count - __wrote - 1); \
|
A D | serial_core.h | 967 unsigned int __count = (count); \ 968 __uart_port_tx(port, ch, 0, tx_ready, put_char, tx_done, __count, \ 969 __count--); \ 985 unsigned int __count = (count); \ 986 __uart_port_tx(port, ch, flags, tx_ready, put_char, tx_done, __count, \ 987 __count--); \
|
A D | phy.h | 2116 #define phy_module_driver(__phy_drivers, __count) \ argument 2119 return phy_drivers_register(__phy_drivers, __count, THIS_MODULE); \ 2124 phy_drivers_unregister(__phy_drivers, __count); \
|
Completed in 45 milliseconds