Searched refs:_args (Results 1 – 3 of 3) sorted by relevance
| /include/linux/ |
| A D | min_heap.h | 293 __minheap_obj_size(_heap), _func, _args) 335 __minheap_obj_size(_heap), _func, _args) 357 __minheap_obj_size(_heap), _func, _args) 374 __minheap_obj_size(_heap), _func, _args) 400 __minheap_obj_size(_heap), _func, _args) 457 __minheap_obj_size(_heap), _func, _args) 461 #define min_heapify_all(_heap, _func, _args) \ argument 463 __minheap_obj_size(_heap), _func, _args) 464 #define min_heap_pop(_heap, _func, _args) \ argument 469 __minheap_obj_size(_heap), _func, _args) [all …]
|
| A D | tracepoint.h | 354 #define DEFINE_TRACE_FN(_name, _reg, _unreg, _proto, _args) \ argument 360 __DEFINE_TRACE_EXT(_name, &__tracepoint_ext_##_name, PARAMS(_proto), PARAMS(_args)); 362 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument 368 __DEFINE_TRACE_EXT(_name, &__tracepoint_ext_##_name, PARAMS(_proto), PARAMS(_args)); 370 #define DEFINE_TRACE(_name, _proto, _args) \ argument 371 __DEFINE_TRACE_EXT(_name, NULL, PARAMS(_proto), PARAMS(_args));
|
| /include/uapi/drm/ |
| A D | pvr_drm.h | 95 _mode(DRM_COMMAND_BASE + (_ioctl), struct drm_pvr_ioctl_##_data##_args)
|
Completed in 15 milliseconds