Searched refs:foreign (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/net/lib/ptp/ |
D | port.c | 383 static void foreign_clock_cleanup(struct ptp_foreign_tt_clock *foreign) in foreign_clock_cleanup() argument 388 while (foreign->messages_count > FOREIGN_TIME_TRANSMITTER_THRESHOLD) { in foreign_clock_cleanup() 389 msg = (struct ptp_msg *)k_fifo_get(&foreign->messages, K_NO_WAIT); in foreign_clock_cleanup() 391 foreign->messages_count--; in foreign_clock_cleanup() 397 while (!k_fifo_is_empty(&foreign->messages)) { in foreign_clock_cleanup() 398 msg = (struct ptp_msg *)k_fifo_peek_head(&foreign->messages); in foreign_clock_cleanup() 420 msg = (struct ptp_msg *)k_fifo_get(&foreign->messages, K_NO_WAIT); in foreign_clock_cleanup() 422 foreign->messages_count--; in foreign_clock_cleanup() 426 static void port_clear_foreign_clock_records(struct ptp_foreign_tt_clock *foreign) in port_clear_foreign_clock_records() argument 430 while (!k_fifo_is_empty(&foreign->messages)) { in port_clear_foreign_clock_records() [all …]
|
D | clock.c | 313 struct ptp_foreign_tt_clock *best = NULL, *foreign; in ptp_clock_handle_state_decision_evt() local 322 foreign = ptp_port_best_foreign(port); in ptp_clock_handle_state_decision_evt() 323 if (!foreign) { in ptp_clock_handle_state_decision_evt() 326 if (!best || ptp_btca_ds_cmp(&foreign->dataset, &best->dataset)) { in ptp_clock_handle_state_decision_evt() 327 best = foreign; in ptp_clock_handle_state_decision_evt()
|
D | Kconfig | 256 int "Size of an array that stores foreign timeTransmitters data" 261 is 5 foreign timeTransmitter records per PTP Port. Kconfig does not allow for math
|
/Zephyr-latest/tests/subsys/fs/common/ |
D | test_fs_util.c | 290 unsigned int foreign = 0; in check_layout_entry() local 327 foreign = rc; in check_layout_entry() 337 rc = foreign; in check_layout_entry() 349 unsigned int foreign = 0; in testfs_bcmd_verify_layout() local 406 foreign += rc; in testfs_bcmd_verify_layout() 409 foreign += 1; in testfs_bcmd_verify_layout() 412 TC_PRINT("%s found %u entries, %u foreign\n", pp->path, count, foreign); in testfs_bcmd_verify_layout() 425 rc = foreign; in testfs_bcmd_verify_layout()
|
/Zephyr-latest/drivers/xen/ |
D | Kconfig | 15 >= number of pages, that you want to alloc and grant or foreign frames
|
/Zephyr-latest/boards/xen/xenvm/doc/ |
D | index.rst | 92 * Xen grant tables (granting access for own grants and map/unmap foreign grants)
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 136 passed a memory region to use as a stack on the foreign CPU (in 209 waiting until the foreign CPU receives any interrupt, though this may 214 have been idle CPUs), we broadcast an IPI. A foreign CPU will then be
|
/Zephyr-latest/doc/hardware/cache/ |
D | guide.rst | 23 with external hardware like DMA controllers or foreign CPUs running a
|