Not sure I understand the question but I'll give it a go.
When you load a record - actions in the current state of that workflow that are not entry/exit often occur every time you load/do something to the record. (think before record load, before record submit, after record submit)
Entry exit only occur on a transition from one state to another. Either entry - as it transitions into the state, or exit as it leaves from that state into another.
If you have a loop in your workflow that causes a record to go through multiple states- any entry/exit actions will reoccur based on the previous paragraph.