Home
last modified time | relevance | path

Searched defs:_args (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dmin_heap.h318 #define min_heap_sift_up_inline(_heap, _idx, _func, _args) \ argument
333 #define min_heapify_all_inline(_heap, _func, _args) \ argument
355 #define min_heap_pop_inline(_heap, _func, _args) \ argument
427 #define min_heap_del_inline(_heap, _idx, _func, _args) \ argument
455 #define min_heap_sift_down(_heap, _pos, _func, _args) \ argument
458 #define min_heap_sift_up(_heap, _idx, _func, _args) \ argument
461 #define min_heapify_all(_heap, _func, _args) \ argument
464 #define min_heap_pop(_heap, _func, _args) \ argument
467 #define min_heap_pop_push(_heap, _element, _func, _args) \ argument
470 #define min_heap_push(_heap, _element, _func, _args) \ argument
[all …]
A Dtracepoint.h354 #define DEFINE_TRACE_FN(_name, _reg, _unreg, _proto, _args) \ argument
362 #define DEFINE_TRACE_SYSCALL(_name, _reg, _unreg, _proto, _args) \ argument
370 #define DEFINE_TRACE(_name, _proto, _args) \ argument

Completed in 10 milliseconds