Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dvalidate-memory-counts.py113 preads, pwrites, seen_all = parse_plugin_output(args.plugin_output,
121 if preads == exp_reads and pwrites == exp_writes:
/openbmc/linux/drivers/rapidio/
H A Drio.c574 list_add_tail(&pwrite->node, &mport->pwrites); in rio_add_mport_pw_handler()
597 list_for_each_entry(pwrite, &mport->pwrites, node) { in rio_del_mport_pw_handler()
1211 list_for_each_entry(pwrite, &mport->pwrites, node) in rio_inb_pwrite_handler()
2155 INIT_LIST_HEAD(&mport->pwrites); in rio_mport_initialize()
/openbmc/linux/include/linux/
H A Drio.h267 struct list_head pwrites; /* list of portwrite events */ member