Home
last modified time | relevance | path

Searched defs:head (Results 26 – 50 of 1721) sorted by relevance

12345678910>>...69

/openbmc/linux/fs/proc/
H A Dproc_sysctl.c116 struct ctl_table_header *head; in find_entry() local
144 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
183 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
190 static void init_header(struct ctl_table_header *head, in init_header()
216 static void erase_header(struct ctl_table_header *head) in erase_header()
282 static void proc_sys_invalidate_dcache(struct ctl_table_header *head) in proc_sys_invalidate_dcache()
318 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
328 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
350 struct ctl_table_header *head; in lookup_entry() local
378 struct ctl_table_header *head = NULL; in first_entry() local
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead827d.c30 head827d_curs_clr(struct nv50_head *head) in head827d_curs_clr()
49 head827d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_curs_set()
74 head827d_core_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_core_set()
111 head827d_olut_clr(struct nv50_head *head) in head827d_olut_clr()
128 head827d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head827d_olut_set()
H A Dheadc57d.c31 headc57d_or(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_or()
66 headc57d_procamp(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_procamp()
84 headc57d_olut_clr(struct nv50_head *head) in headc57d_olut_clr()
98 headc57d_olut_set(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_olut_set()
173 headc57d_olut(struct nv50_head *head, struct nv50_head_atom *asyh, int size) in headc57d_olut()
189 headc57d_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in headc57d_mode()
H A Dhead917d.c31 head917d_dither(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_dither()
49 head917d_base(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_base()
78 head917d_curs_set(struct nv50_head *head, struct nv50_head_atom *asyh) in head917d_curs_set()
103 head917d_curs_layout(struct nv50_head *head, struct nv50_wndw_atom *asyw, in head917d_curs_layout()
H A Dhead.c39 nv50_head_flush_clr(struct nv50_head *head, in nv50_head_flush_clr()
52 nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set_wndw()
65 nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set()
225 nv50_head_atomic_check_lut(struct nv50_head *head, in nv50_head_atomic_check_lut()
283 nv50_head_atomic_check_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_atomic_check_mode()
340 struct nv50_head *head = nv50_head(crtc); in nv50_head_atomic_check() local
517 struct nv50_head *head = nv50_head(crtc); in nv50_head_destroy() local
573 struct nv50_head *head; in nv50_head_create() local
H A Dcrcc37d.c15 crcc37d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source, in crcc37d_set_src()
54 int crcc37d_set_ctx(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_set_ctx()
67 u32 crcc37d_get_entry(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx, in crcc37d_get_entry()
82 bool crcc37d_ctx_finished(struct nv50_head *head, struct nv50_crc_notifier_ctx *ctx) in crcc37d_ctx_finished()
/openbmc/linux/drivers/nvme/host/
H A Dmultipath.c190 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path() local
223 struct nvme_ns_head *head = ns->head; in nvme_mpath_revalidate_paths() local
257 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
298 static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head, in nvme_next_ns()
308 static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head) in nvme_round_robin_path()
356 static struct nvme_ns *nvme_queue_depth_path(struct nvme_ns_head *head) in nvme_queue_depth_path()
399 static struct nvme_ns *nvme_numa_path(struct nvme_ns_head *head) in nvme_numa_path()
412 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path()
424 static bool nvme_available_path(struct nvme_ns_head *head) in nvme_available_path()
450 struct nvme_ns_head *head = bio->bi_bdev->bd_disk->private_data; in nvme_ns_head_submit_bio() local
[all …]
/openbmc/linux/scripts/mod/
H A Dlist.h84 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
97 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
138 static inline int list_is_head(const struct list_head *list, const struct list_head *head) in list_is_head()
147 static inline int list_empty(const struct list_head *head) in list_empty()
186 #define list_entry_is_head(pos, head, member) \ argument
195 #define list_for_each_entry(pos, head, member) \ argument
207 #define list_for_each_entry_safe(pos, n, head, member) \ argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duhead.c33 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_uevent() local
46 nvkm_uhead_mthd_scanoutpos(struct nvkm_head *head, void *argv, u32 argc) in nvkm_uhead_mthd_scanoutpos()
77 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_mthd() local
89 struct nvkm_head *head = nvkm_uhead(object); in nvkm_uhead_dtor() local
109 struct nvkm_head *head; in nvkm_uhead_new() local
H A Dgt215.c35 gt215_sor_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gt215_sor_hda_eld()
49 gt215_sor_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gt215_sor_hda_hpd()
68 gt215_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gt215_sor_dp_audio()
96 gt215_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gt215_sor_hdmi_infoframe_vsi()
119 gt215_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gt215_sor_hdmi_infoframe_avi()
141 gt215_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gt215_sor_hdmi_ctrl()
H A Dgf119.c37 gf119_sor_hda_device_entry(struct nvkm_ior *ior, int head) in gf119_sor_hda_device_entry()
46 gf119_sor_hda_eld(struct nvkm_ior *ior, int head, u8 *data, u8 size) in gf119_sor_hda_eld()
60 gf119_sor_hda_hpd(struct nvkm_ior *ior, int head, bool present) in gf119_sor_hda_hpd()
85 gf119_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gf119_sor_dp_watermark()
94 gf119_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gf119_sor_dp_audio_sym()
104 gf119_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gf119_sor_dp_audio()
119 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in gf119_sor_dp_vcpi()
205 gf119_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gf119_sor_hdmi_infoframe_vsi()
231 gf119_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gf119_sor_hdmi_infoframe_avi()
253 gf119_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gf119_sor_hdmi_ctrl()
[all …]
H A Dhead.c34 struct nvkm_head *head; in nvkm_head_find() local
45 struct nvkm_head *head = *phead; in nvkm_head_del() local
58 struct nvkm_head *head; in nvkm_head_new_() local
H A Dgv100.c38 gv100_sor_hda_device_entry(struct nvkm_ior *ior, int head) in gv100_sor_hda_device_entry()
54 gv100_sor_dp_watermark(struct nvkm_ior *sor, int head, u8 watermark) in gv100_sor_dp_watermark()
63 gv100_sor_dp_audio_sym(struct nvkm_ior *sor, int head, u16 h, u32 v) in gv100_sor_dp_audio_sym()
73 gv100_sor_dp_audio(struct nvkm_ior *sor, int head, bool enable) in gv100_sor_dp_audio()
100 gv100_sor_hdmi_infoframe_vsi(struct nvkm_ior *ior, int head, void *data, u32 size) in gv100_sor_hdmi_infoframe_vsi()
124 gv100_sor_hdmi_infoframe_avi(struct nvkm_ior *ior, int head, void *data, u32 size) in gv100_sor_hdmi_infoframe_avi()
146 gv100_sor_hdmi_ctrl(struct nvkm_ior *ior, int head, bool enable, u8 max_ac_packet, u8 rekey) in gv100_sor_hdmi_ctrl()
242 gv100_head_vblank_put(struct nvkm_head *head) in gv100_head_vblank_put()
249 gv100_head_vblank_get(struct nvkm_head *head) in gv100_head_vblank_get()
256 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos()
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-tree.h78 #define SPLAY_ROOT(head) (head)->sph_root argument
79 #define SPLAY_EMPTY(head) (SPLAY_ROOT(head) == NULL) argument
82 #define SPLAY_ROTATE_RIGHT(head, tmp, field) do { \ argument
88 #define SPLAY_ROTATE_LEFT(head, tmp, field) do { \ argument
94 #define SPLAY_LINKLEFT(head, tmp, field) do { \ argument
100 #define SPLAY_LINKRIGHT(head, tmp, field) do { \ argument
106 #define SPLAY_ASSEMBLE(head, node, left, right, field) do { \ argument
286 #define SPLAY_FOREACH(x, name, head) \ argument
318 #define RB_ROOT(head) (head)->rbh_root argument
319 #define RB_EMPTY(head) (RB_ROOT(head) == NULL) argument
[all …]
/openbmc/linux/include/linux/
H A Dllist.h189 static inline bool llist_empty(const struct llist_head *head) in llist_empty()
205 struct llist_head *head) in __llist_add_batch()
219 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
224 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
237 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all()
242 static inline struct llist_node *__llist_del_all(struct llist_head *head) in __llist_del_all()
/openbmc/linux/net/sched/
H A Dcls_cgroup.c30 struct cls_cgroup_head *head = rcu_dereference_bh(tp->root); in cls_cgroup_classify() local
60 static void __cls_cgroup_destroy(struct cls_cgroup_head *head) in __cls_cgroup_destroy()
70 struct cls_cgroup_head *head = container_of(to_rcu_work(work), in cls_cgroup_destroy_work() local
85 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_change() local
137 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_destroy() local
157 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_walk() local
175 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_dump() local
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c85 u32 *head = fifo->buffer + fm10k_fifo_head_offset(fifo, 0); in fm10k_fifo_head_len() local
132 static u16 fm10k_mbx_index_len(struct fm10k_mbx_info *mbx, u16 head, u16 tail) in fm10k_mbx_index_len()
185 u16 head = (mbx->head + offset + 1) & ((mbx->mbmem_len << 1) - 1); in fm10k_mbx_head_add() local
201 u16 head = (mbx->head - offset - 1) & ((mbx->mbmem_len << 1) - 1); in fm10k_mbx_head_sub() local
335 u32 *head = fifo->buffer; in fm10k_mbx_write_copy() local
383 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head()
429 u16 end, len, head; in fm10k_mbx_read_copy() local
617 static void fm10k_mbx_update_local_crc(struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_update_local_crc()
952 u16 type, rsvd0, head, tail, size; in fm10k_mbx_validate_msg_hdr() local
1018 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_create_reply()
[all …]
/openbmc/linux/net/sunrpc/
H A Dxprtmultipath.c242 struct rpc_xprt *xprt_switch_find_first_entry(struct list_head *head) in xprt_switch_find_first_entry()
254 struct rpc_xprt *xprt_switch_find_first_entry_offline(struct list_head *head) in xprt_switch_find_first_entry_offline()
276 struct rpc_xprt *_xprt_switch_find_current_entry(struct list_head *head, in _xprt_switch_find_current_entry()
294 struct rpc_xprt *xprt_switch_find_current_entry(struct list_head *head, in xprt_switch_find_current_entry()
302 struct rpc_xprt *first_entry(struct list_head *head), in _xprt_iter_current_entry()
303 struct rpc_xprt *current_entry(struct list_head *head, in _xprt_iter_current_entry()
307 struct list_head *head; in _xprt_iter_current_entry() local
325 struct rpc_xprt *xprt_switch_find_current_entry_offline(struct list_head *head, in xprt_switch_find_current_entry_offline()
343 struct list_head *head; in __rpc_xprt_switch_has_addr() local
373 struct rpc_xprt *xprt_switch_find_next_entry(struct list_head *head, in xprt_switch_find_next_entry()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list.c15 int list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_push_pop()
96 int list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_ma… in list_push_pop_multiple()
178 int list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head, bool leave_in_map) in list_in_list()
248 int test_list_push_pop(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop()
259 int test_list_push_pop_multiple(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_push_pop_multiple()
270 int test_list_in_list(struct bpf_spin_lock *lock, struct bpf_list_head *head) in test_list_in_list()
/openbmc/linux/fs/gfs2/
H A Drecovery.c57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add() local
108 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean() local
119 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header()
166 struct gfs2_log_header_host *head) in get_log_header()
263 struct gfs2_log_header_host *head) in clean_journal()
308 struct gfs2_log_header_host *head, in update_statfs_inode()
377 struct gfs2_log_header_host *head) in recover_local_statfs()
406 struct gfs2_log_header_host head; in gfs2_recover_func() local
/openbmc/linux/fs/btrfs/
H A Dlru_cache.c23 static struct btrfs_lru_cache_entry *match_entry(struct list_head *head, u64 key, in match_entry()
48 struct list_head *head; in btrfs_lru_cache_lookup() local
82 struct list_head *head; in btrfs_lru_cache_remove() local
111 struct list_head *head; in btrfs_lru_cache_store() local
/openbmc/linux/arch/x86/kvm/mmu/
H A Dpage_track.c141 struct kvm_page_track_notifier_head *head; in kvm_page_track_cleanup() local
149 struct kvm_page_track_notifier_head *head; in kvm_page_track_init() local
163 struct kvm_page_track_notifier_head *head; in kvm_page_track_register_notifier() local
186 struct kvm_page_track_notifier_head *head; in kvm_page_track_unregister_notifier() local
208 struct kvm_page_track_notifier_head *head; in __kvm_page_track_write() local
231 struct kvm_page_track_notifier_head *head; in kvm_page_track_delete_slot() local
/openbmc/linux/net/netlabel/
H A Dnetlabel_addrlist.h82 #define netlbl_af4list_foreach(iter, head) \ argument
87 #define netlbl_af4list_foreach_rcu(iter, head) \ argument
92 #define netlbl_af4list_foreach_safe(iter, tmp, head) \ argument
149 #define netlbl_af6list_foreach(iter, head) \ argument
154 #define netlbl_af6list_foreach_rcu(iter, head) \ argument
159 #define netlbl_af6list_foreach_safe(iter, tmp, head) \ argument
/openbmc/linux/drivers/usb/core/
H A Dphy.c81 struct list_head *head; in usb_phy_roothub_init() local
108 struct list_head *head; in usb_phy_roothub_exit() local
130 struct list_head *head; in usb_phy_roothub_set_mode() local
157 struct list_head *head; in usb_phy_roothub_calibrate() local
178 struct list_head *head; in usb_phy_roothub_power_on() local
/openbmc/linux/lib/
H A Dllist.c27 struct llist_head *head) in llist_add_batch()
53 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first()
75 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order()

12345678910>>...69