Searched refs:get_priority (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | i8259.c | 63 static int get_priority(PICCommonState *s, int mask) in get_priority() function 83 priority = get_priority(s, mask); in pic_get_irq() 97 cur_priority = get_priority(s, mask); in pic_get_irq() 267 priority = get_priority(s, s->isr); in pic_ioport_write()
|
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_sock.c | 156 static unsigned int get_priority(int sd) in get_priority() function 185 prio = get_priority(sd); in show_sockopts()
|
/openbmc/linux/arch/x86/kvm/ |
H A D | i8259.c | 121 static inline int get_priority(struct kvm_kpic_state *s, int mask) in get_priority() function 140 priority = get_priority(s, mask); in pic_get_irq() 151 cur_priority = get_priority(s, mask); in pic_get_irq() 338 priority = get_priority(s, s->isr); in pic_ioport_write()
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | base.hpp | 103 int64_t get_priority() const;
|
H A D | base.cpp | 63 int64_t Base::get_priority() const in get_priority() function in sdeventplus::source::Base
|
/openbmc/sdeventplus/test/source/ |
H A D | base.cpp | 376 EXPECT_EQ(1024, base->get_priority()); in TEST_F() 383 EXPECT_THROW(base->get_priority(), SdEventError); in TEST_F()
|