HomeSort by relevance Sort by last modified time
    Searched refs:for_each_module (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/wrs_omxil_core/utils/src/
module.c 33 #define for_each_module(__module, __head) \ macro
41 for_each_module(m, (__head)) { \
54 for_each_module(module, head) { function
67 for_each_module(module, head) { function
94 for_each_module(prev, head) { function
  /external/syslinux/com32/elflink/
test_com32.c 131 for_each_module(module) { function
  /external/syslinux/com32/include/sys/
module.h 173 * for_each_module - iterator loop through the list of loaded modules.
175 #define for_each_module(m) list_for_each_entry(m, &modules_head, list) macro
  /external/syslinux/com32/lib/sys/module/
common.c 206 for_each_module(cr_module) { function
332 for_each_module(crt_module) function
436 for_each_module(mod) { function
586 for_each_module(crt_module) { function

Completed in 211 milliseconds