Searched refs:tails (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/kernel/rcu/ |
D | rcu_segcblist.c | 159 BUILD_BUG_ON(ARRAY_SIZE(rsclp->tails) != ARRAY_SIZE(rsclp->gp_seq)); in rcu_segcblist_init() 162 rsclp->tails[i] = &rsclp->head; in rcu_segcblist_init() 196 &rsclp->head != rsclp->tails[RCU_DONE_TAIL]; in rcu_segcblist_ready_cbs() 230 return *rsclp->tails[RCU_DONE_TAIL]; in rcu_segcblist_first_pend_cb() 263 WRITE_ONCE(*rsclp->tails[RCU_NEXT_TAIL], rhp); in rcu_segcblist_enqueue() 264 WRITE_ONCE(rsclp->tails[RCU_NEXT_TAIL], &rhp->next); in rcu_segcblist_enqueue() 290 if (rsclp->tails[i] != rsclp->tails[i - 1]) in rcu_segcblist_entrain() 292 WRITE_ONCE(*rsclp->tails[i], rhp); in rcu_segcblist_entrain() 294 WRITE_ONCE(rsclp->tails[i], &rhp->next); in rcu_segcblist_entrain() 328 WRITE_ONCE(rsclp->head, *rsclp->tails[RCU_DONE_TAIL]); in rcu_segcblist_extract_done_cbs() [all …]
|
D | rcu_segcblist.h | 96 return !READ_ONCE(*READ_ONCE(rsclp->tails[seg])); in rcu_segcblist_restempty()
|
/Linux-v5.4/include/linux/ |
D | rcu_segcblist.h | 69 struct rcu_head **tails[RCU_CBLIST_NSEGS]; member 84 .tails[RCU_DONE_TAIL] = &n.head, \ 85 .tails[RCU_WAIT_TAIL] = &n.head, \ 86 .tails[RCU_NEXT_READY_TAIL] = &n.head, \ 87 .tails[RCU_NEXT_TAIL] = &n.head, \
|
/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_perf.c | 479 aged_tail = stream->oa_buffer.tails[aged_idx].offset; in oa_buffer_check_unlocked() 480 aging_tail = stream->oa_buffer.tails[!aged_idx].offset; in oa_buffer_check_unlocked() 511 stream->oa_buffer.tails[!aged_idx].offset = INVALID_TAIL_PTR; in oa_buffer_check_unlocked() 535 stream->oa_buffer.tails[!aged_idx].offset = in oa_buffer_check_unlocked() 677 tail = stream->oa_buffer.tails[aged_tail_idx].offset; in gen8_append_oa_reports() 965 tail = stream->oa_buffer.tails[aged_tail_idx].offset; in gen7_append_oa_reports() 1413 stream->oa_buffer.tails[0].offset = INVALID_TAIL_PTR; in gen7_init_oa_buffer() 1414 stream->oa_buffer.tails[1].offset = INVALID_TAIL_PTR; in gen7_init_oa_buffer() 1470 stream->oa_buffer.tails[0].offset = INVALID_TAIL_PTR; in gen8_init_oa_buffer() 1471 stream->oa_buffer.tails[1].offset = INVALID_TAIL_PTR; in gen8_init_oa_buffer()
|
D | i915_drv.h | 1187 } tails[2]; member
|
/Linux-v5.4/fs/reiserfs/ |
D | README | 100 space problem with packing tails of files for files larger than a node
|
D | super.c | 950 static const arg_desc_t tails[] = { variable 1137 {"tails",.arg_required = 't',.values = tails}, in reiserfs_parse_options()
|
/Linux-v5.4/Documentation/networking/device_drivers/toshiba/ |
D | spider_net.txt | 50 The tail pointer tails or trails the hardware pointer. When the
|
/Linux-v5.4/Documentation/driver-api/ |
D | xillybus.rst | 291 filled buffers being sent) and a latency held fairly low for tails of data.
|