Searched refs:head (Results 1 – 8 of 8) sorted by relevance
| /misc/debug_tools/acrn_trace/ |
| A D | sbuf.c | 17 return (sbuf->head == sbuf->tail); in sbuf_is_empty() 40 from = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->head; in sbuf_get() 44 sbuf->head = sbuf_next_ptr(sbuf->head, sbuf->ele_size, sbuf->size); in sbuf_get() 61 start = (void *)sbuf + SBUF_HEAD_SIZE + sbuf->head; in sbuf_write() 69 sbuf->head = sbuf_next_ptr(sbuf->head, sbuf->ele_size, sbuf->size); in sbuf_write() 79 sbuf->head = sbuf->tail; in sbuf_clear_buffered()
|
| A D | sbuf.h | 45 uint32_t head; /* offset from base, to read */ member
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | log_sys.c | 16 char *head; in debug_log() local 34 if (asprintf(&head, "<%-20s%5d>: ", func, line) == -1) { in debug_log() 39 sd_journal_print(level, "%s%s", head, msg); in debug_log() 41 free(head); in debug_log()
|
| /misc/services/life_mngr/ |
| A D | list.h | 8 #define list_foreach_safe(var, head, field, tvar) \ argument 9 for ((var) = LIST_FIRST((head)); \
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | vmrecord.c | 117 const char * const head = in vmrecord_gen_ifnot_exists() local 135 if (overwrite_file(vmrecord->path, head) < 0) { in vmrecord_gen_ifnot_exists()
|
| /misc/config_tools/launch_config/ |
| A D | launch_script_template.sh | 18 …processor_id=$(grep -B 15 "apicid.*: ${i}$" /proc/cpuinfo | grep "^processor" | head -n 1 | cut -d…
|
| /misc/config_tools/data/generic_board/sample_launch_scripts/ |
| A D | launch_user_vm_id1.sh | 23 …processor_id=$(grep -B 15 "apicid.*: ${i}$" /proc/cpuinfo | grep "^processor" | head -n 1 | cut -d…
|
| A D | launch_user_vm_id2.sh | 23 …processor_id=$(grep -B 15 "apicid.*: ${i}$" /proc/cpuinfo | grep "^processor" | head -n 1 | cut -d…
|
Completed in 12 milliseconds