Lines Matching refs:our
78 /* ... Somewhere later in our driver ... */
102 We'll return to our clown car example to illustrate how nodes get added to the
139 In State 1, our list of clowns is still empty::
208 In our clown example, this results in the following somewhat awkward code:
236 Using it would change our code to something like this:
253 This eliminates the need for the list_entry() step, and our loop cursor is now
254 of the type of our payload. The macro is given the member name that corresponds
266 We can extend our previous example to remove one of the entries:
589 In the following example, our starting state, State 0, is the following::
648 them. This is our starting state in "State 0"::
688 the two list of clowns should be spliced together. The following is our