Home
last modified time | relevance | path

Searched defs:head (Results 1 – 200 of 1185) sorted by relevance

123456

/linux-4.4.14/drivers/scsi/aic7xxx/
Dqueue.h112 #define SLIST_HEAD_INITIALIZER(head) \ argument
123 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
125 #define SLIST_FIRST(head) ((head)->slh_first) argument
127 #define SLIST_FOREACH(var, head, field) \ argument
132 #define SLIST_INIT(head) do { \ argument
141 #define SLIST_INSERT_HEAD(head, elm, field) do { \ argument
148 #define SLIST_REMOVE(head, elm, type, field) do { \ argument
161 #define SLIST_REMOVE_HEAD(head, field) do { \ argument
174 #define STAILQ_HEAD_INITIALIZER(head) \ argument
185 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) argument
[all …]
/linux-4.4.14/include/linux/
Dplist.h95 #define PLIST_HEAD_INIT(head) \ argument
104 #define PLIST_HEAD(head) \ argument
124 plist_head_init(struct plist_head *head) in plist_head_init()
151 #define plist_for_each(pos, head) \ argument
161 #define plist_for_each_continue(pos, head) \ argument
172 #define plist_for_each_safe(pos, n, head) \ argument
181 #define plist_for_each_entry(pos, head, mem) \ argument
193 #define plist_for_each_entry_continue(pos, head, m) \ argument
205 #define plist_for_each_entry_safe(pos, n, head, m) \ argument
212 static inline int plist_head_empty(const struct plist_head *head) in plist_head_empty()
[all …]
Dlist.h61 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
75 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail()
154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
166 struct list_head *head) in list_move_tail()
178 const struct list_head *head) in list_is_last()
187 static inline int list_empty(const struct list_head *head) in list_empty()
205 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
215 static inline void list_rotate_left(struct list_head *head) in list_rotate_left()
229 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
235 struct list_head *head, struct list_head *entry) in __list_cut_position()
[all …]
Dbtree-128.h5 static inline void btree_init_mempool128(struct btree_head128 *head, in btree_init_mempool128()
11 static inline int btree_init128(struct btree_head128 *head) in btree_init128()
16 static inline void btree_destroy128(struct btree_head128 *head) in btree_destroy128()
21 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128()
27 static inline void *btree_get_prev128(struct btree_head128 *head, in btree_get_prev128()
40 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, in btree_insert128()
48 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, in btree_update128()
56 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) in btree_remove128()
62 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) in btree_last128()
89 static inline size_t btree_visitor128(struct btree_head128 *head, in btree_visitor128()
[all …]
Dcirc_buf.h10 int head; member
15 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1)) argument
20 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size)) argument
25 #define CIRC_CNT_TO_END(head,tail,size) \ argument
31 #define CIRC_SPACE_TO_END(head,tail,size) \ argument
Drculist.h78 static inline void list_add_rcu(struct list_head *new, struct list_head *head) in list_add_rcu()
100 struct list_head *head) in list_add_tail_rcu()
199 struct list_head *head, in list_splice_init_rcu()
302 #define list_for_each_entry_rcu(pos, head, member) \ argument
316 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
369 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) argument
459 #define __hlist_for_each_rcu(pos, head) \ argument
474 #define hlist_for_each_entry_rcu(pos, head, member) \ argument
494 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument
511 #define hlist_for_each_entry_rcu_bh(pos, head, member) \ argument
Dtimerqueue.h14 struct rb_root head; member
35 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) in timerqueue_getnext()
45 static inline void timerqueue_init_head(struct timerqueue_head *head) in timerqueue_init_head()
Dbtree.h215 #define btree_for_each_safel(head, key, val) \ argument
226 #define btree_for_each_safe32(head, key, val) \ argument
238 #define btree_for_each_safe64(head, key, val) \ argument
Dllist.h158 static inline bool llist_empty(const struct llist_head *head) in llist_empty()
178 static inline bool llist_add(struct llist_node *new, struct llist_head *head) in llist_add()
191 static inline struct llist_node *llist_del_all(struct llist_head *head) in llist_del_all()
Dnotifier.h61 struct notifier_block __rcu *head; member
66 struct notifier_block __rcu *head; member
70 struct notifier_block __rcu *head; member
76 struct notifier_block __rcu *head; member
Drculist_nulls.h40 #define hlist_nulls_first_rcu(head) \ argument
113 #define hlist_nulls_for_each_entry_rcu(tpos, pos, head, member) \ argument
Dresource_ext.h43 struct list_head *head) in resource_list_add()
49 struct list_head *head) in resource_list_add_tail()
Drcupdate.h224 struct rcu_head head; member
447 static inline void init_rcu_head(struct rcu_head *head) in init_rcu_head()
451 static inline void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
455 static inline void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
459 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
1068 #define __kfree_rcu(head, offset) \ argument
Dlist_bl.h142 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ argument
156 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
Drculist_bl.h122 #define hlist_bl_for_each_entry_rcu(tpos, pos, head, member) \ argument
/linux-4.4.14/drivers/gpu/drm/radeon/
Dmkregtable.c84 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()
169 static inline void list_move(struct list_head *list, struct list_head *head) in list_move()
181 struct list_head *head) in list_move_tail()
193 const struct list_head *head) in list_is_last()
202 static inline int list_empty(const struct list_head *head) in list_empty()
220 static inline int list_empty_careful(const struct list_head *head) in list_empty_careful()
230 static inline int list_is_singular(const struct list_head *head) in list_is_singular()
236 struct list_head *head, in __list_cut_position()
263 struct list_head *head, in list_cut_position()
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dhw.h61 int head, uint32_t reg) in NVReadCRTC()
72 int head, uint32_t reg, uint32_t val) in NVWriteCRTC()
81 int head, uint32_t reg) in NVReadRAMDAC()
92 int head, uint32_t reg, uint32_t val) in NVWriteRAMDAC()
121 int head, uint8_t index, uint8_t value) in NVWriteVgaCrtc()
129 int head, uint8_t index) in NVReadVgaCrtc()
153 NVWriteVgaCrtc5758(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaCrtc5758()
159 static inline uint8_t NVReadVgaCrtc5758(struct drm_device *dev, int head, uint8_t index) in NVReadVgaCrtc5758()
166 int head, uint32_t reg) in NVReadPRMVIO()
182 int head, uint32_t reg, uint8_t value) in NVWritePRMVIO()
[all …]
Dhw.c39 NVWriteVgaSeq(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaSeq()
46 NVReadVgaSeq(struct drm_device *dev, int head, uint8_t index) in NVReadVgaSeq()
53 NVWriteVgaGr(struct drm_device *dev, int head, uint8_t index, uint8_t value) in NVWriteVgaGr()
60 NVReadVgaGr(struct drm_device *dev, int head, uint8_t index) in NVReadVgaGr()
110 NVBlankScreen(struct drm_device *dev, int head, bool blank) in NVBlankScreen()
246 nouveau_hw_fix_bad_vpll(struct drm_device *dev, int head) in nouveau_hw_fix_bad_vpll()
373 rd_cio_state(struct drm_device *dev, int head, in rd_cio_state()
380 wr_cio_state(struct drm_device *dev, int head, in wr_cio_state()
387 nv_save_state_ramdac(struct drm_device *dev, int head, in nv_save_state_ramdac()
462 nv_load_state_ramdac(struct drm_device *dev, int head, in nv_load_state_ramdac()
[all …]
Ddfp.c69 int head, bool dl) in nv04_dfp_bind_head()
93 void nv04_dfp_disable(struct drm_device *dev, int head) in nv04_dfp_disable()
204 struct nouveau_encoder *nv_encoder, int head) in nv04_dfp_prepare_sel_clk()
249 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_prepare() local
452 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dfp_commit() local
533 int head = crtc ? nouveau_crtc(crtc)->index : in nv04_lvds_dpms() local
589 int head = nv_encoder->restore.head; in nv04_dfp_restore() local
Dtvnv04.c89 int head = nouveau_crtc(encoder->crtc)->index; in nv04_tv_dpms() local
106 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind()
128 int head = nouveau_crtc(encoder->crtc)->index; in nv04_tv_prepare() local
Ddac.c245 int head; in nv17_dac_sample_load() local
368 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dac_prepare() local
381 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dac_mode_set() local
/linux-4.4.14/security/tomoyo/
Dcommon.c211 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush()
256 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string()
274 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf()
301 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space()
313 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf()
326 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash()
364 static void tomoyo_print_namespace(struct tomoyo_io_buffer *head) in tomoyo_print_namespace()
381 static void tomoyo_print_name_union(struct tomoyo_io_buffer *head, in tomoyo_print_name_union()
401 static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head, in tomoyo_print_name_union_quoted()
423 (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr) in tomoyo_print_number_union_nospace()
[all …]
Dgc.c41 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer() local
72 struct tomoyo_io_buffer *head; in tomoyo_name_used_by_io_buffer() local
601 struct tomoyo_io_buffer *head; in tomoyo_gc_thread() local
630 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc()
Dcommon.h510 struct tomoyo_shared_acl_head head; member
538 struct tomoyo_shared_acl_head head; member
545 struct tomoyo_acl_head head; member
551 struct tomoyo_acl_head head; member
557 struct tomoyo_acl_head head; member
649 struct tomoyo_shared_acl_head head; member
694 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member
705 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member
715 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member
724 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MKDEV_ACL */ member
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c27 nvkm_rdport(struct nvkm_device *device, int head, u16 port) in nvkm_rdport()
49 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) in nvkm_wrport()
69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgas()
76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgas()
83 nvkm_rdvgag(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgag()
90 nvkm_wrvgag(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgag()
97 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) in nvkm_rdvgac()
104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) in nvkm_wrvgac()
111 nvkm_rdvgai(struct nvkm_device *device, int head, u16 port, u8 index) in nvkm_rdvgai()
120 nvkm_wrvgai(struct nvkm_device *device, int head, u16 port, u8 index, u8 value) in nvkm_wrvgai()
Dgf119.c34 gf119_disp_vblank_init(struct nv50_disp *disp, int head) in gf119_disp_vblank_init()
41 gf119_disp_vblank_fini(struct nv50_disp *disp, int head) in gf119_disp_vblank_fini()
48 exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl, in exec_lookup()
95 exec_script(struct nv50_disp *disp, int head, int id) in exec_script()
133 exec_clkcmp(struct nv50_disp *disp, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp()
197 gf119_disp_intr_unk1_0(struct nv50_disp *disp, int head) in gf119_disp_intr_unk1_0()
203 gf119_disp_intr_unk2_0(struct nv50_disp *disp, int head) in gf119_disp_intr_unk2_0()
226 gf119_disp_intr_unk2_1(struct nv50_disp *disp, int head) in gf119_disp_intr_unk2_1()
237 gf119_disp_intr_unk2_2_tu(struct nv50_disp *disp, int head, in gf119_disp_intr_unk2_2_tu()
299 gf119_disp_intr_unk2_2(struct nv50_disp *disp, int head) in gf119_disp_intr_unk2_2()
[all …]
Dnv50.c100 nv50_disp_vblank_fini_(struct nvkm_disp *base, int head) in nv50_disp_vblank_fini_()
107 nv50_disp_vblank_init_(struct nvkm_disp *base, int head) in nv50_disp_vblank_init_()
164 nv50_disp_vblank_fini(struct nv50_disp *disp, int head) in nv50_disp_vblank_fini()
171 nv50_disp_vblank_init(struct nv50_disp *disp, int head) in nv50_disp_vblank_init()
227 exec_lookup(struct nv50_disp *disp, int head, int or, u32 ctrl, in exec_lookup()
285 exec_script(struct nv50_disp *disp, int head, int id) in exec_script()
344 exec_clkcmp(struct nv50_disp *disp, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp()
434 nv50_disp_intr_unk10_0(struct nv50_disp *disp, int head) in nv50_disp_intr_unk10_0()
440 nv50_disp_intr_unk20_0(struct nv50_disp *disp, int head) in nv50_disp_intr_unk20_0()
475 nv50_disp_intr_unk20_1(struct nv50_disp *disp, int head) in nv50_disp_intr_unk20_1()
[all …]
Dnv04.c33 nv04_disp_vblank_init(struct nvkm_disp *disp, int head) in nv04_disp_vblank_init()
40 nv04_disp_vblank_fini(struct nvkm_disp *disp, int head) in nv04_disp_vblank_fini()
Drootnv04.c39 void *data, u32 size, int head) in nv04_disp_scanoutpos()
88 int head, ret; in nv04_disp_mthd() local
Dbase.c39 nvkm_disp_vblank_fini(struct nvkm_event *event, int type, int head) in nvkm_disp_vblank_fini()
46 nvkm_disp_vblank_init(struct nvkm_event *event, int type, int head) in nvkm_disp_vblank_init()
83 nvkm_disp_vblank(struct nvkm_disp *disp, int head) in nvkm_disp_vblank()
Doimmnv50.c44 int head, ret; in nv50_disp_oimm_new() local
Dcursnv50.c44 int head, ret; in nv50_disp_curs_new() local
Dovlynv50.c44 int head, ret; in nv50_disp_ovly_new() local
Dbasenv50.c44 int head, ret; in nv50_disp_base_new() local
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dlist.h159 list_add(struct list_head *entry, struct list_head *head) in list_add()
180 list_add_tail(struct list_head *entry, struct list_head *head) in list_add_tail()
220 struct list_head *head) in list_move_tail()
235 list_empty(struct list_head *head) in list_empty()
314 #define list_for_each_entry(pos, head, member) \ argument
326 #define list_for_each_entry_safe(pos, tmp, head, member) \ argument
333 #define list_for_each_entry_reverse(pos, head, member) \ argument
338 #define list_for_each_entry_continue(pos, head, member) \ argument
343 #define list_for_each_entry_continue_reverse(pos, head, member) \ argument
348 #define list_for_each_entry_from(pos, head, member) \ argument
/linux-4.4.14/net/netlabel/
Dnetlabel_addrlist.c61 struct list_head *head) in netlbl_af4list_search()
86 struct list_head *head) in netlbl_af4list_search_exact()
111 struct list_head *head) in netlbl_af6list_search()
137 struct list_head *head) in netlbl_af6list_search_exact()
162 int netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) in netlbl_af4list_add()
199 int netlbl_af6list_add(struct netlbl_af6list *entry, struct list_head *head) in netlbl_af6list_add()
254 struct list_head *head) in netlbl_af4list_remove()
295 struct list_head *head) in netlbl_af6list_remove()
Dnetlabel_addrlist.h96 #define netlbl_af4list_foreach(iter, head) \ argument
101 #define netlbl_af4list_foreach_rcu(iter, head) \ argument
106 #define netlbl_af4list_foreach_safe(iter, tmp, head) \ argument
163 #define netlbl_af6list_foreach(iter, head) \ argument
168 #define netlbl_af6list_foreach_rcu(iter, head) \ argument
173 #define netlbl_af6list_foreach_safe(iter, tmp, head) \ argument
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_misc.h55 static inline struct sym_quehead *sym_que_first(struct sym_quehead *head) in sym_que_first()
60 static inline struct sym_quehead *sym_que_last(struct sym_quehead *head) in sym_que_last()
82 static inline int sym_que_empty(struct sym_quehead *head) in sym_que_empty()
88 struct sym_quehead *head) in sym_que_splice()
130 #define sym_insque_head(new, head) __sym_que_add(new, head, (head)->flink) argument
132 static inline struct sym_quehead *sym_remque_head(struct sym_quehead *head) in sym_remque_head()
143 #define sym_insque_tail(new, head) __sym_que_add(new, (head)->blink, head) argument
145 static inline struct sym_quehead *sym_remque_tail(struct sym_quehead *head) in sym_remque_tail()
159 #define FOR_EACH_QUEUED_ELEMENT(head, qp) \ argument
/linux-4.4.14/kernel/rcu/
Drcu.h71 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
82 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
90 static inline int debug_rcu_head_queue(struct rcu_head *head) in debug_rcu_head_queue()
95 static inline void debug_rcu_head_unqueue(struct rcu_head *head) in debug_rcu_head_unqueue()
106 static inline bool __rcu_reclaim(const char *rn, struct rcu_head *head) in __rcu_reclaim()
Dupdate.c314 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
354 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
359 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
372 struct rcu_head *head = addr; in rcuhead_fixup_activate() local
399 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
416 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
838 static struct rcu_head head; in early_boot_test_call_rcu() local
845 static struct rcu_head head; in early_boot_test_call_rcu_bh() local
852 static struct rcu_head head; in early_boot_test_call_rcu_sched() local
Dtiny.c205 static void __call_rcu(struct rcu_head *head, in __call_rcu()
232 void call_rcu_sched(struct rcu_head *head, rcu_callback_t func) in call_rcu_sched()
242 void call_rcu_bh(struct rcu_head *head, rcu_callback_t func) in call_rcu_bh()
Dsrcu.c53 static inline void rcu_batch_queue(struct rcu_batch *b, struct rcu_head *head) in rcu_batch_queue()
73 struct rcu_head *head; in rcu_batch_dequeue() local
387 void call_srcu(struct srcu_struct *sp, struct rcu_head *head, in call_srcu()
413 struct rcu_head *head = &rcu.head; in __synchronize_srcu() local
621 struct rcu_head *head; in srcu_invoke_callbacks() local
/linux-4.4.14/fs/proc/
Dproc_sysctl.c28 static bool is_empty_dir(struct ctl_table_header *head) in is_empty_dir()
105 struct ctl_table_header *head; in find_entry() local
133 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
172 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
179 static void init_header(struct ctl_table_header *head, in init_header()
200 static void erase_header(struct ctl_table_header *head) in erase_header()
287 static void sysctl_head_get(struct ctl_table_header *head) in sysctl_head_get()
294 void sysctl_head_put(struct ctl_table_header *head) in sysctl_head_put()
302 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
312 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
[all …]
Dkcore.c100 static void free_kclist_ents(struct list_head *head) in free_kclist_ents()
165 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
198 get_sparsemem_vmemmap_info(struct kcore_list *ent, struct list_head *head) in get_sparsemem_vmemmap_info()
208 struct list_head *head = (struct list_head *)arg; in kclist_add_private() local
/linux-4.4.14/lib/
Dbtree.c93 static unsigned long *btree_node_alloc(struct btree_head *head, gfp_t gfp) in btree_node_alloc()
176 static inline void __btree_init(struct btree_head *head) in __btree_init()
182 void btree_init_mempool(struct btree_head *head, mempool_t *mempool) in btree_init_mempool()
189 int btree_init(struct btree_head *head) in btree_init()
199 void btree_destroy(struct btree_head *head) in btree_destroy()
207 void *btree_last(struct btree_head *head, struct btree_geo *geo, in btree_last()
241 void *btree_lookup(struct btree_head *head, struct btree_geo *geo, in btree_lookup()
271 int btree_update(struct btree_head *head, struct btree_geo *geo, in btree_update()
311 void *btree_get_prev(struct btree_head *head, struct btree_geo *geo, in btree_get_prev()
388 static unsigned long *find_level(struct btree_head *head, struct btree_geo *geo, in find_level()
[all …]
Dllist.c39 struct llist_head *head) in llist_add_batch()
65 struct llist_node *llist_del_first(struct llist_head *head) in llist_del_first()
91 struct llist_node *llist_reverse_order(struct llist_node *head) in llist_reverse_order()
Dplist.c57 static void plist_check_head(struct plist_head *head) in plist_check_head()
74 void plist_add(struct plist_node *node, struct plist_head *head) in plist_add()
113 void plist_del(struct plist_node *node, struct plist_head *head) in plist_del()
146 void plist_requeue(struct plist_node *node, struct plist_head *head) in plist_requeue()
Dtimerqueue.c39 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()
75 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_del()
Dlist_sort.c24 struct list_head head, *tail = &head; in merge() local
51 struct list_head *head, in merge_and_restore_back_links()
104 void list_sort(void *priv, struct list_head *head, in list_sort()
Dnlattr.c122 int nla_validate(const struct nlattr *head, int len, int maxtype, in nla_validate()
182 int nla_parse(struct nlattr **tb, int maxtype, const struct nlattr *head, in nla_parse()
222 struct nlattr *nla_find(const struct nlattr *head, int len, int attrtype) in nla_find()
Drhashtable.c106 static void bucket_table_free_rcu(struct rcu_head *head) in bucket_table_free_rcu()
165 struct rhash_head *head, *next, *entry; in rhashtable_rehash_one() local
383 struct rhash_head *head; in rhashtable_check_elasticity() local
446 struct rhash_head *head; in rhashtable_insert_slow() local
/linux-4.4.14/drivers/misc/mic/scif/
Dscif_rma_list.c28 void scif_insert_tcw(struct scif_window *window, struct list_head *head) in scif_insert_tcw()
58 void scif_insert_window(struct scif_window *window, struct list_head *head) in scif_insert_window()
87 struct list_head *item, *temp, *head = req->head; in scif_query_tcw() local
207 struct list_head *head = &ep->rma_info.reg_list; in scif_rma_list_unregister() local
239 struct list_head *head = &ep->rma_info.reg_list; in scif_unmap_all_windows() local
261 struct list_head *head = &ep->rma_info.reg_list; in scif_unregister_all_windows() local
Dscif_rb.c25 #define scif_rb_ring_cnt(head, tail, size) CIRC_CNT(head, tail, size) argument
26 #define scif_rb_ring_space(head, tail, size) CIRC_SPACE(head, tail, size) argument
Dscif_rma_list.h41 struct list_head *head; member
Dscif_mmap.c99 static void _scif_zap_mmaps(int node, struct list_head *head) in _scif_zap_mmaps()
388 struct list_head *head = &ep->rma_info.remote_reg_list; in scif_rma_list_mmap() local
465 struct list_head *head = &ep->rma_info.remote_reg_list; in scif_rma_list_munmap() local
/linux-4.4.14/net/sched/
Dcls_fw.c62 struct fw_head *head = rcu_dereference_bh(tp->root); in fw_classify() local
100 struct fw_head *head = rtnl_dereference(tp->root); in fw_get() local
122 static void fw_delete_filter(struct rcu_head *head) in fw_delete_filter()
132 struct fw_head *head = rtnl_dereference(tp->root); in fw_destroy() local
160 struct fw_head *head = rtnl_dereference(tp->root); in fw_delete() local
193 struct fw_head *head = rtnl_dereference(tp->root); in fw_change_attrs() local
242 struct fw_head *head = rtnl_dereference(tp->root); in fw_change() local
337 struct fw_head *head = rtnl_dereference(tp->root); in fw_walk() local
367 struct fw_head *head = rtnl_dereference(tp->root); in fw_dump() local
Dcls_cgroup.c32 struct cls_cgroup_head *head = rcu_dereference_bh(tp->root); in cls_cgroup_classify() local
62 struct cls_cgroup_head *head = container_of(root, in cls_cgroup_destroy_rcu() local
77 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_change() local
129 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_destroy() local
148 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_walk() local
164 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_dump() local
Dcls_route.c72 route4_reset_fastmap(struct route4_head *head) in route4_reset_fastmap()
80 route4_set_fastmap(struct route4_head *head, u32 id, int iif, in route4_set_fastmap()
131 struct route4_head *head = rcu_dereference_bh(tp->root); in route4_classify() local
232 struct route4_head *head = rtnl_dereference(tp->root); in route4_get() local
261 struct route4_head *head; in route4_init() local
272 route4_delete_filter(struct rcu_head *head) in route4_delete_filter()
282 struct route4_head *head = rtnl_dereference(tp->root); in route4_destroy() local
323 struct route4_head *head = rtnl_dereference(tp->root); in route4_delete() local
382 u32 handle, struct route4_head *head, in route4_set_parms()
480 struct route4_head *head = rtnl_dereference(tp->root); in route4_change() local
[all …]
Dcls_basic.c44 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
80 struct basic_head *head; in basic_init() local
90 static void basic_delete_filter(struct rcu_head *head) in basic_delete_filter()
101 struct basic_head *head = rtnl_dereference(tp->root); in basic_destroy() local
170 struct basic_head *head = rtnl_dereference(tp->root); in basic_change() local
235 struct basic_head *head = rtnl_dereference(tp->root); in basic_walk() local
Dcls_flower.c121 struct cls_fl_head *head = rcu_dereference_bh(tp->root); in fl_classify() local
148 struct cls_fl_head *head; in fl_init() local
160 static void fl_destroy_filter(struct rcu_head *head) in fl_destroy_filter()
170 struct cls_fl_head *head = rtnl_dereference(tp->root); in fl_destroy() local
189 struct cls_fl_head *head = rtnl_dereference(tp->root); in fl_get() local
320 static int fl_init_hashtable(struct cls_fl_head *head, in fl_init_hashtable()
352 static void fl_init_dissector(struct cls_fl_head *head, in fl_init_dissector()
372 static int fl_check_assign_mask(struct cls_fl_head *head, in fl_check_assign_mask()
432 struct cls_fl_head *head) in fl_grab_new_handle()
457 struct cls_fl_head *head = rtnl_dereference(tp->root); in fl_change() local
[all …]
Dcls_bpf.c81 struct cls_bpf_head *head = rcu_dereference_bh(tp->root); in cls_bpf_classify() local
144 struct cls_bpf_head *head; in cls_bpf_init() local
190 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_destroy() local
209 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_get() local
353 struct cls_bpf_head *head) in cls_bpf_grab_new_handle()
378 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_change() local
514 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_walk() local
Dcls_flow.c295 struct flow_head *head = rcu_dereference_bh(tp->root); in flow_classify() local
365 static void flow_destroy_filter(struct rcu_head *head) in flow_destroy_filter()
380 struct flow_head *head = rtnl_dereference(tp->root); in flow_change() local
564 struct flow_head *head; in flow_init() local
576 struct flow_head *head = rtnl_dereference(tp->root); in flow_destroy() local
593 struct flow_head *head = rtnl_dereference(tp->root); in flow_get() local
665 struct flow_head *head = rtnl_dereference(tp->root); in flow_walk() local
Dcls_rsvp.h134 struct rsvp_head *head = rcu_dereference_bh(tp->root); in rsvp_classify() local
227 struct rsvp_head *head = rtnl_dereference(tp->root); in rsvp_replace() local
254 struct rsvp_head *head = rtnl_dereference(tp->root); in rsvp_get() local
286 static void rsvp_delete_filter_rcu(struct rcu_head *head) in rsvp_delete_filter_rcu()
344 struct rsvp_head *head = rtnl_dereference(tp->root); in rsvp_delete() local
638 struct rsvp_head *head = rtnl_dereference(tp->root); in rsvp_walk() local
Dsch_hhf.c120 struct sk_buff *head; member
180 struct list_head *head, in seek_list()
211 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh()
431 struct list_head *head; in hhf_dequeue() local
506 struct list_head *head = &q->hh_flows[i]; in hhf_destroy() local
Dcls_tcindex.c137 static void tcindex_destroy_rexts(struct rcu_head *head) in tcindex_destroy_rexts()
145 static void tcindex_destroy_fexts(struct rcu_head *head) in tcindex_destroy_fexts()
199 static void __tcindex_destroy(struct rcu_head *head) in __tcindex_destroy()
228 static void __tcindex_partial_destroy(struct rcu_head *head) in __tcindex_partial_destroy()
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c102 u32 *head = fifo->buffer + fm10k_fifo_head_offset(fifo, 0); in fm10k_fifo_head_len() local
149 static u16 fm10k_mbx_index_len(struct fm10k_mbx_info *mbx, u16 head, u16 tail) in fm10k_mbx_index_len()
202 u16 head = (mbx->head + offset + 1) & ((mbx->mbmem_len << 1) - 1); in fm10k_mbx_head_add() local
218 u16 head = (mbx->head - offset - 1) & ((mbx->mbmem_len << 1) - 1); in fm10k_mbx_head_sub() local
350 u32 *head = fifo->buffer; in fm10k_mbx_write_copy() local
396 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_pull_head()
442 u16 end, len, head; in fm10k_mbx_read_copy() local
628 static void fm10k_mbx_update_local_crc(struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_update_local_crc()
964 u16 type, rsvd0, head, tail, size; in fm10k_mbx_validate_msg_hdr() local
1029 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_create_reply()
[all …]
/linux-4.4.14/arch/x86/oprofile/
Dbacktrace.c42 dump_user_backtrace_32(struct stack_frame_ia32 *head) in dump_user_backtrace_32()
68 struct stack_frame_ia32 *head; in x86_backtrace_32() local
89 static struct stack_frame *dump_user_backtrace(struct stack_frame *head) in dump_user_backtrace()
112 struct stack_frame *head = (struct stack_frame *)frame_pointer(regs); in x86_backtrace() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dnrs_fifo.c81 struct nrs_fifo_head *head; in nrs_fifo_start() local
105 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_stop() local
165 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_req_get() local
199 struct nrs_fifo_head *head; in nrs_fifo_req_add() local
/linux-4.4.14/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
151 struct gfs2_log_header_host *head) in get_log_header()
192 struct gfs2_log_header_host *head) in find_good_lh()
223 static int jhead_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) in jhead_scan()
263 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) in gfs2_find_jhead()
381 static int clean_journal(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) in clean_journal()
456 struct gfs2_log_header_host head; in gfs2_recover_func() local
Dlops.c499 struct list_head *head; in buf_lo_after_commit() local
514 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan()
616 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_before_commit() local
654 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_after_commit() local
669 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan()
832 struct list_head *head; in databuf_lo_after_commit() local
Dmeta_io.h22 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) in gfs2_buffer_clear_tail()
/linux-4.4.14/drivers/isdn/capi/
Dcapilib.c80 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) in capilib_new_ncci()
104 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) in capilib_free_ncci()
125 void capilib_release_appl(struct list_head *head, u16 applid) in capilib_release_appl()
142 void capilib_release(struct list_head *head) in capilib_release()
157 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_req()
180 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid) in capilib_data_b3_conf()
/linux-4.4.14/drivers/video/fbdev/core/
Dmodedb.c988 struct list_head *head) in fb_find_best_mode()
1026 struct list_head *head) in fb_find_nearest_mode()
1066 struct list_head *head) in fb_match_mode()
1090 int fb_add_videomode(const struct fb_videomode *mode, struct list_head *head) in fb_add_videomode()
1126 struct list_head *head) in fb_delete_videomode()
1146 void fb_destroy_modelist(struct list_head *head) in fb_destroy_modelist()
1164 struct list_head *head) in fb_videomode_to_modelist()
1177 struct list_head *head) in fb_find_best_display()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Dfwdesc.h119 struct carl9170fw_desc_head head; member
140 struct carl9170fw_desc_head head; member
157 struct carl9170fw_desc_head head; member
166 struct carl9170fw_desc_head head; member
182 struct carl9170fw_desc_head head; member
192 struct carl9170fw_desc_head head; member
202 struct carl9170fw_desc_head head; member
212 struct carl9170fw_desc_head head; member
227 static inline void carl9170fw_fill_desc(struct carl9170fw_desc_head *head, in carl9170fw_fill_desc()
248 #define CHECK_HDR_VERSION(head, _min_ver) \ argument
[all …]
/linux-4.4.14/net/atm/
Daddr.c51 struct list_head *head; in atm_reset_addr() local
72 struct list_head *head; in atm_add_addr() local
107 struct list_head *head; in atm_del_addr() local
137 struct list_head *head; in atm_get_addr() local
/linux-4.4.14/fs/nilfs2/
Dsegbuf.h98 #define NILFS_LIST_SEGBUF(head) \ argument
102 #define NILFS_LAST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->prev) argument
103 #define NILFS_FIRST_SEGBUF(head) NILFS_LIST_SEGBUF((head)->next) argument
104 #define NILFS_SEGBUF_IS_LAST(segbuf, head) ((segbuf)->sb_list.next == (head)) argument
110 #define NILFS_SEGBUF_FIRST_BH(head) \ argument
115 #define NILFS_SEGBUF_BH_IS_LAST(bh, head) ((bh)->b_assoc_buffers.next == head) argument
Dpage.c157 struct buffer_head *bh, *head; in nilfs_page_buffers_clean() local
187 struct buffer_head *bh, *head; in nilfs_page_bug() local
421 struct buffer_head *bh, *head; in nilfs_clear_dirty_page() local
447 struct buffer_head *bh, *head; in nilfs_page_count_clean_buffers() local
547 struct buffer_head *bh, *head; in nilfs_find_uncommitted_extent() local
Drecovery.c318 struct list_head *head) in nilfs_scan_dsync_log()
387 static void dispose_recovery_list(struct list_head *head) in dispose_recovery_list()
403 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum) in nilfs_segment_list_add()
416 void nilfs_dispose_segment_list(struct list_head *head) in nilfs_dispose_segment_list()
431 struct list_head *head = &ri->ri_used_segments; in nilfs_prepare_segment_for_recovery() local
506 struct list_head *head, in nilfs_recover_dsync_blocks()
/linux-4.4.14/kernel/bpf/
Dhashtab.c128 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw()
144 struct hlist_head *head; in htab_map_lookup_elem() local
169 struct hlist_head *head; in htab_map_get_next_key() local
229 struct hlist_head *head; in htab_map_update_elem() local
302 struct hlist_head *head; in htab_map_delete_elem() local
336 struct hlist_head *head = select_bucket(htab, i); in delete_all_elements() local
/linux-4.4.14/scripts/kconfig/
Dlist.h48 #define list_for_each_entry(pos, head, member) \ argument
60 #define list_for_each_entry_safe(pos, n, head, member) \ argument
70 static inline int list_empty(const struct list_head *head) in list_empty()
99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail()
Dmenu.c547 struct list_head *head) in get_prompt_str()
619 struct list_head *head) in get_symbol_str()
670 struct gstr get_relations_str(struct symbol **sym_arr, struct list_head *head) in get_relations_str()
/linux-4.4.14/drivers/staging/rdma/amso1100/
Dc2_alloc.c40 struct sp_chunk **head) in c2_alloc_mqsp_chunk()
89 __be16 *c2_alloc_mqsp(struct c2_dev *c2dev, struct sp_chunk *head, in c2_alloc_mqsp()
124 struct sp_chunk *head; in c2_free_mqsp() local
/linux-4.4.14/sound/pci/ctxfi/
Dctimap.c25 struct list_head *pos, *pre, *head; in input_mapper_add() local
71 struct list_head *next, *pre, *head; in input_mapper_delete() local
100 void free_input_mapper_list(struct list_head *head) in free_input_mapper_list()
/linux-4.4.14/fs/
Dseq_file.c801 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
813 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
822 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next()
839 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
858 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
875 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next()
899 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu()
923 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu()
946 struct hlist_head *head, in seq_hlist_next_rcu()
968 seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t pos) in seq_hlist_start_percpu()
[all …]
Dinode.c244 static void i_callback(struct rcu_head *head) in i_callback()
569 static void dispose_list(struct list_head *head) in dispose_list()
773 struct hlist_head *head, in find_inode()
802 struct hlist_head *head, unsigned long ino) in find_inode_fast()
1013 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in iget5_locked() local
1083 struct hlist_head *head = inode_hashtable + hash(sb, ino); in iget_locked() local
1229 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() local
1278 struct hlist_head *head = inode_hashtable + hash(sb, ino); in ilookup() local
1320 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() local
1345 struct hlist_head *head = inode_hashtable + hash(sb, ino); in insert_inode_locked() local
[all …]
Dbuffer.c90 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local
209 struct buffer_head *head; in __find_get_block_slow() local
684 struct buffer_head *head = page_buffers(page); in __set_page_dirty_buffers() local
875 struct buffer_head *bh, *head; in alloc_page_buffers() local
929 link_dev_buffers(struct page *page, struct buffer_head *head) in link_dev_buffers()
961 struct buffer_head *head = page_buffers(page); in init_page_buffers() local
1536 struct buffer_head *head, *bh, *next; in block_invalidatepage() local
1591 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local
1708 struct buffer_head *bh, *head; in __block_write_full_page() local
1871 struct buffer_head *head, *bh; in page_zero_new_buffers() local
[all …]
Dmpage.c101 struct buffer_head *page_bh, *head; in map_buffer_to_page() local
443 struct buffer_head *bh, *head; in clean_buffers() local
491 struct buffer_head *head = page_buffers(page); in __mpage_writepage() local
/linux-4.4.14/kernel/
Dfutex_compat.c24 compat_uptr_t __user *head, unsigned int *pi) in fetch_robust_entry()
52 struct compat_robust_list_head __user *head = curr->compat_robust_list; in compat_exit_robust_list() local
121 struct compat_robust_list_head __user *, head, in COMPAT_SYSCALL_DEFINE2() argument
139 struct compat_robust_list_head __user *head; in COMPAT_SYSCALL_DEFINE3() local
Dtask_work.c29 struct callback_head *head; in task_work_add() local
90 struct callback_head *work, *head, *next; in task_work_run() local
Duser-return-notifier.c38 struct hlist_head *head; in fire_user_return_notifiers() local
Dkprobes.c306 struct hlist_head *head; in get_kprobe() local
781 struct hlist_head *head; in optimize_all_kprobes() local
804 struct hlist_head *head; in unoptimize_all_kprobes() local
1078 struct hlist_head *head) in recycle_rp_inst()
1096 struct hlist_head **head, unsigned long *flags) in kretprobe_hash_lock()
1147 struct hlist_head *head, empty_rp; in kprobe_flush_task() local
1187 struct hlist_head *head; in cleanup_rp_inst() local
2090 struct hlist_head *head; in kprobes_module_callback() local
2237 struct hlist_head *head; in show_kprobe_addr() local
2320 struct hlist_head *head; in arm_all_kprobes() local
[all …]
/linux-4.4.14/net/bridge/
Dbr_fdb.c82 static void fdb_rcu_free(struct rcu_head *head) in fdb_rcu_free()
200 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in br_fdb_find_delete_local() local
469 static struct net_bridge_fdb_entry *fdb_find(struct hlist_head *head, in fdb_find()
483 static struct net_bridge_fdb_entry *fdb_find_rcu(struct hlist_head *head, in fdb_find_rcu()
497 static struct net_bridge_fdb_entry *fdb_create(struct hlist_head *head, in fdb_create()
524 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in fdb_insert() local
567 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in br_fdb_update() local
765 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in fdb_add_entry() local
928 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in fdb_delete_by_addr() local
955 struct hlist_head *head = &br->hash[br_mac_hash(addr, vlan)]; in fdb_delete_by_addr_and_port() local
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_cache.c142 struct list_head *head = &cache->fci_entries_head; in fld_fix_new_list() local
385 struct list_head *head; in fld_cache_insert_nolock() local
452 struct list_head *head; in fld_cache_delete_nolock() local
484 struct list_head *head; in fld_cache_entry_lookup_nolock() local
521 struct list_head *head; in fld_cache_lookup() local
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c121 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_lcl()
214 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_frmr()
371 rdma_copy_tail(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, in rdma_copy_tail()
419 struct svc_rdma_op_ctxt *head) in rdma_read_chunks()
512 struct svc_rdma_op_ctxt *head) in rdma_read_complete()
/linux-4.4.14/security/apparmor/
Dpolicy.c181 static struct aa_policy *__policy_find(struct list_head *head, const char *name) in __policy_find()
205 static struct aa_policy *__policy_strn_find(struct list_head *head, in __policy_strn_find()
341 static struct aa_namespace *__aa_find_namespace(struct list_head *head, in __aa_find_namespace()
475 static void __profile_list_release(struct list_head *head) in __profile_list_release()
526 static void __ns_list_release(struct list_head *head) in __ns_list_release()
621 static void aa_free_profile_rcu(struct rcu_head *head) in aa_free_profile_rcu()
736 static struct aa_profile *__find_child(struct list_head *head, const char *name) in __find_child()
751 static struct aa_profile *__strn_find_child(struct list_head *head, in __strn_find_child()
/linux-4.4.14/net/batman-adv/
Dhash.h69 struct hlist_head *head; in batadv_hash_delete() local
110 struct hlist_head *head; in batadv_hash_add() local
154 struct hlist_head *head; in batadv_hash_remove() local
Dbridge_loop_avoidance.c156 struct hlist_head *head; in batadv_claim_hash_find() local
196 struct hlist_head *head; in batadv_backbone_hash_find() local
233 struct hlist_head *head; in batadv_bla_del_backbone_claims() local
478 struct hlist_head *head; in batadv_bla_answer_request() local
1006 struct hlist_head *head; in batadv_bla_purge_backbone_gw() local
1060 struct hlist_head *head; in batadv_bla_purge_claims() local
1108 struct hlist_head *head; in batadv_bla_update_orig_address() local
1161 struct hlist_head *head; in batadv_bla_periodic_work() local
1371 struct hlist_head *head; in batadv_bla_is_backbone_gw_orig() local
1645 struct hlist_head *head; in batadv_bla_claim_table_seq_print_text() local
[all …]
Dtranslation-table.c115 struct hlist_head *head; in batadv_tt_hash_find() local
537 struct hlist_head *head; in batadv_tt_local_add() local
944 struct hlist_head *head; in batadv_tt_local_seq_print_text() local
1114 struct hlist_head *head, in batadv_tt_local_purge_list()
1151 struct hlist_head *head; in batadv_tt_local_purge() local
1173 struct hlist_head *head; in batadv_tt_local_table_free() local
1253 const struct hlist_head *head; in batadv_tt_global_orig_entry_find() local
1510 struct hlist_head *head; in batadv_transtable_best_orig() local
1558 struct hlist_head *head; in batadv_tt_global_print_entry() local
1633 struct hlist_head *head; in batadv_tt_global_seq_print_text() local
[all …]
Dmulticast.c610 struct hlist_head *head = &bat_priv->mcast.want_all_unsnoopables_list; in batadv_mcast_want_unsnoop_update() local
655 struct hlist_head *head = &bat_priv->mcast.want_all_ipv4_list; in batadv_mcast_want_ipv4_update() local
700 struct hlist_head *head = &bat_priv->mcast.want_all_ipv6_list; in batadv_mcast_want_ipv6_update() local
Doriginator.c608 struct hlist_head *head; in batadv_originator_free() local
965 struct hlist_head *head; in _batadv_purge_orig() local
1099 struct hlist_head *head; in batadv_orig_hash_add_if() local
1134 struct hlist_head *head; in batadv_orig_hash_del_if() local
Doriginator.h96 struct hlist_head *head; in batadv_orig_hash_find() local
Dfragmentation.c49 static void batadv_frag_clear_chain(struct hlist_head *head) in batadv_frag_clear_chain()
315 struct hlist_head head = HLIST_HEAD_INIT; in batadv_frag_skb_buffer() local
/linux-4.4.14/tools/perf/util/
Dparse-events.y90 struct list_head *head; member
238 struct list_head *head; variable
256 struct list_head *head; variable
488 struct list_head *head = $1; variable
498 struct list_head *head = malloc(sizeof(*head)); variable
Dauxtrace.c526 unsigned char *data, u64 *head, u64 *old) in auxtrace_record__find_snapshot()
569 static int auxtrace_index__alloc(struct list_head *head) in auxtrace_index__alloc()
585 void auxtrace_index__free(struct list_head *head) in auxtrace_index__free()
595 static struct auxtrace_index *auxtrace_index__last(struct list_head *head) in auxtrace_index__last()
619 int auxtrace_index__auxtrace_event(struct list_head *head, in auxtrace_index__auxtrace_event()
652 int auxtrace_index__write(int fd, struct list_head *head) in auxtrace_index__write()
673 static int auxtrace_index__process_entry(int fd, struct list_head *head, in auxtrace_index__process_entry()
705 struct list_head *head = &session->auxtrace_index; in auxtrace_index__process() local
1154 u64 head, old = mm->prev, offset, ref; in __auxtrace_mmap__read() local
Dordered-events.c187 struct list_head *head = &oe->events; in __ordered_events__flush() local
250 struct list_head *head = &oe->events; in ordered_events__flush() local
/linux-4.4.14/drivers/char/agp/
Disoch.c22 static void agp_3_5_dev_list_insert(struct list_head *head, struct list_head *new) in agp_3_5_dev_list_insert()
39 struct list_head *pos, *tmp, *head = &list->list, *start = head->next; in agp_3_5_dev_list_sort() local
80 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable() local
290 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable() local
325 struct list_head *head, *pos; in agp_3_5_enable() local
/linux-4.4.14/arch/avr32/oprofile/
Dbacktrace.c35 static struct frame_head *dump_user_backtrace(struct frame_head *head) in dump_user_backtrace()
58 struct frame_head *head = (struct frame_head *)(regs->r7); in avr32_backtrace() local
/linux-4.4.14/net/ipv4/
Dinet_hashtables.c63 struct inet_bind_hashbucket *head, in inet_bind_bucket_create()
108 struct inet_bind_hashbucket *head = &hashinfo->bhash[bhash]; in __inet_put_port() local
135 struct inet_bind_hashbucket *head = &table->bhash[bhash]; in __inet_inherit_port() local
298 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet_lookup_established() local
347 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash); in __inet_check_established() local
414 struct inet_ehash_bucket *head; in inet_ehash_insert() local
510 struct inet_bind_hashbucket *head; in __inet_hash_connect() local
Dudp_offload.c262 static void udp_offload_free_routine(struct rcu_head *head) in udp_offload_free_routine()
270 struct udp_offload_priv __rcu **head = &udp_offload_base; in udp_del_offload() local
293 struct sk_buff **udp_gro_receive(struct sk_buff **head, struct sk_buff *skb, in udp_gro_receive()
352 static struct sk_buff **udp4_gro_receive(struct sk_buff **head, in udp4_gro_receive()
Dfib_semantics.c204 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu()
304 struct hlist_head *head; in fib_find_info() local
336 struct hlist_head *head; in ip_fib_check_default() local
873 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move() local
1185 struct hlist_head *head; in fib_create_info() local
1191 struct hlist_head *head; in fib_create_info() local
1338 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr() local
1367 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev() local
1508 struct hlist_head *head; in fib_sync_up() local
Dxfrm4_protocol.c44 #define for_each_protocol_rcu(head, handler) \ argument
53 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb() local
71 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap() local
Dtcp_offload.c178 struct sk_buff **tcp_gro_receive(struct sk_buff **head, struct sk_buff *skb) in tcp_gro_receive()
291 static struct sk_buff **tcp4_gro_receive(struct sk_buff **head, struct sk_buff *skb) in tcp4_gro_receive()
Dip_tunnel.c158 struct hlist_head *head; in ip_tunnel_lookup() local
265 struct hlist_head *head = ip_bucket(itn, &t->parms); in ip_tunnel_add() local
289 struct hlist_head *head = ip_bucket(itn, parms); in ip_tunnel_find() local
988 void ip_tunnel_dellink(struct net_device *dev, struct list_head *head) in ip_tunnel_dellink()
1053 static void ip_tunnel_destroy(struct ip_tunnel_net *itn, struct list_head *head, in ip_tunnel_destroy()
Dfib_frontend.c118 struct hlist_head *head; in fib_get_table() local
185 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_flush() local
200 struct hlist_head *head; in fib_flush_external() local
759 struct hlist_head *head; in inet_dump_fib() local
1256 struct hlist_head *head = &net->ipv4.fib_table_hash[i]; in ip_fib_net_exit() local
/linux-4.4.14/tools/usb/usbip/libsrc/
Dlist.h57 static inline void list_add(struct list_head *new, struct list_head *head) in list_add()
110 #define list_for_each(pos, head) \ argument
119 #define list_for_each_safe(pos, n, head) \ argument
/linux-4.4.14/fs/notify/
Dmark.c114 u32 fsnotify_recalc_mask(struct hlist_head *head) in fsnotify_recalc_mask()
212 void fsnotify_destroy_marks(struct hlist_head *head, spinlock_t *lock) in fsnotify_destroy_marks()
297 int fsnotify_add_mark_list(struct hlist_head *head, struct fsnotify_mark *mark, in fsnotify_add_mark_list()
410 struct fsnotify_mark *fsnotify_find_mark(struct hlist_head *head, in fsnotify_find_mark()
/linux-4.4.14/drivers/mfd/
Dpcf50633-adc.c74 int head; in trigger_next_adc_job_if_any() local
88 int head, tail; in adc_enqueue_request() local
177 int head, res; in pcf50633_adc_irq() local
223 int i, head; in pcf50633_adc_remove() local
/linux-4.4.14/arch/x86/platform/uv/
Duv_time.c169 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_allocate_timers() local
194 static void uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) in uv_rtc_find_next_timer()
228 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_set_timer() local
264 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_unset_timer() local
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_sess.c166 struct hlist_head *head; in ft_sess_get() local
197 struct hlist_head *head; in ft_sess_create() local
250 struct hlist_head *head; in ft_sess_delete() local
269 struct hlist_head *head; in ft_sess_delete_all() local
/linux-4.4.14/fs/f2fs/
Drecovery.c58 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode()
171 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head) in find_fsync_dnodes()
247 static void destroy_fsync_dnodes(struct list_head *head) in destroy_fsync_dnodes()
463 struct list_head *head, int type) in recover_data()
/linux-4.4.14/arch/x86/include/asm/
Dspinlock.h73 __ticket_t head) in __ticket_check_and_clear_slowpath()
150 __ticket_t head; in arch_spin_unlock() local
188 __ticket_t head = READ_ONCE(lock->tickets.head); in arch_spin_unlock_wait() local
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h48 struct list_head head; member
57 struct list_head head; member
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dhvcserver.c75 int hvcs_free_partner_info(struct list_head *head) in hvcs_free_partner_info()
132 int hvcs_get_partner_info(uint32_t unit_address, struct list_head *head, in hvcs_get_partner_info()
/linux-4.4.14/drivers/pci/
Dsetup-bus.c44 static void free_list(struct list_head *head) in free_list()
63 static int add_to_list(struct list_head *head, in add_to_list()
88 static void remove_from_list(struct list_head *head, in remove_from_list()
102 static struct pci_dev_resource *res_to_dev_res(struct list_head *head, in res_to_dev_res()
124 static resource_size_t get_res_add_size(struct list_head *head, in get_res_add_size()
133 static resource_size_t get_res_add_align(struct list_head *head, in get_res_add_align()
144 static void pdev_sort_resources(struct pci_dev *dev, struct list_head *head) in pdev_sort_resources()
194 struct list_head *head) in __dev_sort_resources()
233 struct list_head *head) in reassign_resources_sorted()
293 static void assign_requested_resources_sorted(struct list_head *head, in assign_requested_resources_sorted()
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dps3gpu.h46 static inline int lv1_gpu_display_sync(u64 context_handle, u64 head, in lv1_gpu_display_sync()
54 static inline int lv1_gpu_display_flip(u64 context_handle, u64 head, in lv1_gpu_display_flip()
/linux-4.4.14/fs/ext4/
Dpage-io.c72 struct buffer_head *bh, *head; in ext4_finish_bio() local
187 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO()
230 struct list_head *head) in ext4_do_flush_completed_IO()
425 struct buffer_head *bh, *head; in ext4_bio_write_page() local
/linux-4.4.14/net/openvswitch/
Dflow_table.c257 struct hlist_head *head = flex_array_get(ti->buckets, i); in table_instance_destroy() local
295 struct hlist_head *head; in ovs_flow_tbl_dump_next() local
328 struct hlist_head *head; in table_instance_insert() local
337 struct hlist_head *head; in ufid_table_instance_insert() local
355 struct hlist_head *head; in flow_table_copy_flows() local
476 struct hlist_head *head; in masked_flow_lookup() local
561 struct hlist_head *head; in ovs_flow_tbl_lookup_ufid() local
/linux-4.4.14/drivers/firmware/efi/
Dvars.c355 struct list_head *head) in variable_is_present()
445 struct list_head *head) in efivar_init()
532 void efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add()
653 unsigned long size, void *data, struct list_head *head) in efivar_entry_set()
792 struct list_head *head, bool remove) in efivar_entry_find()
1045 struct list_head *head, void *data, in __efivar_entry_iter()
1090 struct list_head *head, void *data) in efivar_entry_iter()
Defi-pstore.c112 struct list_head *head) in efi_pstore_scan_sysfs_enter()
145 struct list_head *head, bool stop) in efi_pstore_scan_sysfs_exit()
169 struct list_head *head = &efivar_sysfs_list; in efi_pstore_sysfs_entry_iter() local
/linux-4.4.14/arch/arm64/include/uapi/asm/
Dsigcontext.h50 struct _aarch64_ctx head; member
60 struct _aarch64_ctx head; member
/linux-4.4.14/drivers/net/
Deql.c145 struct list_head *this, *tmp, *head; in eql_timer() local
234 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local
301 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local
366 struct list_head *this, *head; in __eql_find_slave_dev() local
/linux-4.4.14/net/rds/
Dconnection.c74 struct hlist_head *head, in rds_conn_lookup()
127 struct hlist_head *head = rds_conn_bucket(laddr, faddr); in __rds_conn_create() local
394 struct hlist_head *head; in rds_conn_message_info() local
456 struct hlist_head *head; in rds_for_each_conn_info() local
/linux-4.4.14/drivers/pci/hotplug/
Dcpqphp_ctrl.c312 static int sort_by_size(struct pci_resource **head) in sort_by_size()
360 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size()
410 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split()
487 static struct pci_resource *do_bridge_resource_split(struct pci_resource **head, u32 alignment) in do_bridge_resource_split()
540 static struct pci_resource *get_io_resource(struct pci_resource **head, u32 size) in get_io_resource()
637 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource()
734 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource()
827 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine()
/linux-4.4.14/drivers/gpu/drm/mga/
Dmga_dma.c106 u32 head, tail; in mga_do_dma_flush() local
161 u32 head, tail; in mga_do_dma_wrap_start() local
202 u32 head = dev_priv->primary->offset; in mga_do_dma_wrap_end() local
328 u32 head, wrap; in mga_freelist_get() local
359 drm_mga_freelist_t *head, *entry, *prev; in mga_freelist_put() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_rmtacl.c104 struct list_head *head = &rct->rct_entries[rce_hashfunc(key)]; in __rct_search() local
214 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; in __et_search_del() local
243 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; in et_search_free() local
Dremote_perm.c120 struct hlist_head *head; in do_check_remote_perm() local
163 struct hlist_head *head, *perm_hash = NULL; in ll_update_remote_perm() local
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4_compat.c50 struct hlist_nulls_node *head) in ct_get_next()
69 struct hlist_nulls_node *head = ct_get_first(seq); in ct_get_idx() local
237 struct hlist_node *head) in ct_expect_get_next()
254 struct hlist_node *head = ct_expect_get_first(seq); in ct_expect_get_idx() local
/linux-4.4.14/net/sctp/
Dinput.c713 struct sctp_hashbucket *head; in __sctp_hash_endpoint() local
737 struct sctp_hashbucket *head; in __sctp_unhash_endpoint() local
763 struct sctp_hashbucket *head; in __sctp_rcv_lookup_endpoint() local
790 struct sctp_hashbucket *head; in __sctp_hash_established() local
820 struct sctp_hashbucket *head; in __sctp_unhash_established() local
853 struct sctp_hashbucket *head; in __sctp_lookup_association() local
Dproc.c211 struct sctp_hashbucket *head; in sctp_eps_seq_show() local
319 struct sctp_hashbucket *head; in sctp_assocs_seq_show() local
439 struct sctp_hashbucket *head; in sctp_remaddr_seq_show() local
/linux-4.4.14/drivers/target/
Dtarget_core_ua.c215 int head = 1; in core_scsi3_ua_for_check_condition() local
287 int head = 1; in core_scsi3_ua_clear_for_request_sense() local
/linux-4.4.14/fs/btrfs/
Ddelayed-ref.c158 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
183 struct btrfs_delayed_ref_head *head, in drop_delayed_ref()
202 struct btrfs_delayed_ref_head *head, in merge_ref()
270 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs()
341 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local
/linux-4.4.14/drivers/gpu/host1x/
Dintr.c67 static void remove_completed_waiters(struct list_head *head, u32 sync, in remove_completed_waiters()
100 struct list_head *head, in reset_threshold_interrupt()
144 struct list_head *head = completed; in run_handlers() local
/linux-4.4.14/drivers/staging/gdm72xx/
Dgdm_qos.c29 struct list_head head; member
213 static void extract_qos_list(struct nic *nic, struct list_head *head) in extract_qos_list()
240 static void send_qos_list(struct nic *nic, struct list_head *head) in send_qos_list()
/linux-4.4.14/drivers/staging/vt6656/
Drxtx.c256 u8 *head = tx_context->data + offsetof(struct vnt_tx_buffer, fifo_head); in vnt_mac_hdr_pos() local
528 union vnt_tx_data_head *head) in vnt_fill_cts_fb_head()
564 union vnt_tx_data_head *head) in vnt_fill_cts_head()
594 union vnt_tx_data_head *head = &tx_head->tx_rts.tx.head; in vnt_rxtx_rts() local
626 union vnt_tx_data_head *head = &tx_head->tx_cts.tx.head; in vnt_rxtx_cts() local
654 union vnt_tx_data_head *head = &tx_head->tx_ab.tx.head; in vnt_rxtx_ab() local
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c225 static int ccp_register_aes_xts_alg(struct list_head *head, in ccp_register_aes_xts_alg()
273 int ccp_register_aes_xts_algs(struct list_head *head) in ccp_register_aes_xts_algs()
Dccp-crypto-sha.c378 static int ccp_register_hmac_alg(struct list_head *head, in ccp_register_hmac_alg()
423 static int ccp_register_sha_alg(struct list_head *head, in ccp_register_sha_alg()
483 int ccp_register_sha_algs(struct list_head *head) in ccp_register_sha_algs()
Dccp-crypto-aes.c320 static int ccp_register_aes_alg(struct list_head *head, in ccp_register_aes_alg()
357 int ccp_register_aes_algs(struct list_head *head) in ccp_register_aes_algs()
/linux-4.4.14/tools/include/linux/
Dlist.h28 #define list_for_each_from(pos, head) \ argument
/linux-4.4.14/fs/xfs/
Dxfs_log.c141 atomic64_t *head, in xlog_grant_sub_space()
167 atomic64_t *head, in xlog_grant_add_space()
195 struct xlog_grant_head *head) in xlog_grant_head_init()
204 struct xlog_grant_head *head) in xlog_grant_head_wake_all()
217 struct xlog_grant_head *head, in xlog_ticket_reservation()
234 struct xlog_grant_head *head, in xlog_grant_head_wake()
256 struct xlog_grant_head *head, in xlog_grant_head_wait()
309 struct xlog_grant_head *head, in xlog_grant_head_check()
1139 atomic64_t *head) in xlog_space_left()
1347 xlog_rec_header_t *head; in xlog_alloc_log() local
[all …]
Dxfs_aops.c45 struct buffer_head *bh, *head; in xfs_count_page_state() local
476 xfs_ioend_t *head = ioend; in xfs_submit_ioend() local
651 struct buffer_head *head; in xfs_check_page_type() local
696 struct buffer_head *bh, *head; in xfs_convert_page() local
891 struct buffer_head *bh, *head; in xfs_aops_discard_page() local
948 struct buffer_head *bh, *head; in xfs_vm_writepage() local
1754 struct buffer_head *bh, *head; in xfs_vm_write_failed() local
1964 struct buffer_head *head = page_buffers(page); in xfs_vm_set_page_dirty() local
/linux-4.4.14/fs/hfs/
Dbtree.c21 struct hfs_btree_header_rec *head; in hfs_btree_open() local
161 struct hfs_btree_header_rec *head; in hfs_btree_write() local
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h14 struct list_head head; member
19 struct list_head head; member
/linux-4.4.14/include/drm/ttm/
Dttm_execbuf_util.h46 struct list_head head; member
/linux-4.4.14/arch/m68k/include/asm/
Datafd.h8 int head; /* "" "" */ member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_cq.c52 u32 head; in ipath_cq_enter() local
381 u32 head, tail, n; in ipath_resize_cq() local
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dpriv.h14 struct list_head head; member
37 struct list_head head; member
74 struct list_head head; member
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c57 local_t head; member
167 static void bts_buffer_pad_out(struct bts_phys *phys, unsigned long head) in bts_buffer_pad_out()
191 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head; in bts_update() local
302 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
/linux-4.4.14/net/netfilter/
Dnfnetlink_log.c104 struct hlist_head *head; in __instance_lookup() local
135 static void nfulnl_instance_free_rcu(struct rcu_head *head) in nfulnl_instance_free_rcu()
776 struct hlist_head *head = &log->instance_table[i]; in nfulnl_rcv_nl_event() local
970 struct hlist_head *head = &log->instance_table[st->bucket]; in get_first() local
984 struct hlist_head *head; in get_next() local
999 struct hlist_node *head; in get_idx() local
Dnfnetlink_queue.c101 struct hlist_head *head; in instance_lookup() local
162 instance_destroy_rcu(struct rcu_head *head) in instance_destroy_rcu()
834 struct hlist_head *head = &q->instance_table[i]; in nfqnl_dev_drop() local
872 struct hlist_head *head = &q->instance_table[i]; in nfqnl_nf_hook_drop() local
895 struct hlist_head *head = &q->instance_table[i]; in nfqnl_rcv_nl_event() local
1303 struct hlist_node *head; in get_idx() local
/linux-4.4.14/drivers/video/fbdev/
Dsm501fb.c107 enum sm501_controller head; member
1184 enum sm501_controller head; in sm501fb_crtsrc_store() local
1667 static int sm501fb_init_fb(struct fb_info *fb, enum sm501_controller head, in sm501fb_init_fb()
1853 enum sm501_controller head) in sm501fb_probe_one()
1887 enum sm501_controller head) in sm501_free_init_fb()
1895 enum sm501_controller head, const char *drvname) in sm501fb_start_one()
2093 enum sm501_controller head) in sm501fb_suspend_fb()
2140 enum sm501_controller head) in sm501fb_resume_fb()
/linux-4.4.14/scripts/gdb/linux/
Dlists.py21 def list_check(head): argument
/linux-4.4.14/sound/core/seq/
Dseq_prioq.h30 struct snd_seq_event_cell *head; /* pointer to head of prioq */ member
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_event.h101 int head; member
110 int head; member
/linux-4.4.14/fs/nfs/
Dwrite.c183 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked()
324 nfs_unroll_locks_and_wait(struct inode *inode, struct nfs_page *head, in nfs_unroll_locks_and_wait()
431 struct nfs_page *head, *subreq; in nfs_lock_and_join_requests() local
707 struct nfs_page *head; in nfs_inode_remove_request() local
1318 static void nfs_async_write_error(struct list_head *head) in nfs_async_write_error()
1602 static loff_t nfs_get_lwb(struct list_head *head) in nfs_get_lwb()
1618 struct list_head *head, in nfs_init_commit()
1673 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list()
1775 int nfs_generic_commit_list(struct inode *inode, struct list_head *head, in nfs_generic_commit_list()
Dpagelist.c170 struct nfs_page *head = req->wb_head; in nfs_page_group_lock() local
193 struct nfs_page *head = req->wb_head; in nfs_page_group_lock_wait() local
208 struct nfs_page *head = req->wb_head; in nfs_page_group_unlock() local
226 struct nfs_page *head = req->wb_head; in nfs_page_group_sync_on_bit_locked() local
798 struct list_head *head = &mirror->pg_list; in nfs_generic_pgio() local
/linux-4.4.14/tools/virtio/
Dvringh_test.c110 static inline int vringh_get_head(struct vringh *vrh, u16 *head) in vringh_get_head()
197 u16 head, written; in parallel_test() local
445 u16 head; in main() local
/linux-4.4.14/arch/s390/oprofile/
Dbacktrace.c58 unsigned long head; in s390_backtrace() local
/linux-4.4.14/fs/hfsplus/
Dbtree.c135 struct hfs_btree_header_rec *head; in hfs_btree_open() local
283 struct hfs_btree_header_rec *head; in hfs_btree_write() local
/linux-4.4.14/drivers/base/power/opp/
Dcore.c455 static void _kfree_list_dev_rcu(struct rcu_head *head) in _kfree_list_dev_rcu()
534 static void _kfree_device_rcu(struct rcu_head *head) in _kfree_device_rcu()
571 static void _kfree_opp_rcu(struct rcu_head *head) in _kfree_opp_rcu()
675 struct list_head *head = &dev_opp->opp_list; in _opp_add() local
/linux-4.4.14/fs/ntfs/
Daops.c194 struct buffer_head *bh, *head, *arr[MAX_BUF_PER_PAGE]; in ntfs_read_block() local
561 struct buffer_head *bh, *head; in ntfs_write_block() local
929 struct buffer_head *bh, *head, *tbh, *rec_start_bh; in ntfs_write_mst_block() local
1732 struct buffer_head *bh, *head, *buffers_to_free = NULL; in mark_ntfs_record_dirty() local
/linux-4.4.14/fs/ecryptfs/
Ddentry.c68 static void ecryptfs_dentry_free_rcu(struct rcu_head *head) in ecryptfs_dentry_free_rcu()
/linux-4.4.14/fs/nfsd/
Dnfs3acl.c143 struct kvec *head = rqstp->rq_arg.head; in nfs3svc_decode_setaclargs() local
179 struct kvec *head = rqstp->rq_res.head; in nfs3svc_encode_getaclres() local
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_cq.c55 u32 head; in qib_cq_enter() local
397 u32 head, tail, n; in qib_resize_cq() local
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dcq.c71 u32 head; in hfi1_cq_enter() local
410 u32 head, tail, n; in hfi1_resize_cq() local
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_event.h98 /*volatile*/ int head; member
107 /*volatile*/ int head; member
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c92 int head, tail, empty; in adf_ring_show() local
215 int head, tail, empty; in adf_bank_show() local
/linux-4.4.14/drivers/gpu/drm/
Ddrm_legacy.h86 struct list_head head; member
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnv50_display.c68 const s32 *oclass, u8 head, void *data, u32 size, in nv50_chan_create()
120 const s32 *oclass, u8 head, void *data, u32 size, in nv50_pioc_create()
137 int head, struct nv50_curs *curs) in nv50_curs_create()
165 int head, struct nv50_oimm *oimm) in nv50_oimm_create()
219 const s32 *oclass, u8 head, void *data, u32 size, u64 syncbuf, in nv50_dmac_create()
321 int head, u64 syncbuf, struct nv50_sync *base) in nv50_base_create()
352 int head, u64 syncbuf, struct nv50_ovly *ovly) in nv50_ovly_create()
390 struct list_head head; member
566 struct nv50_head *head = nv50_head(crtc); in nv50_display_flip_next() local
1117 struct nv50_head *head = nv50_head(crtc); in nv50_crtc_swap_fbs() local
[all …]
Dnv10_fence.h10 struct nvif_object head[4]; member
/linux-4.4.14/arch/sparc/mm/
Dgup.c39 struct page *page, *head; in gup_pte_range() local
73 struct page *head, *page, *tail; in gup_huge_pmd() local
/linux-4.4.14/net/ipv6/
Dxfrm6_protocol.c44 #define for_each_protocol_rcu(head, handler) \ argument
53 struct xfrm6_protocol __rcu **head = proto_handlers(protocol); in xfrm6_rcv_cb() local
Dtcpv6_offload.c18 static struct sk_buff **tcp6_gro_receive(struct sk_buff **head, in tcp6_gro_receive()
Dinet6_hashtables.c67 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet6_lookup_established() local
207 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash); in __inet6_check_established() local
/linux-4.4.14/arch/x86/mm/
Dkmmio.c110 struct list_head *head; in get_kmmio_fault_page() local
471 static void rcu_free_kmmio_fault_pages(struct rcu_head *head) in rcu_free_kmmio_fault_pages()
487 static void remove_kmmio_fault_pages(struct rcu_head *head) in remove_kmmio_fault_pages()
/linux-4.4.14/fs/dlm/
Dmember.c298 struct list_head *head = &ls->ls_nodes; in add_ordered_member() local
340 static struct dlm_member *find_memb(struct list_head *head, int nodeid) in find_memb()
365 static void clear_memb_list(struct list_head *head) in clear_memb_list()
/linux-4.4.14/drivers/block/
Dhd.c122 unsigned int head, sect, cyl, wpcom, lzone, ctl; member
290 static int controller_ready(unsigned int drive, unsigned int head) in controller_ready()
307 unsigned int head, in hd_out()
581 unsigned int block, nsect, sec, track, head, cyl; in hd_request() local
/linux-4.4.14/net/ceph/
Dauth_x.c51 struct ceph_x_encrypt_header head = { in ceph_x_encrypt() local
69 struct ceph_x_encrypt_header head; in ceph_x_decrypt() local
424 struct ceph_x_request_header *head = buf; in ceph_x_build_request() local
502 struct ceph_x_reply_header *head = buf; in ceph_x_handle_reply() local
/linux-4.4.14/drivers/scsi/arm/
Dqueue.h14 struct list_head head; member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_nla.c8 struct nlattr *head = nla_data(nla); in drbd_nla_check_mandatory() local
/linux-4.4.14/fs/ocfs2/
Dquota_local.c237 static void ocfs2_release_local_quota_bitmaps(struct list_head *head) in ocfs2_release_local_quota_bitmaps()
251 struct list_head *head) in ocfs2_load_local_quota_bitmaps()
297 struct list_head *head) in ocfs2_add_recovery_chunk()
316 static void free_recovery_list(struct list_head *head) in free_recovery_list()
341 struct list_head *head) in ocfs2_recovery_load_quota()
/linux-4.4.14/arch/powerpc/mm/
Ddma-noncoherent.c97 ppc_vm_region_alloc(struct ppc_vm_region *head, size_t size, gfp_t gfp) in ppc_vm_region_alloc()
137 static struct ppc_vm_region *ppc_vm_region_find(struct ppc_vm_region *head, unsigned long addr) in ppc_vm_region_find()
/linux-4.4.14/security/selinux/
Davc.c208 struct hlist_head *head; in avc_get_hash_stats() local
520 struct hlist_head *head; in avc_reclaim_node() local
579 struct hlist_head *head; in avc_search_node() local
674 struct hlist_head *head; in avc_insert() local
828 struct hlist_head *head; in avc_update_node() local
913 struct hlist_head *head; in avc_flush() local
/linux-4.4.14/include/drm/
Ddrm_hashtab.h43 struct hlist_node head; member
Ddrm_modeset_lock.h82 struct list_head head; member
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-genpool.c31 struct llist_node *head; in mce_gen_pool_process() local
/linux-4.4.14/drivers/input/serio/
Dsa1111ps2.c52 unsigned int head; member
118 unsigned int head; in ps2_write() local
/linux-4.4.14/include/net/sctp/
Dsctp.h345 #define sctp_skb_for_each(pos, head, tmp) \ argument
350 struct sk_buff_head *head) in sctp_skb_list_tail()
403 static inline int sctp_list_single_entry(struct list_head *head) in sctp_list_single_entry()
541 #define sctp_for_each_hentry(epb, head) \ argument
/linux-4.4.14/drivers/net/ethernet/amd/
Dsun3lance.c105 #define PKTBUF_ADDR(head) (void *)((unsigned long)(MEM) | (head)->base) argument
518 struct lance_tx_head *head; in lance_start_xmit() local
700 struct lance_tx_head *head = &(MEM->tx_head[old_tx]); in lance_interrupt() local
787 struct lance_rx_head *head = &(MEM->rx_head[entry]); in lance_rx() local
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dwmm.h71 mwifiex_wmm_list_len(struct list_head *head) in mwifiex_wmm_list_len()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/
Dchan.h12 struct list_head head; member

123456