Home
last modified time | relevance | path

Searched refs:push_front (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c80 CHECK(kptr, push_front, &f->head, &b->node);
83 CHECK(global, push_front, &ghead, &f->node2);
86 CHECK(map, push_front, &v->head, &f->node2);
89 CHECK(inner_map, push_front, &iv->head, &f->node2);
163 CHECK_OP(push_front);
357 int use_after_unlock(bool push_front) in use_after_unlock() argument
366 if (push_front) in use_after_unlock()
388 int list_double_add(bool push_front) in list_double_add() argument
396 if (push_front) { in list_double_add()
/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp176 _prevTargets.push_front(_tachTarget); in updateTachAndTarget()
183 _prevTachs.push_front(_tachInput); in updateTachAndTarget()
296 _prevTargets.push_front(_tachTarget); in handleTargetChange()
311 _prevTachs.push_front(_tachInput); in handleTachChange()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_notifier.cpp312 _pelQueue.push_front(id); in doNewLogNotify()
390 _pelQueue.push_front(id); in commandResponse()
418 _pelQueue.push_front(_inProgressPEL); in stopCommand()
479 _pelQueue.push_front(id); in setHostFull()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c44 TEST(kptr, push_front)
48 TEST(global, push_front)
52 TEST(map, push_front)
56 TEST(inner_map, push_front)
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.cpp83 records.push_front(std::move(createRecord(rawRecord))); in add()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.cpp83 records.push_front(std::move(createRecord(rawRecord))); in add()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_queue.hpp118 void push_front(_Item* __item) noexcept in push_front() function in stdexec::__queue::__intrusive_queue
/openbmc/linux/drivers/md/
H A Ddm-cache-policy-smq.c988 static void push_front(struct smq_policy *mq, struct entry *e) in push_front() function
1583 push_front(mq, e); in smq_load_mapping()