Home
last modified time | relevance | path

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

/include/trace/
A Dperf.h10 #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 Duser.h15 refcount_t __count; /* reference count */ member
51 refcount_inc(&u->__count); in get_uid()
/include/linux/
A Dstring.h119 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 Dserial_core.h967 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 Dphy.h2116 #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