Home
last modified time | relevance | path

Searched refs:max_frames (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.2.1/arch/arm64/core/
Dfatal.c239 int max_frames) in walk_stackframe() argument
270 for (int i = 0; (fp != NULL) && (i < max_frames); i++) { in walk_stackframe()
/Zephyr-4.2.1/arch/x86/core/
Dfatal.c129 const struct arch_esf *esf, int max_frames) in walk_stackframe() argument
152 for (i = 0; i < max_frames; i++) { in walk_stackframe()
/Zephyr-4.2.1/include/zephyr/drivers/
Dcan.h1331 #define CAN_MSGQ_DEFINE(name, max_frames) \ argument
1332 K_MSGQ_DEFINE(name, sizeof(struct can_frame), max_frames, 4)