Home
last modified time | relevance | path

Searched defs:hb (Results 1 – 25 of 29) sorted by relevance

12

/linux/kernel/power/
H A Dswap.c232 hib_init_batch(struct hib_bio_batch * hb) hib_init_batch() argument
240 hib_finish_batch(struct hib_bio_batch * hb) hib_finish_batch() argument
247 struct hib_bio_batch *hb = bio->bi_private; hib_end_io() local
271 hib_submit_io(blk_opf_t opf,pgoff_t page_off,void * addr,struct hib_bio_batch * hb) hib_submit_io() argument
301 hib_wait_io(struct hib_bio_batch * hb) hib_wait_io() argument
380 write_page(void * buf,sector_t offset,struct hib_bio_batch * hb) write_page() argument
453 swap_write_page(struct swap_map_handle * handle,void * buf,struct hib_bio_batch * hb) swap_write_page() argument
555 struct hib_bio_batch hb; save_image() local
700 struct hib_bio_batch hb; save_compressed_image() local
1047 swap_read_page(struct swap_map_handle * handle,void * buf,struct hib_bio_batch * hb) swap_read_page() argument
1096 struct hib_bio_batch hb; load_image() local
1205 struct hib_bio_batch hb; load_compressed_image() local
[all...]
/linux/kernel/futex/
H A Dwaitwake.c157 struct futex_hash_bucket *hb; futex_wake() local
342 futex_wait_queue(struct futex_hash_bucket * hb,struct futex_q * q,struct hrtimer_sleeper * timeout) futex_wait_queue() argument
415 struct futex_hash_bucket *hb; futex_wait_multiple_setup() local
592 futex_wait_setup(u32 __user * uaddr,u32 val,unsigned int flags,struct futex_q * q,struct futex_hash_bucket ** hb) futex_wait_setup() argument
650 struct futex_hash_bucket *hb; __futex_wait() local
[all...]
H A Dfutex.h234 static inline void futex_hash_get(struct futex_hash_bucket *hb) { } in futex_hash_get()
235 static inline void futex_hash_put(struct futex_hash_bucket *hb) { } in futex_hash_put()
363 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, in futex_queue()
378 static inline void futex_hb_waiters_inc(struct futex_hash_bucket *hb) in futex_hb_waiters_inc()
393 static inline void futex_hb_waiters_dec(struct futex_hash_bucket *hb) in futex_hb_waiters_dec()
400 static inline int futex_hb_waiters_pending(struct futex_hash_bucket *hb) in futex_hb_waiters_pending()
H A Dcore.c163 void futex_hash_get(struct futex_hash_bucket *hb) in futex_hash_get()
172 void futex_hash_put(struct futex_hash_bucket *hb) in futex_hash_put()
305 struct futex_hash_bucket *hb; in futex_hash() local
421 struct futex_hash_bucket *hb; in __futex_hash() local
804 struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, union futex_key *key) in futex_top_waiter()
854 struct futex_hash_bucket *hb; in __futex_unqueue() local
866 void futex_q_lock(struct futex_q *q, struct futex_hash_bucket *hb) in futex_q_lock()
884 void futex_q_unlock(struct futex_hash_bucket *hb) in futex_q_unlock()
891 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, in __futex_queue()
H A Dpi.c515 futex_lock_pi_atomic(u32 __user * uaddr,struct futex_hash_bucket * hb,union futex_key * key,struct futex_pi_state ** ps,struct task_struct * task,struct task_struct ** exiting,int set_waiters) futex_lock_pi_atomic() argument
923 struct futex_hash_bucket *hb; futex_lock_pi() local
1117 struct futex_hash_bucket *hb; futex_unlock_pi() local
[all...]
H A Drequeue.c231 struct futex_hash_bucket *hb) in requeue_pi_wake_futex()
708 int handle_early_requeue_pi_wakeup(struct futex_hash_bucket *hb, in handle_early_requeue_pi_wakeup()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.c224 struct adf_heartbeat *hb; in adf_heartbeat_status() local
282 struct adf_heartbeat *hb; in adf_heartbeat_init() local
334 struct adf_heartbeat *hb = accel_dev->heartbeat; in adf_heartbeat_shutdown() local
H A Dadf_heartbeat_dbgfs.c198 struct adf_heartbeat *hb = accel_dev->heartbeat; in adf_heartbeat_dbgfs_add() local
228 struct adf_heartbeat *hb = accel_dev->heartbeat; in adf_heartbeat_dbgfs_rm() local
/linux/include/linux/
H A Dhdlcdrv.h158 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()
/linux/drivers/atm/
H A Dnicstar.c203 struct sk_buff *hb; in nicstar_remove_one() local
658 struct sk_buff *hb; in ns_init_card() local
838 struct sk_buff *hb; in ns_init_card_error() local
2226 struct sk_buff *hb, *sb, *lb; in dequeue_rx() local
2612 struct sk_buff *hb; in ns_ioctl() local
2627 struct sk_buff *hb; in ns_ioctl() local
H A Dfore200e.c2744 u32 hb = fore200e->bus->read(&fore200e->cp_queues->heartbeat); in fore200e_proc_read() local
/linux/tools/perf/ui/browsers/
H A Dhists.c57 static bool hist_browser__has_filter(struct hist_browser *hb) in hist_browser__has_filter()
80 static void hist_browser__set_title_space(struct hist_browser *hb) in hist_browser__set_title_space()
89 static u32 hist_browser__nr_entries(struct hist_browser *hb) in hist_browser__nr_entries()
104 static void hist_browser__update_rows(struct hist_browser *hb) in hist_browser__update_rows()
130 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh_dimensions() local
273 static int hierarchy_count_rows(struct hist_browser *hb, struct hist_entry *he, in hierarchy_count_rows()
565 static int hierarchy_set_folding(struct hist_browser *hb, struct hist_entry *he, in hierarchy_set_folding()
584 struct hist_browser *hb, bool unfold) in hist_entry__set_folding()
1849 struct hist_browser *hb; in ui_browser__hists_init_top() local
1860 struct hist_browser *hb = container_of(browser, struct hist_browser, b); in hist_browser__refresh() local
[all …]
/linux/drivers/cxl/
H A Dacpi.c578 static int cxl_get_chbs(struct device *dev, struct acpi_device *hb, in cxl_get_chbs()
614 struct acpi_device *hb = to_cxl_host_bridge(NULL, dev); in get_genport_coordinates() local
633 struct acpi_device *hb = to_cxl_host_bridge(host, match); in add_host_bridge_dport() local
690 struct acpi_device *hb = to_cxl_host_bridge(host, match); in add_host_bridge_uport() local
/linux/io_uring/
H A Dpoll.c738 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; io_poll_remove_all() local
756 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[index]; io_poll_find() local
780 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; io_poll_file_find() local
H A Dfdinfo.c197 struct io_hash_bucket *hb = &ctx->cancel_table.hbs[i]; __io_uring_show_fdinfo() local
/linux/net/ipv4/
H A Dtcp_metrics.c778 struct tcpm_hash_bucket *hb = tcp_metrics_hash + row; in tcp_metrics_nl_dump() local
901 struct tcpm_hash_bucket *hb = tcp_metrics_hash; in tcp_metrics_flush_all() local
930 struct tcpm_hash_bucket *hb; in tcp_metrics_nl_cmd_del() local
/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.c143 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
/linux/drivers/hwmon/
H A Dw83773g.c56 static inline long temp_of_remote(s8 hb, u8 lb) in temp_of_remote()
/linux/drivers/scsi/
H A Dconstants.c411 enum scsi_host_status hb = host_byte(result); in scsi_hostbyte_string() local
/linux/drivers/comedi/drivers/
H A Ddt2801.c248 int hb = 0; in dt2801_readdata2() local
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_dev.c19 int hb; in ionic_watchdog_cb() local
/linux/include/net/
H A Drose.h142 unsigned long t1, t2, t3, hb, idle; member
/linux/drivers/net/phy/
H A Dbcm-phy-ptp.c180 u16 hb[4]; in bcm_ptp_get_framesync_ts() local
/linux/tools/perf/
H A Dbuiltin-c2c.c2553 static void c2c_browser__update_nr_entries(struct hist_browser *hb) in c2c_browser__update_nr_entries()
2571 struct hist_browser hb; member
/linux/lib/zstd/compress/
H A Dzstd_opt.c57 U32 const hb = ZSTD_highbit32(stat); in ZSTD_fracWeight() local

12