Searched refs:fun (Results 1 - 7 of 7) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | cpuhp.h | 12 TP_PROTO(unsigned int cpu, int target, int idx, int (*fun)(unsigned int)), 14 TP_ARGS(cpu, target, idx, fun), 16 TP_STRUCT__entry(__field(unsigned int, cpu) __field(int, target) __field(int, idx) __field(void *, fun)), 18 TP_fast_assign(__entry->cpu = cpu; __entry->target = target; __entry->idx = idx; __entry->fun = fun;), 21 __entry->fun)); 25 TP_PROTO(unsigned int cpu, int target, int idx, int (*fun)(unsigned int, struct hlist_node *), 28 TP_ARGS(cpu, target, idx, fun, node), 30 TP_STRUCT__entry(__field(unsigned int, cpu) __field(int, target) __field(int, idx) __field(void *, fun)), 32 TP_fast_assign(__entry->cpu = cpu; __entry->target = target; __entry->idx = idx; __entry->fun [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | tgmath.h | 79 #define __tg_real_nocast(fun, x) ( \ 80 __FLT(x) ? fun ## f (x) : \ 81 __LDBL(x) ? fun ## l (x) : \ 82 fun(x) ) 84 #define __tg_real(fun, x) (__RETCAST(x)__tg_real_nocast(fun, x)) 86 #define __tg_real_2_1(fun, x, y) (__RETCAST(x)( \ 87 __FLT(x) ? fun ## f (x, y) : \ 88 __LDBL(x) ? fun ## l (x, y) : \ 89 fun( [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
H A D | osal_debug.c | 25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument 27 panic(fmt, fun, line, cond); in osal_panic()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/ |
H A D | osal_debug.c | 37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic() argument 39 panic(fmt, fun, line, cond); in osal_panic()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/ |
H A D | hi_osal.h | 325 extern void osal_panic(const char *fmt, const char *fun, int line, const char *);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal.h | 322 extern void osal_panic(const char *fmt, const char *fun, int line, const char *);
|
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/ |
H A D | hi_osal.h | 326 extern void osal_panic(const char *fmt, const char *fun, int line, const char *);
|
Completed in 6 milliseconds