Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 53) sorted by relevance

123

/include/trace/events/
Dworkqueue.h32 __field( void *, function)
40 __entry->function = work->func;
47 __entry->work, __entry->function, __get_str(workqueue),
67 __field( void *, function)
72 __entry->function = work->func;
75 TP_printk("work struct %p function=%ps ", __entry->work, __entry->function)
92 __field( void *, function)
97 __entry->function = work->func;
100 TP_printk("work struct %p: function %ps", __entry->work, __entry->function)
112 TP_PROTO(struct work_struct *work, work_func_t function),
[all …]
Dtimer.h61 __field( void *, function )
70 __entry->function = timer->function;
78 __entry->timer, __entry->function, __entry->expires,
101 __field( void *, function)
108 __entry->function = timer->function;
113 __entry->timer, __entry->function, __entry->now,
230 __field( void *, function )
238 __entry->function = hrtimer->function;
245 "mode=%s", __entry->hrtimer, __entry->function,
268 __field( void *, function)
[all …]
Dsched.h73 __field( void *, function)
79 __entry->function = work->func;
84 __entry->work, __entry->function, __entry->worker)
101 __field( void *, function)
106 __entry->function = work->func;
109 TP_printk("work struct %p: function %ps", __entry->work, __entry->function)
121 TP_PROTO(struct kthread_work *work, kthread_work_func_t function),
123 TP_ARGS(work, function),
127 __field( void *, function)
132 __entry->function = function;
[all …]
/include/linux/
Dmaple.h57 unsigned long function; member
73 unsigned long when, interval, function; member
84 unsigned long function; member
91 unsigned long function);
95 int maple_add_packet(struct maple_device *mdev, u32 function,
Disapnp.h42 { .vendor = ISAPNP_VENDOR(_va, _vb, _vc), .function = ISAPNP_FUNCTION(_function) }
48 unsigned short vendor, function; member
54 .vendor = ISAPNP_VENDOR(_dva, _dvb, _dvc), .function = ISAPNP_FUNCTION(_dfunction)
80 unsigned short function,
94 unsigned short function, in pnp_find_dev() argument
Dtypecheck.h20 #define typecheck_fn(type,function) \ argument
21 ({ typeof(type) __tmp = function; \
Dalarmtimer.h45 enum alarmtimer_restart (*function)(struct alarm *, ktime_t now); member
52 enum alarmtimer_restart (*function)(struct alarm *, ktime_t));
Dtimer_types.h15 void (*function)(struct timer_list *); member
Dhrtimer_types.h42 enum hrtimer_restart (*function)(struct hrtimer *); member
Dcodetag.h28 const char *function; member
67 .function = __func__, \
Dvbox_utils.h36 u32 function, u32 timeout_ms,
Ddynamic_debug.h22 const char *function; member
167 .function = __func__, \
Datalk.h77 __be16 function; member
Dmod_devicetable.h306 __u8 function; member
651 unsigned short vendor, function; member
887 __u8 function; member
/include/pcmcia/
Ddevice_id.h113 .function = (mfc), }
120 .function = (mfc), }
127 .function = (mfc), }
135 .function = (mfc), }
143 .function = (mfc), }
152 .function = (mfc), }
255 .function = (mfc), \
265 .function = (mfc), \
274 .function = (mfc), \
/include/acpi/
Dacoutput.h302 #define ACPI_DO_DEBUG_PRINT(function, level, line, filename, modulename, component, ...) \ argument
306 function (level, line, filename, modulename, component, __VA_ARGS__); \
332 #define ACPI_TRACE_ENTRY(name, function, type, param) \ argument
334 function (ACPI_DEBUG_PARAMETERS, (type) (param))
377 #define ACPI_TRACE_EXIT(function, type, param) \ argument
380 function (ACPI_DEBUG_PARAMETERS, _param); \
386 #define ACPI_TRACE_EXIT(function, type, param) \ argument
388 function (ACPI_DEBUG_PARAMETERS, (type) (param)); \
Dacpiosxf.h248 acpi_osd_exec_callback function, void *context);
322 acpi_status acpi_os_signal(u32 function, void *info);
Dactypes.h1067 acpi_status (*acpi_init_handler) (acpi_handle object, u32 function);
1093 acpi_status (*acpi_adr_space_handler) (u32 function,
1127 u32 function,
1225 u16 function; member
/include/uapi/scsi/
Dscsi_bsg_mpi3mr.h464 __u8 function; member
480 __u8 function; member
504 __u8 function; member
533 __u8 function; member
/include/linux/pinctrl/
Dmachine.h35 const char *function; member
95 .function = func, \
/include/rv/
Dautomata.h63 return automaton_##name.function[curr_state][event]; \
/include/linux/usb/
Duas.h62 __u8 function; member
/include/linux/surface_aggregator/
Ddevice.h60 u8 function; member
104 .function = __builtin_choose_expr((fun) != SSAM_SSH_FUN_ANY, (fun), 0)
/include/uapi/linux/
Dedd.h96 __u8 function; member
Dvboxguest.h149 __u32 function; member

123