Home
last modified time | relevance | path

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

123456

/linux-4.1.27/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.1.27/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()
305 #define list_for_each_entry_rcu(pos, head, member) \ argument
319 #define list_for_each_entry_continue_rcu(pos, head, member) \ argument
372 #define hlist_first_rcu(head) (*((struct hlist_node __rcu **)(&(head)->first))) argument
462 #define __hlist_for_each_rcu(pos, head) \ argument
477 #define hlist_for_each_entry_rcu(pos, head, member) \ argument
497 #define hlist_for_each_entry_rcu_notrace(pos, head, member) \ argument
514 #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.h222 struct rcu_head head; member
421 static inline void init_rcu_head(struct rcu_head *head) in init_rcu_head()
425 static inline void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
429 static inline void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
433 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
1121 #define __kfree_rcu(head, offset) \ argument
Dlist_bl.h141 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ argument
155 #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
Dfd.h12 compat_uint_t head; member
Drhashtable.h380 #define rht_for_each_continue(pos, head, tbl, hash) \ argument
403 #define rht_for_each_entry_continue(tpos, pos, head, tbl, hash, member) \ argument
452 #define rht_for_each_rcu_continue(pos, head, tbl, hash) \ argument
484 #define rht_for_each_entry_rcu_continue(tpos, pos, head, tbl, hash, member) \ argument
573 struct rhash_head *head; in __rhashtable_insert_fast() local
/linux-4.1.27/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.1.27/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.c85 int head = nouveau_crtc(encoder->crtc)->index; in nv04_tv_dpms() local
102 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind()
124 int head = nouveau_crtc(encoder->crtc)->index; in nv04_tv_prepare() local
Ddac.c240 int head; in nv17_dac_sample_load() local
363 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dac_prepare() local
376 int head = nouveau_crtc(encoder->crtc)->index; in nv04_dac_mode_set() local
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dvga.c29 nv_rdport(void *obj, int head, u16 port) in nv_rdport()
54 nv_wrport(void *obj, int head, u16 port, u8 data) in nv_wrport()
77 nv_rdvgas(void *obj, int head, u8 index) in nv_rdvgas()
84 nv_wrvgas(void *obj, int head, u8 index, u8 value) in nv_wrvgas()
91 nv_rdvgag(void *obj, int head, u8 index) in nv_rdvgag()
98 nv_wrvgag(void *obj, int head, u8 index, u8 value) in nv_wrvgag()
105 nv_rdvgac(void *obj, int head, u8 index) in nv_rdvgac()
112 nv_wrvgac(void *obj, int head, u8 index, u8 value) in nv_wrvgac()
119 nv_rdvgai(void *obj, int head, u16 port, u8 index) in nv_rdvgai()
129 nv_wrvgai(void *obj, int head, u16 port, u8 index, u8 value) in nv_wrvgai()
Dgf110.c769 gf110_disp_vblank_init(struct nvkm_event *event, int type, int head) in gf110_disp_vblank_init()
776 gf110_disp_vblank_fini(struct nvkm_event *event, int type, int head) in gf110_disp_vblank_fini()
790 exec_lookup(struct nv50_disp_priv *priv, int head, int or, u32 ctrl, in exec_lookup()
836 exec_script(struct nv50_disp_priv *priv, int head, int id) in exec_script()
872 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp()
934 gf110_disp_intr_unk1_0(struct nv50_disp_priv *priv, int head) in gf110_disp_intr_unk1_0()
940 gf110_disp_intr_unk2_0(struct nv50_disp_priv *priv, int head) in gf110_disp_intr_unk2_0()
962 gf110_disp_intr_unk2_1(struct nv50_disp_priv *priv, int head) in gf110_disp_intr_unk2_1()
972 gf110_disp_intr_unk2_2_tu(struct nv50_disp_priv *priv, int head, in gf110_disp_intr_unk2_2_tu()
1033 gf110_disp_intr_unk2_2(struct nv50_disp_priv *priv, int head) in gf110_disp_intr_unk2_2()
[all …]
Dnv04.c38 void *data, u32 size, int head) in nv04_disp_scanoutpos()
84 int head, ret; in nv04_disp_mthd() local
129 nv04_disp_vblank_init(struct nvkm_event *event, int type, int head) in nv04_disp_vblank_init()
136 nv04_disp_vblank_fini(struct nvkm_event *event, int type, int head) in nv04_disp_vblank_fini()
Dnv50.c55 struct nvkm_oclass *oclass, int head, in nv50_disp_chan_create_()
208 struct nvkm_oclass *oclass, u32 pushbuf, int head, in nv50_disp_dmac_create_()
344 nv50_disp_mthd_chan(struct nv50_disp_priv *priv, int debug, int head, in nv50_disp_mthd_chan()
788 struct nvkm_oclass *oclass, int head, in nv50_disp_pioc_create_()
993 int head, ret; in nv50_disp_main_mthd() local
1290 nv50_disp_vblank_fini(struct nvkm_event *event, int type, int head) in nv50_disp_vblank_fini()
1297 nv50_disp_vblank_init(struct nvkm_event *event, int type, int head) in nv50_disp_vblank_init()
1385 exec_lookup(struct nv50_disp_priv *priv, int head, int or, u32 ctrl, in exec_lookup()
1442 exec_script(struct nv50_disp_priv *priv, int head, int id) in exec_script()
1499 exec_clkcmp(struct nv50_disp_priv *priv, int head, int id, u32 pclk, u32 *conf) in exec_clkcmp()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.c265 void wakeme_after_rcu(struct rcu_head *head) in wakeme_after_rcu()
288 void init_rcu_head(struct rcu_head *head) in init_rcu_head()
293 void destroy_rcu_head(struct rcu_head *head) in destroy_rcu_head()
306 struct rcu_head *head = addr; in rcuhead_fixup_activate() local
333 void init_rcu_head_on_stack(struct rcu_head *head) in init_rcu_head_on_stack()
350 void destroy_rcu_head_on_stack(struct rcu_head *head) in destroy_rcu_head_on_stack()
772 static struct rcu_head head; in early_boot_test_call_rcu() local
779 static struct rcu_head head; in early_boot_test_call_rcu_bh() local
786 static struct rcu_head head; in early_boot_test_call_rcu_sched() local
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
388 void call_srcu(struct srcu_struct *sp, struct rcu_head *head, in call_srcu()
389 void (*func)(struct rcu_head *head)) in call_srcu()
414 struct rcu_head *head = &rcu.head; in __synchronize_srcu() local
622 struct rcu_head *head; in srcu_invoke_callbacks() local
Dtiny.c238 static void __call_rcu(struct rcu_head *head, in __call_rcu()
265 void call_rcu_sched(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_sched()
275 void call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) in call_rcu_bh()
/linux-4.1.27/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.1.27/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 void timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) in timerqueue_add()
72 void 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
386 struct rhash_head *head; in rhashtable_check_elasticity() local
439 struct rhash_head *head; in rhashtable_insert_slow() local
/linux-4.1.27/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
81 struct cls_cgroup_head *head = container_of(root, in cls_cgroup_destroy_rcu() local
96 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_change() local
148 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_destroy() local
167 struct cls_cgroup_head *head = rtnl_dereference(tp->root); in cls_cgroup_walk() local
183 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_bpf.c65 struct cls_bpf_head *head = rcu_dereference_bh(tp->root); in cls_bpf_classify() local
102 struct cls_bpf_head *head; in cls_bpf_init() local
148 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_destroy() local
167 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_get() local
302 struct cls_bpf_head *head) in cls_bpf_grab_new_handle()
327 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_change() local
456 struct cls_bpf_head *head = rtnl_dereference(tp->root); in cls_bpf_walk() local
Dcls_flow.c282 struct flow_head *head = rcu_dereference_bh(tp->root); in flow_classify() local
352 static void flow_destroy_filter(struct rcu_head *head) in flow_destroy_filter()
367 struct flow_head *head = rtnl_dereference(tp->root); in flow_change() local
551 struct flow_head *head; in flow_init() local
563 struct flow_head *head = rtnl_dereference(tp->root); in flow_destroy() local
580 struct flow_head *head = rtnl_dereference(tp->root); in flow_get() local
652 struct flow_head *head = rtnl_dereference(tp->root); in flow_walk() local
Dsch_hhf.c121 struct sk_buff *head; member
197 struct list_head *head, in seek_list()
228 static struct hh_flow_state *alloc_new_hh(struct list_head *head, in alloc_new_hh()
437 struct list_head *head; in hhf_dequeue() local
512 struct list_head *head = &q->hh_flows[i]; in hhf_destroy() 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
334 struct rsvp_head *head = rtnl_dereference(tp->root); in rsvp_delete() local
628 struct rsvp_head *head = rtnl_dereference(tp->root); in rsvp_walk() local
/linux-4.1.27/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.1.27/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()
943 u16 type, rsvd0, head, tail, size; in fm10k_mbx_validate_msg_hdr() local
1008 struct fm10k_mbx_info *mbx, u16 head) in fm10k_mbx_create_reply()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dnrs_fifo.c81 struct nrs_fifo_head *head; in nrs_fifo_start() local
103 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_stop() local
163 struct nrs_fifo_head *head = policy->pol_private; in nrs_fifo_req_get() local
197 struct nrs_fifo_head *head; in nrs_fifo_req_add() local
/linux-4.1.27/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.c506 struct list_head *head; in buf_lo_after_commit() local
521 struct gfs2_log_header_host *head, int pass) in buf_lo_before_scan()
623 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_before_commit() local
661 struct list_head *head = &sdp->sd_log_le_revoke; in revoke_lo_after_commit() local
676 struct gfs2_log_header_host *head, int pass) in revoke_lo_before_scan()
839 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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/drivers/infiniband/hw/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.1.27/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.1.27/kernel/bpf/
Dhashtab.c108 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, in lookup_elem_raw()
124 struct hlist_head *head; in htab_map_lookup_elem() local
149 struct hlist_head *head; in htab_map_get_next_key() local
209 struct hlist_head *head; in htab_map_update_elem() local
282 struct hlist_head *head; in htab_map_delete_elem() local
316 struct hlist_head *head = select_bucket(htab, i); in delete_all_elements() local
/linux-4.1.27/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.1.27/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.1.27/fs/
Dseq_file.c758 struct list_head *seq_list_start(struct list_head *head, loff_t pos) in seq_list_start()
770 struct list_head *seq_list_start_head(struct list_head *head, loff_t pos) in seq_list_start_head()
779 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next()
796 struct hlist_node *seq_hlist_start(struct hlist_head *head, loff_t pos) in seq_hlist_start()
815 struct hlist_node *seq_hlist_start_head(struct hlist_head *head, loff_t pos) in seq_hlist_start_head()
832 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next()
856 struct hlist_node *seq_hlist_start_rcu(struct hlist_head *head, in seq_hlist_start_rcu()
880 struct hlist_node *seq_hlist_start_head_rcu(struct hlist_head *head, in seq_hlist_start_head_rcu()
903 struct hlist_head *head, in seq_hlist_next_rcu()
925 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()
759 struct hlist_head *head, in find_inode()
788 struct hlist_head *head, unsigned long ino) in find_inode_fast()
995 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in iget5_locked() local
1065 struct hlist_head *head = inode_hashtable + hash(sb, ino); in iget_locked() local
1211 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in ilookup5_nowait() local
1260 struct hlist_head *head = inode_hashtable + hash(sb, ino); in ilookup() local
1302 struct hlist_head *head = inode_hashtable + hash(sb, hashval); in find_inode_nowait() local
1327 struct hlist_head *head = inode_hashtable + hash(sb, ino); in insert_inode_locked() local
[all …]
Dbuffer.c86 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local
205 struct buffer_head *head; in __find_get_block_slow() local
678 struct buffer_head *head = page_buffers(page); in __set_page_dirty_buffers() local
858 struct buffer_head *bh, *head; in alloc_page_buffers() local
912 link_dev_buffers(struct page *page, struct buffer_head *head) in link_dev_buffers()
944 struct buffer_head *head = page_buffers(page); in init_page_buffers() local
1512 struct buffer_head *head, *bh, *next; in block_invalidatepage() local
1567 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local
1684 struct buffer_head *bh, *head; in __block_write_full_page() local
1848 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
440 struct buffer_head *bh, *head; in clean_buffers() local
487 struct buffer_head *head = page_buffers(page); in __mpage_writepage() local
/linux-4.1.27/tools/perf/util/
Dparse-events.y86 struct list_head *head; member
229 struct list_head *head; variable
247 struct list_head *head; variable
428 struct list_head *head = $1; variable
438 struct list_head *head = malloc(sizeof(*head)); variable
Dbuild-id.c133 #define dsos__for_each_with_build_id(pos, head) \ argument
162 static int __dsos__write_buildid_table(struct list_head *head, in __dsos__write_buildid_table()
235 static int __dsos__hit_all(struct list_head *head) in __dsos__hit_all()
478 static int __dsos__cache_build_ids(struct list_head *head, in __dsos__cache_build_ids()
Dordered-events.c187 struct list_head *head = &oe->events; in __ordered_events__flush() local
247 struct list_head *head = &oe->events; in ordered_events__flush() local
/linux-4.1.27/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.c27 struct callback_head *head; in task_work_add() local
88 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.1.27/net/bridge/
Dbr_fdb.c81 static void fdb_rcu_free(struct rcu_head *head) in fdb_rcu_free()
177 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in br_fdb_find_delete_local() local
441 static struct net_bridge_fdb_entry *fdb_find(struct hlist_head *head, in fdb_find()
455 static struct net_bridge_fdb_entry *fdb_find_rcu(struct hlist_head *head, in fdb_find_rcu()
469 static struct net_bridge_fdb_entry *fdb_create(struct hlist_head *head, in fdb_create()
494 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in fdb_insert() local
538 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in br_fdb_update() local
735 struct hlist_head *head = &br->hash[br_mac_hash(addr, vid)]; in fdb_add_entry() local
872 struct hlist_head *head = &br->hash[br_mac_hash(addr, vlan)]; in fdb_delete_by_addr() local
997 struct hlist_head *head; in br_fdb_external_learn_add() local
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/fld/
Dfld_cache.c143 struct list_head *head = &cache->fci_entries_head; in fld_fix_new_list() local
386 struct list_head *head; in fld_cache_insert_nolock() local
453 struct list_head *head; in fld_cache_delete_nolock() local
485 struct list_head *head; in fld_cache_entry_lookup_nolock() local
522 struct list_head *head; in fld_cache_lookup() local
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c130 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_lcl()
224 struct svc_rdma_op_ctxt *head, in rdma_read_chunk_frmr()
374 rdma_copy_tail(struct svc_rqst *rqstp, struct svc_rdma_op_ctxt *head, in rdma_copy_tail()
422 struct svc_rdma_op_ctxt *head) in rdma_read_chunks()
515 struct svc_rdma_op_ctxt *head) in rdma_read_complete()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/ipv4/
Dinet_hashtables.c62 struct inet_bind_hashbucket *head, in inet_bind_bucket_create()
111 struct inet_bind_hashbucket *head = &hashinfo->bhash[bhash]; in __inet_put_port() local
140 struct inet_bind_hashbucket *head = &table->bhash[bhash]; in __inet_inherit_port() local
297 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet_lookup_established() local
346 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash); in __inet_check_established() local
414 struct inet_ehash_bucket *head; in __inet_hash_nolisten() local
495 struct inet_bind_hashbucket *head; in __inet_hash_connect() local
Dfib_semantics.c204 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu()
302 struct hlist_head *head; in fib_find_info() local
334 struct hlist_head *head; in ip_fib_check_default() local
708 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move() local
960 struct hlist_head *head; in fib_create_info() local
966 struct hlist_head *head; in fib_create_info() local
1093 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr() local
1116 struct hlist_head *head = &fib_info_devhash[hash]; in fib_sync_down_dev() local
1227 struct hlist_head *head; in fib_sync_up() 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()
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()
Dfib_frontend.c116 struct hlist_head *head; in fib_get_table() local
183 struct hlist_head *head = &net->ipv4.fib_table_hash[h]; in fib_flush() local
198 struct hlist_head *head; in fib_flush_external() local
717 struct hlist_head *head; in inet_dump_fib() local
1184 struct hlist_head *head = &net->ipv4.fib_table_hash[i]; in ip_fib_net_exit() local
Dip_tunnel.c158 struct hlist_head *head; in ip_tunnel_lookup() local
262 struct hlist_head *head = ip_bucket(itn, &t->parms); in ip_tunnel_add() local
282 struct hlist_head *head = ip_bucket(itn, parms); in ip_tunnel_find() local
962 void ip_tunnel_dellink(struct net_device *dev, struct list_head *head) in ip_tunnel_dellink()
1027 static void ip_tunnel_destroy(struct ip_tunnel_net *itn, struct list_head *head, in ip_tunnel_destroy()
/linux-4.1.27/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.1.27/net/batman-adv/
Dhash.h60 struct hlist_head *head; in batadv_hash_delete() local
123 struct hlist_head *head; in batadv_hash_add() local
167 struct hlist_head *head; in batadv_hash_remove() local
Dbridge_loop_avoidance.c141 struct hlist_head *head; in batadv_claim_hash_find() local
181 struct hlist_head *head; in batadv_backbone_hash_find() local
218 struct hlist_head *head; in batadv_bla_del_backbone_claims() local
463 struct hlist_head *head; in batadv_bla_answer_request() local
992 struct hlist_head *head; in batadv_bla_purge_backbone_gw() local
1046 struct hlist_head *head; in batadv_bla_purge_claims() local
1094 struct hlist_head *head; in batadv_bla_update_orig_address() local
1147 struct hlist_head *head; in batadv_bla_periodic_work() local
1357 struct hlist_head *head; in batadv_bla_is_backbone_gw_orig() local
1631 struct hlist_head *head; in batadv_bla_claim_table_seq_print_text() local
[all …]
Dtranslation-table.c94 struct hlist_head *head; in batadv_tt_hash_find() local
515 struct hlist_head *head; in batadv_tt_local_add() local
912 struct hlist_head *head; in batadv_tt_local_seq_print_text() local
1082 struct hlist_head *head, in batadv_tt_local_purge_list()
1119 struct hlist_head *head; in batadv_tt_local_purge() local
1141 struct hlist_head *head; in batadv_tt_local_table_free() local
1221 const struct hlist_head *head; in batadv_tt_global_orig_entry_find() local
1473 struct hlist_head *head; in batadv_transtable_best_orig() local
1521 struct hlist_head *head; in batadv_tt_global_print_entry() local
1596 struct hlist_head *head; in batadv_tt_global_seq_print_text() local
[all …]
Dmulticast.c578 struct hlist_head *head = &bat_priv->mcast.want_all_unsnoopables_list; in batadv_mcast_want_unsnoop_update() local
621 struct hlist_head *head = &bat_priv->mcast.want_all_ipv4_list; in batadv_mcast_want_ipv4_update() local
664 struct hlist_head *head = &bat_priv->mcast.want_all_ipv6_list; in batadv_mcast_want_ipv6_update() local
Doriginator.c569 struct hlist_head *head; in batadv_originator_free() local
926 struct hlist_head *head; in _batadv_purge_orig() local
1061 struct hlist_head *head; in batadv_orig_hash_add_if() local
1096 struct hlist_head *head; in batadv_orig_hash_del_if() local
Doriginator.h98 struct hlist_head *head; in batadv_orig_hash_find() local
Dfragmentation.c32 static void batadv_frag_clear_chain(struct hlist_head *head) in batadv_frag_clear_chain()
296 struct hlist_head head = HLIST_HEAD_INIT; in batadv_frag_skb_buffer() local
/linux-4.1.27/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.1.27/fs/f2fs/
Drecovery.c58 static struct fsync_inode_entry *get_fsync_inode(struct list_head *head, in get_fsync_inode()
160 static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head) in find_fsync_dnodes()
236 static void destroy_fsync_dnodes(struct list_head *head) in destroy_fsync_dnodes()
442 struct list_head *head, int type) in recover_data()
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_sess.c172 struct hlist_head *head; in ft_sess_get() local
203 struct hlist_head *head; in ft_sess_create() local
256 struct hlist_head *head; in ft_sess_delete() local
275 struct hlist_head *head; in ft_sess_delete_all() local
/linux-4.1.27/arch/x86/platform/uv/
Duv_time.c170 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_allocate_timers() local
195 static void uv_rtc_find_next_timer(struct uv_rtc_timer_head *head, int pnode) in uv_rtc_find_next_timer()
229 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_set_timer() local
265 struct uv_rtc_timer_head *head = blade_info[bid]; in uv_rtc_unset_timer() local
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnouveau_display.c54 nouveau_display_vblank_enable(struct drm_device *dev, int head) in nouveau_display_vblank_enable()
68 nouveau_display_vblank_disable(struct drm_device *dev, int head) in nouveau_display_vblank_disable()
134 nouveau_display_scanoutpos(struct drm_device *dev, int head, unsigned int flags, in nouveau_display_scanoutpos()
150 nouveau_display_vblstamp(struct drm_device *dev, int head, int *max_error, in nouveau_display_vblstamp()
385 int head; in nouveau_display_fini() local
587 int ret, head; in nouveau_display_resume() local
762 int head = nouveau_crtc(crtc)->index; in nouveau_crtc_page_flip() local
Dnv50_display.c66 nv50_chan_create(struct nvif_object *disp, const u32 *oclass, u8 head, in nv50_chan_create()
116 nv50_pioc_create(struct nvif_object *disp, const u32 *oclass, u8 head, in nv50_pioc_create()
131 nv50_curs_create(struct nvif_object *disp, int head, struct nv50_curs *curs) in nv50_curs_create()
158 nv50_oimm_create(struct nvif_object *disp, int head, struct nv50_oimm *oimm) in nv50_oimm_create()
209 nv50_dmac_create(struct nvif_object *disp, const u32 *oclass, u8 head, in nv50_dmac_create()
311 nv50_base_create(struct nvif_object *disp, int head, u64 syncbuf, in nv50_base_create()
342 nv50_ovly_create(struct nvif_object *disp, int head, u64 syncbuf, in nv50_ovly_create()
381 struct list_head head; member
547 struct nv50_head *head = nv50_head(crtc); in nv50_display_flip_next() local
1098 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.1.27/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fence.h48 struct list_head head; member
57 struct list_head head; member
/linux-4.1.27/arch/x86/include/asm/
Dspinlock.h69 __ticket_t head) in __ticket_check_and_clear_slowpath()
146 __ticket_t head; in arch_spin_unlock() local
184 __ticket_t head = READ_ONCE(lock->tickets.head); in arch_spin_unlock_wait() local
Dspinlock_types.h30 __ticket_t head, tail; member
/linux-4.1.27/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.1.27/drivers/staging/unisys/uislib/
Duisqueue.c57 unsigned int head, tail, nof; in spar_signal_insert() local
115 unsigned int head, tail; in spar_signal_remove() local
170 unsigned int head, tail, count = 0; in spar_signal_remove_all() local
/linux-4.1.27/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.1.27/fs/btrfs/
Ddelayed-ref.c238 struct btrfs_delayed_ref_head *head) in btrfs_delayed_ref_lock()
263 struct btrfs_delayed_ref_head *head, in drop_delayed_ref()
282 struct btrfs_delayed_ref_head *head, in merge_ref()
334 struct btrfs_delayed_ref_head *head) in btrfs_merge_delayed_refs()
401 struct btrfs_delayed_ref_head *head; in btrfs_select_ref_head() local
456 struct btrfs_delayed_ref_head *head, in update_existing_ref()
/linux-4.1.27/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.1.27/arch/arm64/include/uapi/asm/
Dsigcontext.h50 struct _aarch64_ctx head; member
60 struct _aarch64_ctx head; member
/linux-4.1.27/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.1.27/net/openvswitch/
Dflow_table.c255 struct hlist_head *head = flex_array_get(ti->buckets, i); in table_instance_destroy() local
293 struct hlist_head *head; in ovs_flow_tbl_dump_next() local
326 struct hlist_head *head; in table_instance_insert() local
335 struct hlist_head *head; in ufid_table_instance_insert() local
353 struct hlist_head *head; in flow_table_copy_flows() local
474 struct hlist_head *head; in masked_flow_lookup() local
559 struct hlist_head *head; in ovs_flow_tbl_lookup_ufid() local
/linux-4.1.27/fs/ext4/
Dpage-io.c73 struct buffer_head *bh, *head; in ext4_finish_bio() local
188 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO()
231 struct list_head *head) in ext4_do_flush_completed_IO()
426 struct buffer_head *bh, *head; in ext4_bio_write_page() local
/linux-4.1.27/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.1.27/net/rds/
Dconnection.c73 static struct rds_connection *rds_conn_lookup(struct hlist_head *head, in rds_conn_lookup()
125 struct hlist_head *head = rds_conn_bucket(laddr, faddr); in __rds_conn_create() local
397 struct hlist_head *head; in rds_conn_message_info() local
459 struct hlist_head *head; in rds_for_each_conn_info() local
/linux-4.1.27/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.1.27/fs/notify/
Dmark.c114 u32 fsnotify_recalc_mask(struct hlist_head *head) in fsnotify_recalc_mask()
281 int fsnotify_add_mark_list(struct hlist_head *head, struct fsnotify_mark *mark, in fsnotify_add_mark_list()
394 struct fsnotify_mark *fsnotify_find_mark(struct hlist_head *head, in fsnotify_find_mark()
/linux-4.1.27/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.1.27/drivers/target/
Dtarget_core_ua.c205 int head = 1; in core_scsi3_ua_for_check_condition() local
273 int head = 1; in core_scsi3_ua_clear_for_request_sense() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dllite_rmtacl.c104 struct list_head *head = &rct->rct_entries[rce_hashfunc(key)]; in __rct_search() local
215 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; in __et_search_del() local
244 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; in et_search_free() local
Dremote_perm.c123 struct hlist_head *head; in do_check_remote_perm() local
166 struct hlist_head *head, *perm_hash = NULL; in ll_update_remote_perm() local
Dsuper25.c63 static void ll_inode_destroy_callback(struct rcu_head *head) in ll_inode_destroy_callback()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/security/selinux/
Davc.c182 struct hlist_head *head; in avc_get_hash_stats() local
241 struct hlist_head *head; in avc_reclaim_node() local
300 struct hlist_head *head; in avc_search_node() local
392 struct hlist_head *head; in avc_insert() local
538 struct hlist_head *head; in avc_update_node() local
610 struct hlist_head *head; in avc_flush() local
/linux-4.1.27/fs/xfs/
Dxfs_aops.c45 struct buffer_head *bh, *head; in xfs_count_page_state() local
471 xfs_ioend_t *head = ioend; in xfs_submit_ioend() local
646 struct buffer_head *head; in xfs_check_page_type() local
691 struct buffer_head *bh, *head; in xfs_convert_page() local
886 struct buffer_head *bh, *head; in xfs_aops_discard_page() local
943 struct buffer_head *bh, *head; in xfs_vm_writepage() local
1677 struct buffer_head *bh, *head; in xfs_vm_write_failed() local
1886 struct buffer_head *head = page_buffers(page); in xfs_vm_set_page_dirty() local
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()
1124 atomic64_t *head) in xlog_space_left()
1330 xlog_rec_header_t *head; in xlog_alloc_log() local
[all …]
/linux-4.1.27/tools/perf/util/include/linux/
Dlist.h27 #define list_for_each_from(pos, head) \ argument
/linux-4.1.27/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.1.27/drivers/staging/lustre/lustre/obdclass/
Dcapa.c152 struct hlist_head *head, int alive) in find_capa()
174 static inline void capa_delete_lru(struct list_head *head) in capa_delete_lru()
195 struct hlist_head *head = hash + capa_hashfn(&capa->lc_fid); in capa_add() local
/linux-4.1.27/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.c365 static int ccp_register_hmac_alg(struct list_head *head, in ccp_register_hmac_alg()
410 static int ccp_register_sha_alg(struct list_head *head, in ccp_register_sha_alg()
470 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.1.27/drivers/staging/vt6656/
Drxtx.c250 u8 *head = tx_context->data + offsetof(struct vnt_tx_buffer, fifo_head); in vnt_mac_hdr_pos() local
522 union vnt_tx_data_head *head) in vnt_fill_cts_fb_head()
558 union vnt_tx_data_head *head) in vnt_fill_cts_head()
588 union vnt_tx_data_head *head = &tx_head->tx_rts.tx.head; in vnt_rxtx_rts() local
620 union vnt_tx_data_head *head = &tx_head->tx_cts.tx.head; in vnt_rxtx_cts() local
648 union vnt_tx_data_head *head = &tx_head->tx_ab.tx.head; in vnt_rxtx_ab() local
/linux-4.1.27/arch/m68k/include/asm/
Datafd.h8 int head; /* "" "" */ member
/linux-4.1.27/include/drm/ttm/
Dttm_execbuf_util.h46 struct list_head head; member
/linux-4.1.27/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.1.27/drivers/infiniband/hw/ipath/
Dipath_cq.c52 u32 head; in ipath_cq_enter() local
376 u32 head, tail, n; in ipath_resize_cq() local
/linux-4.1.27/sound/core/seq/
Dseq_prioq.h30 struct snd_seq_event_cell *head; /* pointer to head of prioq */ member
Dseq_fifo.h32 struct snd_seq_event_cell *head; /* pointer to head of fifo */ member
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_bts.c57 local_t head; member
170 static void bts_buffer_pad_out(struct bts_phys *phys, unsigned long head) in bts_buffer_pad_out()
194 unsigned long index = ds->bts_index - ds->bts_buffer_base, old, head; in bts_update() local
304 unsigned long head, space, next_space, pad, gap, skip, wakeup; in bts_buffer_reset() local
/linux-4.1.27/net/netfilter/
Dnfnetlink_log.c103 struct hlist_head *head; in __instance_lookup() local
134 static void nfulnl_instance_free_rcu(struct rcu_head *head) in nfulnl_instance_free_rcu()
758 struct hlist_head *head = &log->instance_table[i]; in nfulnl_rcv_nl_event() local
949 struct hlist_head *head = &log->instance_table[st->bucket]; in get_first() local
963 struct hlist_head *head; in get_next() local
978 struct hlist_node *head; in get_idx() local
Dnfnetlink_queue_core.c101 struct hlist_head *head; in instance_lookup() local
162 instance_destroy_rcu(struct rcu_head *head) in instance_destroy_rcu()
800 struct hlist_head *head = &q->instance_table[i]; in nfqnl_dev_drop() local
840 struct hlist_head *head = &q->instance_table[i]; in nfqnl_nf_hook_drop() local
863 struct hlist_head *head = &q->instance_table[i]; in nfqnl_rcv_nl_event() local
1244 struct hlist_node *head; in get_idx() local
Dnf_conntrack_expect.c322 static void nf_ct_expect_free_rcu(struct rcu_head *head) in nf_ct_expect_free_rcu()
481 struct hlist_node *head) in ct_expect_get_next()
497 struct hlist_node *head = ct_expect_get_first(seq); in ct_expect_get_idx() local
/linux-4.1.27/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.1.27/drivers/staging/rtl8188eu/include/
Drtw_event.h101 int head; member
110 int head; member
/linux-4.1.27/arch/s390/oprofile/
Dbacktrace.c58 unsigned long head; in s390_backtrace() local
/linux-4.1.27/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
1298 static void nfs_async_write_error(struct list_head *head) in nfs_async_write_error()
1580 static loff_t nfs_get_lwb(struct list_head *head) in nfs_get_lwb()
1596 struct list_head *head, in nfs_init_commit()
1651 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list()
1753 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
799 struct list_head *head = &mirror->pg_list; in nfs_generic_pgio() local
/linux-4.1.27/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.1.27/fs/ecryptfs/
Ddentry.c68 static void ecryptfs_dentry_free_rcu(struct rcu_head *head) in ecryptfs_dentry_free_rcu()
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/
Ddrm_legacy.h86 struct list_head head; member
/linux-4.1.27/drivers/base/power/
Dopp.c472 struct list_head *head; in _opp_add_dynamic() local
576 static void _kfree_opp_rcu(struct rcu_head *head) in _kfree_opp_rcu()
587 static void _kfree_device_rcu(struct rcu_head *head) in _kfree_device_rcu()
/linux-4.1.27/arch/x86/mm/
Dkmmio.c103 struct list_head *head; in get_kmmio_fault_page() local
447 static void rcu_free_kmmio_fault_pages(struct rcu_head *head) in rcu_free_kmmio_fault_pages()
463 static void remove_kmmio_fault_pages(struct rcu_head *head) in remove_kmmio_fault_pages()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_cq.c55 u32 head; in qib_cq_enter() local
392 u32 head, tail, n; in qib_resize_cq() local
/linux-4.1.27/drivers/staging/rtl8712/
Drtl871x_event.h98 /*volatile*/ int head; member
107 /*volatile*/ int head; member
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/
Dpriv.h7 struct list_head head; member
49 struct list_head head; member
/linux-4.1.27/drivers/scsi/arm/
Dqueue.h14 struct list_head head; member
/linux-4.1.27/net/ipv6/
Dtcpv6_offload.c18 static struct sk_buff **tcp6_gro_receive(struct sk_buff **head, in tcp6_gro_receive()
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
Dinet6_hashtables.c67 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet6_lookup_established() local
205 struct inet_ehash_bucket *head = inet_ehash_bucket(hinfo, hash); in __inet6_check_established() local
Dxfrm6_mode_tunnel.c66 #define for_each_input_rcu(head, handler) \ argument
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nla.c8 struct nlattr *head = nla_data(nla); in drbd_nla_check_mandatory() local
/linux-4.1.27/net/core/
Ddst.c68 struct dst_entry *dst, *next, head; in dst_gc_task() local
272 static void dst_destroy_rcu(struct rcu_head *head) in dst_destroy_rcu()
/linux-4.1.27/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.1.27/drivers/crypto/qat/qat_common/
Dadf_transport_debug.c94 int head, tail, empty; in adf_ring_show() local
227 int head, tail, empty; in adf_bank_show() local
Dadf_ctl_drv.c258 struct list_head *itr, *head = adf_devmgr_get_head(); in adf_ctl_is_device_in_use() local
278 struct list_head *itr, *head = adf_devmgr_get_head(); in adf_ctl_stop_devices() local
Dadf_cfg.c196 static void adf_cfg_keyval_del_all(struct list_head *head) in adf_cfg_keyval_del_all()
208 static void adf_cfg_section_del_all(struct list_head *head) in adf_cfg_section_del_all()
/linux-4.1.27/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.1.27/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.1.27/net/ceph/
Dauth_x.c50 struct ceph_x_encrypt_header head = { in ceph_x_encrypt() local
68 struct ceph_x_encrypt_header head; in ceph_x_decrypt() local
415 struct ceph_x_request_header *head = buf; in ceph_x_build_request() local
493 struct ceph_x_reply_header *head = buf; in ceph_x_handle_reply() local
/linux-4.1.27/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.1.27/include/drm/
Ddrm_hashtab.h43 struct hlist_node head; member
Ddrm_modeset_lock.h82 struct list_head head; member
/linux-4.1.27/fs/ocfs2/
Dquota_local.c238 static void ocfs2_release_local_quota_bitmaps(struct list_head *head) in ocfs2_release_local_quota_bitmaps()
252 struct list_head *head) in ocfs2_load_local_quota_bitmaps()
298 struct list_head *head) in ocfs2_add_recovery_chunk()
317 static void free_recovery_list(struct list_head *head) in free_recovery_list()
342 struct list_head *head) in ocfs2_recovery_load_quota()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dwmm.h71 mwifiex_wmm_list_len(struct list_head *head) in mwifiex_wmm_list_len()
/linux-4.1.27/drivers/input/serio/
Dsa1111ps2.c52 unsigned int head; member
118 unsigned int head; in ps2_write() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dhandle.h10 struct list_head head; member
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/qxl/
Dqxl_display.c34 static bool qxl_head_enabled(struct qxl_head *head) in qxl_head_enabled()
109 struct qxl_head *head; in qxl_update_offset_props() local
151 struct qxl_head *head; in qxl_add_monitors_config_modes() local
567 struct qxl_head *head = &qdev->monitors_config->heads[i]; in qxl_send_monitors_config() local
752 struct qxl_head *head; in qxl_write_monitors_config_for_encoder() local
/linux-4.1.27/drivers/crypto/caam/
Djr.c165 int hw_idx, sw_idx, i, head, tail; in caam_jr_dequeue() local
323 int head, tail, desc_size; in caam_jr_enqueue() local
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dmmu.h14 struct list_head head; member
19 struct list_head head; member

123456