Home
last modified time | relevance | path

Searched defs:head (Results 151 – 175 of 1602) sorted by relevance

12345678910>>...65

/linux-6.8/drivers/gpu/drm/nouveau/dispnv50/
Dovly507e.c145 struct nouveau_drm *drm, int head, s32 oclass, u32 interlock_data, in ovly507e_new_()
177 ovly507e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly507e_new()
Ddisp.c77 const s32 *oclass, u8 head, void *data, u32 size, in nv50_chan_create()
229 const s32 *oclass, u8 head, void *data, u32 size, s64 syncbuf, in nv50_dmac_create()
868 struct nv50_head *head; member
1026 struct nv50_head *head = msto->head; in nv50_msto_atomic_enable() local
1109 nv50_msto_new(struct drm_device *dev, struct nv50_head *head, int id) in nv50_msto_new()
1536 nv50_sor_update(struct nouveau_encoder *nv_encoder, u8 head, in nv50_sor_update()
1564 struct nv50_head *head = nv50_head(nv_encoder->crtc); in nv50_sor_atomic_disable() local
1605 struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_sor_dp_watermark_sst()
1748 struct nv50_head *head = nv50_head(&nv_crtc->base); in nv50_sor_atomic_enable() local
2195 struct nv50_head *head = nv50_head(crtc); in nv50_disp_atomic_commit_tail() local
[all …]
/linux-6.8/net/batman-adv/
Dbridge_loop_avoidance.c222 struct hlist_head *head; in batadv_claim_hash_find() local
262 struct hlist_head *head; in batadv_backbone_hash_find() local
302 struct hlist_head *head; in batadv_bla_del_backbone_claims() local
594 struct hlist_head *head; in batadv_bla_answer_request() local
1223 struct hlist_head *head; in batadv_bla_purge_backbone_gw() local
1278 struct hlist_head *head; in batadv_bla_purge_claims() local
1333 struct hlist_head *head; in batadv_bla_update_orig_address() local
1430 struct hlist_head *head; in batadv_bla_periodic_work() local
1736 struct hlist_head *head; in batadv_bla_is_backbone_gw_orig() local
/linux-6.8/drivers/gpu/drm/qxl/
Dqxl_display.c44 static bool qxl_head_enabled(struct qxl_head *head) in qxl_head_enabled()
153 struct qxl_head *head; in qxl_update_offset_props() local
254 struct qxl_head *head; in qxl_add_monitors_config_modes() local
302 struct qxl_head *head = &qdev->monitors_config->heads[i]; in qxl_send_monitors_config() local
321 struct qxl_head head; in qxl_crtc_update_monitors_config() local
769 struct qxl_head *head; in qxl_calc_dumb_shadow() local
1028 struct qxl_head *head; in qxl_conn_get_modes() local
/linux-6.8/drivers/net/ethernet/sfc/
Drx_common.c564 struct list_head *head = &efx->rss_context.list; in efx_alloc_rss_context_entry() local
597 struct list_head *head = &efx->rss_context.list; in efx_find_rss_context_entry() local
723 struct hlist_head *head; in efx_rps_hash_find() local
742 struct hlist_head *head; in efx_rps_hash_add() local
767 struct hlist_head *head; in efx_rps_hash_del() local
/linux-6.8/drivers/net/ethernet/sfc/siena/
Drx_common.c565 struct list_head *head = &efx->rss_context.list; in efx_siena_alloc_rss_context_entry() local
599 struct list_head *head = &efx->rss_context.list; in efx_siena_find_rss_context_entry() local
725 struct hlist_head *head; in efx_siena_rps_hash_find() local
744 struct hlist_head *head; in efx_rps_hash_add() local
770 struct hlist_head *head; in efx_siena_rps_hash_del() local
/linux-6.8/lib/
Dnlattr.c89 static int nla_validate_array(const struct nlattr *head, int len, int maxtype, in nla_validate_array()
604 static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype, in __nla_validate_parse()
673 int __nla_validate(const struct nlattr *head, int len, int maxtype, in __nla_validate()
728 const struct nlattr *head, int len, in __nla_parse()
745 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
/linux-6.8/drivers/staging/vt6656/
Drxtx.c269 union vnt_tx_data_head *head) in vnt_fill_cts_head()
379 union vnt_tx_data_head *head = &tx_head->tx_rts.tx.head; in vnt_rxtx_rts() local
402 union vnt_tx_data_head *head = &tx_head->tx_cts.tx.head; in vnt_rxtx_cts() local
423 union vnt_tx_data_head *head = &tx_head->tx_ab.tx.head; in vnt_rxtx_ab() local
/linux-6.8/tools/testing/selftests/bpf/
Dbpf_experimental.h70 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0) argument
86 #define bpf_list_push_back(head, node) bpf_list_push_back_impl(head, node, NULL, 0) argument
124 #define bpf_rbtree_add(head, node, less) bpf_rbtree_add_impl(head, node, less, NULL, 0) argument
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dcgrp.h16 struct list_head head; member
26 struct list_head head; member
54 struct list_head head; member
/linux-6.8/drivers/crypto/intel/qat/qat_common/
Dadf_cfg.c147 struct list_head *head = &sec->param_head; in adf_cfg_keyval_remove() local
163 static void adf_cfg_keyval_del_all(struct list_head *head) in adf_cfg_keyval_del_all()
175 static void adf_cfg_section_del_all(struct list_head *head) in adf_cfg_section_del_all()
/linux-6.8/tools/perf/util/
Dblock-range.c116 struct block_range *head = malloc(sizeof(struct block_range)); in block_range__create() local
163 struct block_range *head = malloc(sizeof(struct block_range)); in block_range__create() local
Ddsos.c76 bool __dsos__read_build_ids(struct list_head *head, bool with_hits) in __dsos__read_build_ids()
306 size_t __dsos__fprintf_buildid(struct list_head *head, FILE *fp, in __dsos__fprintf_buildid()
323 size_t __dsos__fprintf(struct list_head *head, FILE *fp) in __dsos__fprintf()
/linux-6.8/net/sched/
Dcls_flower.c317 struct cls_fl_head *head = rcu_dereference_bh(tp->root); in fl_classify() local
353 struct cls_fl_head *head; in fl_init() local
394 static bool fl_mask_put(struct cls_fl_head *head, struct fl_flow_mask *mask) in fl_mask_put()
525 static struct cls_fl_filter *__fl_get(struct cls_fl_head *head, u32 handle) in __fl_get()
540 struct cls_fl_head *head = rcu_dereference_bh(tp->root); in fl_get_exts() local
551 struct cls_fl_head *head = fl_head_dereference(tp); in __fl_delete() local
579 struct cls_fl_head *head = container_of(to_rcu_work(work), in fl_destroy_sleepable() local
591 struct cls_fl_head *head = fl_head_dereference(tp); in fl_destroy() local
618 struct cls_fl_head *head = fl_head_dereference(tp); in fl_get() local
2105 static struct fl_flow_mask *fl_create_new_mask(struct cls_fl_head *head, in fl_create_new_mask()
[all …]
/linux-6.8/drivers/video/fbdev/
Dsm501fb.c104 enum sm501_controller head; member
1182 enum sm501_controller head; in sm501fb_crtsrc_store() local
1678 static int sm501fb_init_fb(struct fb_info *fb, enum sm501_controller head, in sm501fb_init_fb()
1864 enum sm501_controller head) in sm501fb_probe_one()
1896 enum sm501_controller head) in sm501_free_init_fb()
1907 enum sm501_controller head, const char *drvname) in sm501fb_start_one()
2076 enum sm501_controller head) in sm501fb_suspend_fb()
2127 enum sm501_controller head) in sm501fb_resume_fb()
/linux-6.8/fs/f2fs/
Drecovery.c66 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode()
79 struct list_head *head, nid_t ino, bool quota_inode) in add_fsync_inode()
407 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head, in find_fsync_dnodes()
486 static void destroy_fsync_dnodes(struct list_head *head, int drop) in destroy_fsync_dnodes()
/linux-6.8/drivers/target/
Dtarget_core_ua.c201 int head = 1; in core_scsi3_ua_for_check_condition() local
275 int head = 1; in core_scsi3_ua_clear_for_request_sense() local
/linux-6.8/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dg94.c34 g94_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in g94_sor_dp_watermark()
43 g94_sor_dp_activesym(struct nvkm_ior *sor, int head, in g94_sor_dp_activesym()
54 g94_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in g94_sor_dp_audio_sym()
/linux-6.8/fs/xfs/
Dxfs_log.c147 atomic64_t *head, in xlog_grant_sub_space()
173 atomic64_t *head, in xlog_grant_add_space()
201 struct xlog_grant_head *head) in xlog_grant_head_init()
210 struct xlog_grant_head *head) in xlog_grant_head_wake_all()
223 struct xlog_grant_head *head, in xlog_ticket_reservation()
240 struct xlog_grant_head *head, in xlog_grant_head_wake()
289 struct xlog_grant_head *head, in xlog_grant_head_wait()
342 struct xlog_grant_head *head, in xlog_grant_head_check()
1336 atomic64_t *head) in xlog_space_left()
1524 xlog_rec_header_t *head; in xlog_alloc_log() local
[all …]
/linux-6.8/net/
Dsysctl_net.c42 static int net_ctl_permissions(struct ctl_table_header *head, in net_ctl_permissions()
56 static void net_ctl_set_ownership(struct ctl_table_header *head, in net_ctl_set_ownership()
/linux-6.8/net/rds/
Dconnection.c83 struct hlist_head *head, in rds_conn_lookup()
169 struct hlist_head *head = rds_conn_bucket(laddr, faddr); in __rds_conn_create() local
539 struct hlist_head *head; in rds_conn_message_info_cmn() local
659 struct hlist_head *head; in rds_for_each_conn_info() local
697 struct hlist_head *head; in rds_walk_conn_path_info() local
/linux-6.8/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c653 struct ras_common_if *head) in amdgpu_ras_create_obj()
689 struct ras_common_if *head) in amdgpu_ras_find_obj()
726 struct ras_common_if *head) in amdgpu_ras_is_feature_allowed()
732 struct ras_common_if *head) in amdgpu_ras_is_feature_enabled()
744 struct ras_common_if *head, int enable) in __amdgpu_ras_feature_enable()
780 struct ras_common_if *head, bool enable) in amdgpu_ras_feature_enable()
837 struct ras_common_if *head, bool enable) in amdgpu_ras_feature_enable_on_boot()
917 struct ras_common_if head = { in amdgpu_ras_enable_all_features() local
940 struct ras_common_if head = { in amdgpu_ras_enable_all_features() local
1599 struct ras_common_if *head) in amdgpu_ras_sysfs_create()
[all …]
/linux-6.8/arch/x86/events/intel/
Dbts.c58 local_t head; member
176 static void bts_buffer_pad_out(struct bts_phys *phys, unsigned long head) in bts_buffer_pad_out()
188 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head; in bts_update() local
377 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
/linux-6.8/kernel/futex/
Dsyscalls.c28 SYSCALL_DEFINE2(set_robust_list, struct robust_list_head __user *, head, in SYSCALL_DEFINE2() argument
52 struct robust_list_head __user *head; in SYSCALL_DEFINE3() local
443 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
458 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
/linux-6.8/io_uring/
Dslist.h6 #define __wq_list_for_each(pos, head) \ argument
9 #define wq_list_for_each(pos, prv, head) \ argument

12345678910>>...65