/openbmc/qemu/util/ |
H A D | hbitmap.c | 110 const HBitmap *hb = hbi->hb; in hbitmap_iter_skip_words() local 169 void hbitmap_iter_init(HBitmapIter *hbi, const HBitmap *hb, uint64_t first) in hbitmap_iter_init() 196 int64_t hbitmap_next_dirty(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_dirty() 220 int64_t hbitmap_next_zero(const HBitmap *hb, int64_t start, int64_t count) in hbitmap_next_zero() 273 bool hbitmap_next_dirty_area(const HBitmap *hb, int64_t start, int64_t end, in hbitmap_next_dirty_area() 304 bool hbitmap_status(const HBitmap *hb, int64_t start, int64_t count, in hbitmap_status() 337 bool hbitmap_empty(const HBitmap *hb) in hbitmap_empty() 342 int hbitmap_granularity(const HBitmap *hb) in hbitmap_granularity() 347 uint64_t hbitmap_count(const HBitmap *hb) in hbitmap_count() 384 static uint64_t hb_count_between(HBitmap *hb, uint64_t start, uint64_t last) in hb_count_between() [all …]
|
/openbmc/linux/kernel/futex/ |
H A D | waitwake.c | 145 struct futex_hash_bucket *hb; in futex_wake() local 328 void futex_wait_queue(struct futex_hash_bucket *hb, struct futex_q *q, in futex_wait_queue() 401 struct futex_hash_bucket *hb; in futex_wait_multiple_setup() local 578 struct futex_q *q, struct futex_hash_bucket **hb) in futex_wait_setup() 636 struct futex_hash_bucket *hb; in futex_wait() local
|
H A D | futex.h | 170 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in futex_queue() 184 static inline void futex_hb_waiters_inc(struct futex_hash_bucket *hb) in futex_hb_waiters_inc() 199 static inline void futex_hb_waiters_dec(struct futex_hash_bucket *hb) in futex_hb_waiters_dec() 206 static inline int futex_hb_waiters_pending(struct futex_hash_bucket *hb) in futex_hb_waiters_pending()
|
H A D | core.c | 439 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter() 511 struct futex_hash_bucket *hb; in __futex_unqueue() local 526 struct futex_hash_bucket *hb; in futex_q_lock() local 546 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock() 553 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in __futex_queue() 957 struct futex_hash_bucket *hb; in exit_pi_state_list() local
|
H A D | requeue.c | 224 struct futex_hash_bucket *hb) in requeue_pi_wake_futex() 691 int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, in handle_early_requeue_pi_wakeup() 768 struct futex_hash_bucket *hb; in futex_wait_requeue_pi() local
|
H A D | pi.c | 514 int futex_lock_pi_atomic(u32 __user *uaddr, struct futex_hash_bucket *hb, in futex_lock_pi_atomic() 935 struct futex_hash_bucket *hb; in futex_lock_pi() local 1104 struct futex_hash_bucket *hb; in futex_unlock_pi() local
|
/openbmc/linux/kernel/power/ |
H A D | swap.c | 234 static void hib_init_batch(struct hib_bio_batch *hb) in hib_init_batch() 242 static void hib_finish_batch(struct hib_bio_batch *hb) in hib_finish_batch() 249 struct hib_bio_batch *hb = bio->bi_private; in hib_end_io() local 273 struct hib_bio_batch *hb) in hib_submit_io() 302 static int hib_wait_io(struct hib_bio_batch *hb) in hib_wait_io() 378 static int write_page(void *buf, sector_t offset, struct hib_bio_batch *hb) in write_page() 451 struct hib_bio_batch *hb) in swap_write_page() 548 struct hib_bio_batch hb; in save_image() local 685 struct hib_bio_batch hb; in save_image_lzo() local 1017 struct hib_bio_batch *hb) in swap_read_page() [all …]
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_heartbeat.c | 216 struct adf_heartbeat *hb; in adf_heartbeat_status() local 273 struct adf_heartbeat *hb; in adf_heartbeat_init() local 325 struct adf_heartbeat *hb = accel_dev->heartbeat; in adf_heartbeat_shutdown() local
|
H A D | adf_heartbeat_dbgfs.c | 159 struct adf_heartbeat *hb = accel_dev->heartbeat; in adf_heartbeat_dbgfs_add() local 178 struct adf_heartbeat *hb = accel_dev->heartbeat; in adf_heartbeat_dbgfs_rm() local
|
/openbmc/linux/include/linux/ |
H A D | hdlcdrv.h | 158 static inline int hdlcdrv_hbuf_full(struct hdlcdrv_hdlcbuffer *hb) in hdlcdrv_hbuf_full() 171 static inline int hdlcdrv_hbuf_empty(struct hdlcdrv_hdlcbuffer *hb) in hdlcdrv_hbuf_empty() 184 static inline unsigned short hdlcdrv_hbuf_get(struct hdlcdrv_hdlcbuffer *hb) in hdlcdrv_hbuf_get() 204 static inline void hdlcdrv_hbuf_put(struct hdlcdrv_hdlcbuffer *hb, in hdlcdrv_hbuf_put()
|
/openbmc/linux/drivers/atm/ |
H A D | nicstar.c | 202 struct sk_buff *hb; in nicstar_remove_one() local 657 struct sk_buff *hb; in ns_init_card() local 837 struct sk_buff *hb; in ns_init_card_error() local 2225 struct sk_buff *hb, *sb, *lb; in dequeue_rx() local 2611 struct sk_buff *hb; in ns_ioctl() local 2626 struct sk_buff *hb; in ns_ioctl() local
|
/openbmc/qemu/include/qemu/ |
H A D | hbitmap.h | 37 const HBitmap *hb; member
|
/openbmc/linux/tools/perf/ui/browsers/ |
H A D | hists.c | 56 static bool hist_browser__has_filter(struct hist_browser *hb) in hist_browser__has_filter() 79 static void hist_browser__set_title_space(struct hist_browser *hb) in hist_browser__set_title_space() 88 static u32 hist_browser__nr_entries(struct hist_browser *hb) in hist_browser__nr_entries() 103 static void hist_browser__update_rows(struct hist_browser *hb) in hist_browser__update_rows() 129 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh_dimensions() local 272 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows() 564 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, in hierarchy_set_folding() 583 struct hist_browser *hb, bool unfold) in hist_entry__set_folding() 1807 struct hist_browser *hb; in ui_browser__hists_init_top() local 1818 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh() local [all …]
|
/openbmc/qemu/include/hw/fsi/ |
H A D | fsi.h | 16 #define BE_GENMASK(hb, lb) MAKE_64BIT_MASK((lb), ((hb) - (lb) + 1)) argument
|
/openbmc/openbmc-tools/altitude/ |
H A D | altitude | 14 hb = 0 variable
|
/openbmc/linux/io_uring/ |
H A D | poll.c | 123 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_req_insert() local 764 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_remove_all_table() local 800 struct io_hash_bucket *hb = &table->hbs[index]; in io_poll_find() local 834 struct io_hash_bucket *hb = &table->hbs[i]; in io_poll_file_find() local
|
H A D | fdinfo.c | 181 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; in io_uring_show_fdinfo() local
|
/openbmc/linux/drivers/cxl/ |
H A D | acpi.c | 374 static int cxl_get_chbs(struct device *dev, struct acpi_device *hb, in cxl_get_chbs() 408 struct acpi_device *hb = to_cxl_host_bridge(host, match); in add_host_bridge_dport() local 461 struct acpi_device *hb = to_cxl_host_bridge(host, match); in add_host_bridge_uport() local
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 32 #define SMP_CONFIG_GENERIC(ha, a, hb, b, hc, c, hd, d, he, e) \ argument 54 #define SMP_CONFIG_WITH_MODS_DIES(ha, a, hb, b, hc, c, hd, d, \ argument 70 #define SMP_CONFIG_WITH_CLUSTERS(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument 84 #define SMP_CONFIG_WITH_BOOKS_DRAWERS(ha, a, hb, b, hc, c, hd, \ argument
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_metrics.c | 773 struct tcpm_hash_bucket *hb = tcp_metrics_hash + row; in tcp_metrics_nl_dump() local 897 struct tcpm_hash_bucket *hb = tcp_metrics_hash; in tcp_metrics_flush_all() local 926 struct tcpm_hash_bucket *hb; in tcp_metrics_nl_cmd_del() local
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pci_expander_bridge.c | 66 bool cxl_get_hb_passthrough(PCIHostState *hb) in cxl_get_hb_passthrough() 300 PCIHostState *hb = PCI_HOST_BRIDGE(cxl); in pxb_cxl_dev_reset() local
|
/openbmc/linux/drivers/misc/bcm-vk/ |
H A D | bcm_vk_msg.c | 143 struct bcm_vk_hb_ctrl *hb = container_of(to_delayed_work(work), struct bcm_vk_hb_ctrl, in bcm_vk_hb_poll() local 185 struct bcm_vk_hb_ctrl *hb = &vk->hb_ctrl; in bcm_vk_hb_init() local 193 struct bcm_vk_hb_ctrl *hb = &vk->hb_ctrl; in bcm_vk_hb_deinit() local
|
/openbmc/linux/drivers/hwmon/ |
H A D | w83773g.c | 56 static inline long temp_of_remote(s8 hb, u8 lb) in temp_of_remote()
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_msg.c | 164 const char *msg, bool hb) in vmw_port_hb_out() 221 unsigned long reply_len, bool hb) in vmw_port_hb_in()
|
/openbmc/linux/drivers/scsi/ |
H A D | constants.c | 411 enum scsi_host_status hb = host_byte(result); in scsi_hostbyte_string() local
|