Home
last modified time | relevance | path

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

12345678910>>...61

/Linux-v5.15/fs/proc/
Dproc_sysctl.c37 static bool is_empty_dir(struct ctl_table_header *head) in is_empty_dir()
109 struct ctl_table_header *head; in find_entry() local
137 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
176 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
183 static void init_header(struct ctl_table_header *head, in init_header()
205 static void erase_header(struct ctl_table_header *head) in erase_header()
267 static void proc_sys_invalidate_dcache(struct ctl_table_header *head) in proc_sys_invalidate_dcache()
303 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
313 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
335 struct ctl_table_header *head; in lookup_entry() local
[all …]
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv50/
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()
Dhead.c40 nv50_head_flush_clr(struct nv50_head *head, in nv50_head_flush_clr()
53 nv50_head_flush_set_wndw(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set_wndw()
66 nv50_head_flush_set(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_flush_set()
226 nv50_head_atomic_check_lut(struct nv50_head *head, in nv50_head_atomic_check_lut()
269 nv50_head_atomic_check_mode(struct nv50_head *head, struct nv50_head_atom *asyh) in nv50_head_atomic_check_mode()
326 struct nv50_head *head = nv50_head(crtc); in nv50_head_atomic_check() local
500 struct nv50_head *head = nv50_head(crtc); in nv50_head_destroy() local
555 struct nv50_head *head; in nv50_head_create() local
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()
/Linux-v5.15/drivers/nvme/host/
Dmultipath.c120 struct nvme_ns_head *head = ns->head; in nvme_mpath_clear_current_path() local
152 struct nvme_ns_head *head = ns->head; in nvme_mpath_revalidate_paths() local
181 static struct nvme_ns *__nvme_find_path(struct nvme_ns_head *head, int node) in __nvme_find_path()
220 static struct nvme_ns *nvme_next_ns(struct nvme_ns_head *head, in nvme_next_ns()
230 static struct nvme_ns *nvme_round_robin_path(struct nvme_ns_head *head, in nvme_round_robin_path()
279 inline struct nvme_ns *nvme_find_path(struct nvme_ns_head *head) in nvme_find_path()
295 static bool nvme_available_path(struct nvme_ns_head *head) in nvme_available_path()
317 struct nvme_ns_head *head = bio->bi_bdev->bd_disk->private_data; in nvme_ns_head_submit_bio() local
371 struct nvme_ns_head *head = disk->private_data; in nvme_ns_head_report_zones() local
423 static int nvme_add_ns_head_cdev(struct nvme_ns_head *head) in nvme_add_ns_head_cdev()
[all …]
/Linux-v5.15/include/linux/
Dllist.h187 static inline bool llist_empty(const struct llist_head *head) in llist_empty()
203 struct llist_head *head) in __llist_add_batch()
217 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
222 static inline bool __llist_add(struct llist_node *new, struct llist_head *head) in __llist_add()
235 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all()
240 static inline struct llist_node *__llist_del_all(struct llist_head *head) in __llist_del_all()
/Linux-v5.15/drivers/net/ethernet/intel/fm10k/
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 …]
/Linux-v5.15/net/sched/
Dcls_cgroup.c28 struct cls_cgroup_head *head = rcu_dereference_bh(tp->root); in cls_cgroup_classify() local
58 static void __cls_cgroup_destroy(struct cls_cgroup_head *head) in __cls_cgroup_destroy()
68 struct cls_cgroup_head *head = container_of(to_rcu_work(work), in cls_cgroup_destroy_work() local
83 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_change() local
135 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_destroy() local
155 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_walk() local
173 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_dump() local
Dcls_fw.c53 struct fw_head *head = rcu_dereference_bh(tp->root); in fw_classify() local
91 struct fw_head *head = rtnl_dereference(tp->root); in fw_get() local
133 struct fw_head *head = rtnl_dereference(tp->root); in fw_destroy() local
157 struct fw_head *head = rtnl_dereference(tp->root); in fw_delete() local
204 struct fw_head *head = rtnl_dereference(tp->root); in fw_set_parms() local
242 struct fw_head *head = rtnl_dereference(tp->root); in fw_change() local
347 struct fw_head *head = rtnl_dereference(tp->root); in fw_walk() local
377 struct fw_head *head = rtnl_dereference(tp->root); in fw_dump() local
Dcls_basic.c43 struct basic_head *head = rcu_dereference_bh(tp->root); in basic_classify() local
62 struct basic_head *head = rtnl_dereference(tp->root); in basic_get() local
76 struct basic_head *head; in basic_init() local
109 struct basic_head *head = rtnl_dereference(tp->root); in basic_destroy() local
128 struct basic_head *head = rtnl_dereference(tp->root); in basic_delete() local
176 struct basic_head *head = rtnl_dereference(tp->root); in basic_change() local
250 struct basic_head *head = rtnl_dereference(tp->root); in basic_walk() local
Dcls_route.c68 route4_reset_fastmap(struct route4_head *head) in route4_reset_fastmap()
76 route4_set_fastmap(struct route4_head *head, u32 id, int iif, in route4_set_fastmap()
127 struct route4_head *head = rcu_dereference_bh(tp->root); in route4_classify() local
217 struct route4_head *head = rtnl_dereference(tp->root); in route4_get() local
243 struct route4_head *head; in route4_init() local
278 struct route4_head *head = rtnl_dereference(tp->root); in route4_destroy() local
314 struct route4_head *head = rtnl_dereference(tp->root); in route4_delete() local
383 u32 handle, struct route4_head *head, in route4_set_parms()
470 struct route4_head *head = rtnl_dereference(tp->root); in route4_change() local
564 struct route4_head *head = rtnl_dereference(tp->root); in route4_walk() local
/Linux-v5.15/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dhead.c34 struct nvkm_head *head; in nvkm_head_find() local
44 struct nvkm_head *head, void *data, u32 size) in nvkm_head_mthd_scanoutpos()
83 struct nvkm_head *head = *phead; in nvkm_head_del() local
96 struct nvkm_head *head; in nvkm_head_new_() local
Dheadnv04.c27 nv04_head_vblank_put(struct nvkm_head *head) in nv04_head_vblank_put()
34 nv04_head_vblank_get(struct nvkm_head *head) in nv04_head_vblank_get()
41 nv04_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in nv04_head_rgpos()
50 nv04_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in nv04_head_state()
Dheadgf119.c27 gf119_head_vblank_put(struct nvkm_head *head) in gf119_head_vblank_put()
35 gf119_head_vblank_get(struct nvkm_head *head) in gf119_head_vblank_get()
43 gf119_head_rgclk(struct nvkm_head *head, int div) in gf119_head_rgclk()
50 gf119_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in gf119_head_state()
Dheadgv100.c25 gv100_head_vblank_put(struct nvkm_head *head) in gv100_head_vblank_put()
32 gv100_head_vblank_get(struct nvkm_head *head) in gv100_head_vblank_get()
39 gv100_head_rgpos(struct nvkm_head *head, u16 *hline, u16 *vline) in gv100_head_rgpos()
49 gv100_head_state(struct nvkm_head *head, struct nvkm_head_state *state) in gv100_head_state()
/Linux-v5.15/drivers/net/ethernet/pensando/ionic/
Dionic_rx_filter.c28 struct hlist_head *head; in ionic_rx_filter_replay() local
110 struct hlist_head *head; in ionic_rx_filters_deinit() local
130 struct hlist_head *head; in ionic_rx_filter_save() local
188 struct hlist_head *head; in ionic_rx_filter_by_vlan() local
208 struct hlist_head *head; in ionic_rx_filter_by_addr() local
227 struct hlist_head *head; in ionic_rx_filter_rxsteer() local
301 struct hlist_head *head; in ionic_rx_filter_sync() local
/Linux-v5.15/arch/x86/kvm/mmu/
Dpage_track.c161 struct kvm_page_track_notifier_head *head; in kvm_page_track_cleanup() local
169 struct kvm_page_track_notifier_head *head; in kvm_page_track_init() local
184 struct kvm_page_track_notifier_head *head; in kvm_page_track_register_notifier() local
202 struct kvm_page_track_notifier_head *head; in kvm_page_track_unregister_notifier() local
223 struct kvm_page_track_notifier_head *head; in kvm_page_track_write() local
249 struct kvm_page_track_notifier_head *head; in kvm_page_track_flush_slot() local
/Linux-v5.15/fs/gfs2/
Drecovery.c57 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_add() local
110 struct list_head *head = &jd->jd_revoke_list; in gfs2_revoke_clean() local
121 unsigned int blkno, struct gfs2_log_header_host *head) in __get_log_header()
168 struct gfs2_log_header_host *head) in get_log_header()
265 struct gfs2_log_header_host *head) in clean_journal()
310 struct gfs2_log_header_host *head, in update_statfs_inode()
379 struct gfs2_log_header_host *head) in recover_local_statfs()
408 struct gfs2_log_header_host head; in gfs2_recover_func() local
/Linux-v5.15/net/netlabel/
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
/Linux-v5.15/drivers/usb/core/
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
/Linux-v5.15/lib/
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()
79 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order()
Dplist.c56 static void plist_check_head(struct plist_head *head) in plist_check_head()
73 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add()
112 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del()
145 void plist_requeue(struct plist_node *node, struct plist_head *head) in plist_requeue()
/Linux-v5.15/drivers/video/fbdev/core/
Dmodedb.c955 struct list_head *head) in fb_find_best_mode()
993 struct list_head *head) in fb_find_nearest_mode()
1033 struct list_head *head) in fb_match_mode()
1057 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode()
1093 struct list_head *head) in fb_delete_videomode()
1113 void fb_destroy_modelist(struct list_head *head) in fb_destroy_modelist()
1131 struct list_head *head) in fb_videomode_to_modelist()
1144 struct list_head *head) in fb_find_best_display()
/Linux-v5.15/drivers/net/wireless/ath/carl9170/
Dfwdesc.h113 struct carl9170fw_desc_head head; member
134 struct carl9170fw_desc_head head; member
151 struct carl9170fw_desc_head head; member
160 struct carl9170fw_desc_head head; member
176 struct carl9170fw_desc_head head; member
186 struct carl9170fw_desc_head head; member
196 struct carl9170fw_desc_head head; member
206 struct carl9170fw_desc_head head; member
221 static inline void carl9170fw_fill_desc(struct carl9170fw_desc_head *head, in carl9170fw_fill_desc()
242 #define CHECK_HDR_VERSION(head, _min_ver) \ argument
[all …]
/Linux-v5.15/fs/nilfs2/
Dsegbuf.h85 #define NILFS_LIST_SEGBUF(head) \ argument
89 #define NILFS_LAST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->prev) argument
90 #define NILFS_FIRST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->next) argument
91 #define NILFS_SEGBUF_IS_LAST(segbuf, head) ((segbuf)->sb_list.next == (head)) argument
97 #define NILFS_SEGBUF_FIRST_BH(head) \ argument
102 #define NILFS_SEGBUF_BH_IS_LAST(bh, head) ((bh)->b_assoc_buffers.next == head) argument

12345678910>>...61