Searched refs:push_front (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list_fail.c | 80 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 D | tach_sensor.cpp | 175 _prevTargets.push_front(_tachTarget); in updateTachAndTarget() 182 _prevTachs.push_front(_tachInput); in updateTachAndTarget() 294 _prevTargets.push_front(_tachTarget); in handleTargetChange() 309 _prevTachs.push_front(_tachInput); in handleTachChange()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.cpp | 311 _pelQueue.push_front(id); in doNewLogNotify() 389 _pelQueue.push_front(id); in commandResponse() 417 _pelQueue.push_front(_inProgressPEL); in stopCommand() 478 _pelQueue.push_front(id); in setHostFull()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | linked_list.c | 44 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 D | record_manager.cpp | 83 records.push_front(std::move(createRecord(rawRecord))); in add()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | record_manager.cpp | 83 records.push_front(std::move(createRecord(rawRecord))); in add()
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_slist.hpp | 76 void push_front(_Item* __item) noexcept in push_front() function in stdexec::__slist::__intrusive_slist
|
H A D | __intrusive_queue.hpp | 118 void push_front(_Item* __item) noexcept in push_front() function in stdexec::__queue::__intrusive_queue
|
H A D | __shared.hpp | 356 __waiters_.push_front(__waiter); in __try_add_waiter()
|
/openbmc/linux/drivers/md/ |
H A D | dm-cache-policy-smq.c | 988 static void push_front(struct smq_policy *mq, struct entry *e) in push_front() function 1583 push_front(mq, e); in smq_load_mapping()
|