/linux-4.4.14/arch/frv/ |
H A D | Makefile | |
/linux-4.4.14/arch/unicore32/kernel/ |
H A D | Makefile | |
/linux-4.4.14/arch/hexagon/ |
H A D | Makefile | |
/linux-4.4.14/arch/c6x/ |
H A D | Makefile | |
/linux-4.4.14/include/drm/ttm/ |
H A D | ttm_execbuf_util.h | 46 struct list_head head; member in struct:ttm_validate_buffer
|
/linux-4.4.14/arch/score/ |
H A D | Makefile | |
/linux-4.4.14/arch/m68k/include/asm/ |
H A D | atafd.h | 8 int head; /* "" "" */ member in struct:atari_format_descr
|
/linux-4.4.14/arch/alpha/ |
H A D | Makefile | |
/linux-4.4.14/sound/core/seq/ |
H A D | seq_prioq.h | 30 struct snd_seq_event_cell *head; /* pointer to head of prioq */ member in struct:snd_seq_prioq
|
H A D | seq_fifo.h | 32 struct snd_seq_event_cell *head; /* pointer to head of fifo */ member in struct:snd_seq_fifo
|
/linux-4.4.14/kernel/ |
H A D | user-return-notifier.c | 38 struct hlist_head *head; fire_user_return_notifiers() local
|
H A D | task_work.c | 29 struct callback_head *head; task_work_add() local 90 struct callback_head *work, *head, *next; task_work_run() local
|
H A D | futex_compat.c | 52 struct compat_robust_list_head __user *head = curr->compat_robust_list; compat_exit_robust_list() local 139 struct compat_robust_list_head __user *head; COMPAT_SYSCALL_DEFINE3() local 23 fetch_robust_entry(compat_uptr_t *uentry, struct robust_list __user **entry, compat_uptr_t __user *head, unsigned int *pi) fetch_robust_entry() argument
|
/linux-4.4.14/arch/metag/ |
H A D | Makefile | |
/linux-4.4.14/arch/openrisc/ |
H A D | Makefile | |
/linux-4.4.14/arch/m68k/ |
H A D | Makefile | |
/linux-4.4.14/drivers/scsi/arm/ |
H A D | queue.h | 14 struct list_head head; member in struct:__anon9179
|
H A D | queue.c | 106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) __queue_add() argument
|
/linux-4.4.14/drivers/misc/mic/scif/ |
H A D | scif_rma_list.h | 41 struct list_head *head; member in struct:scif_rma_req
|
H A D | scif_debugfs.c | 96 static void scif_display_all_windows(struct list_head *head, struct seq_file *s) scif_display_all_windows() argument
|
H A D | scif_rma_list.c | 28 void scif_insert_tcw(struct scif_window *window, struct list_head *head) scif_insert_tcw() argument 58 void scif_insert_window(struct scif_window *window, struct list_head *head) scif_insert_window() argument 87 struct list_head *item, *temp, *head = req->head; scif_query_tcw() local 207 struct list_head *head = &ep->rma_info.reg_list; scif_rma_list_unregister() local 239 struct list_head *head = &ep->rma_info.reg_list; scif_unmap_all_windows() local 261 struct list_head *head = &ep->rma_info.reg_list; scif_unregister_all_windows() local
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_legacy.h | 86 struct list_head head; member in struct:drm_agp_mem
|
H A D | drm_context.c | 35 struct list_head head; member in struct:drm_ctx_list
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
H A D | nv10_fence.h | 10 struct nvif_object head[4]; member in struct:nv10_fence_chan
|
H A D | nouveau_bo.h | 18 struct list_head head; member in struct:nouveau_bo
|
H A D | nouveau_display.h | 29 struct list_head head; member in struct:nouveau_page_flip_state
|
H A D | nouveau_fence.h | 13 struct list_head head; member in struct:nouveau_fence
|
/linux-4.4.14/arch/tile/ |
H A D | Makefile | |
/linux-4.4.14/arch/unicore32/ |
H A D | Makefile | |
/linux-4.4.14/lib/ |
H A D | timerqueue.c | 39 bool timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) timerqueue_add() argument 75 bool timerqueue_del(struct timerqueue_head *head, struct timerqueue_node *node) timerqueue_del() argument
|
H A D | llist.c | 65 struct llist_node *llist_del_first(struct llist_head *head) llist_del_first() argument 91 struct llist_node *llist_reverse_order(struct llist_node *head) llist_reverse_order() argument 38 llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, struct llist_head *head) llist_add_batch() argument
|
H A D | plist.c | 57 static void plist_check_head(struct plist_head *head) plist_check_head() argument 74 void plist_add(struct plist_node *node, struct plist_head *head) plist_add() argument 113 void plist_del(struct plist_node *node, struct plist_head *head) plist_del() argument 146 void plist_requeue(struct plist_node *node, struct plist_head *head) plist_requeue() argument
|
H A D | digsig.c | 78 int head, i; digsig_verify_rsa() local
|
H A D | list_sort.c | 24 struct list_head head, *tail = &head; merge() local 104 void list_sort(void *priv, struct list_head *head, list_sort() argument 48 merge_and_restore_back_links(void *priv, int (*cmp)(void *priv, struct list_head *a, struct list_head *b), struct list_head *head, struct list_head *a, struct list_head *b) merge_and_restore_back_links() argument
|
/linux-4.4.14/include/linux/ |
H A D | timerqueue.h | 14 struct rb_root head; member in struct:timerqueue_head 35 struct timerqueue_node *timerqueue_getnext(struct timerqueue_head *head) timerqueue_getnext() argument 45 static inline void timerqueue_init_head(struct timerqueue_head *head) timerqueue_init_head() argument
|
H A D | circ_buf.h | 10 int head; member in struct:circ_buf
|
H A D | fd.h | 12 compat_uint_t head; member in struct:compat_floppy_struct
|
H A D | resource_ext.h | 42 resource_list_add(struct resource_entry *entry, struct list_head *head) resource_list_add() argument 48 resource_list_add_tail(struct resource_entry *entry, struct list_head *head) resource_list_add_tail() argument
|
H A D | hid-debug.h | 43 int head; member in struct:hid_debug_list
|
H A D | llist.h | 158 static inline bool llist_empty(const struct llist_head *head) llist_empty() argument 178 static inline bool llist_add(struct llist_node *new, struct llist_head *head) llist_add() argument 191 static inline struct llist_node *llist_del_all(struct llist_head *head) llist_del_all() argument
|
H A D | xattr.h | 60 struct list_head head; member in struct:simple_xattrs
|
H A D | btree-128.h | 5 static inline void btree_init_mempool128(struct btree_head128 *head, btree_init_mempool128() argument 11 static inline int btree_init128(struct btree_head128 *head) btree_init128() argument 16 static inline void btree_destroy128(struct btree_head128 *head) btree_destroy128() argument 21 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) btree_lookup128() argument 27 static inline void *btree_get_prev128(struct btree_head128 *head, btree_get_prev128() argument 40 static inline int btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, btree_insert128() argument 48 static inline int btree_update128(struct btree_head128 *head, u64 k1, u64 k2, btree_update128() argument 56 static inline void *btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) btree_remove128() argument 62 static inline void *btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) btree_last128() argument 89 static inline size_t btree_visitor128(struct btree_head128 *head, btree_visitor128() argument 97 static inline size_t btree_grim_visitor128(struct btree_head128 *head, btree_grim_visitor128() argument
|
H A D | plist.h | 124 plist_head_init(struct plist_head *head) plist_head_init() argument 212 static inline int plist_head_empty(const struct plist_head *head) plist_head_empty() argument 282 static inline struct plist_node *plist_first(const struct plist_head *head) plist_first() argument 294 static inline struct plist_node *plist_last(const struct plist_head *head) plist_last() argument
|
H A D | hidraw.h | 37 int head; member in struct:hidraw_list
|
/linux-4.4.14/arch/s390/oprofile/ |
H A D | backtrace.c | 58 unsigned long head; s390_backtrace() local
|
/linux-4.4.14/arch/sparc/ |
H A D | Makefile | |
/linux-4.4.14/arch/nios2/ |
H A D | Makefile | |
/linux-4.4.14/arch/m32r/ |
H A D | Makefile | |
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
H A D | c2_alloc.c | 89 __be16 *c2_alloc_mqsp(struct c2_dev *c2dev, struct sp_chunk *head, c2_alloc_mqsp() argument 124 struct sp_chunk *head; c2_free_mqsp() local 39 c2_alloc_mqsp_chunk(struct c2_dev *c2dev, gfp_t gfp_mask, struct sp_chunk **head) c2_alloc_mqsp_chunk() argument
|
/linux-4.4.14/drivers/s390/cio/ |
H A D | eadm_sch.h | 16 struct list_head head; member in struct:eadm_private
|
H A D | airq.c | 88 struct hlist_head *head; do_airq_interrupt() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | conn.h | 16 struct list_head head; member in struct:nvkm_connector
|
H A D | cursnv50.c | 44 int head, ret; nv50_disp_curs_new() local
|
H A D | nv04.c | 33 nv04_disp_vblank_init(struct nvkm_disp *disp, int head) nv04_disp_vblank_init() argument 40 nv04_disp_vblank_fini(struct nvkm_disp *disp, int head) nv04_disp_vblank_fini() argument
|
H A D | oimmnv50.c | 44 int head, ret; nv50_disp_oimm_new() local
|
H A D | basenv50.c | 44 int head, ret; nv50_disp_base_new() local
|
H A D | outp.h | 18 struct list_head head; member in struct:nvkm_output
|
H A D | ovlynv50.c | 44 int head, ret; nv50_disp_ovly_new() local
|
H A D | priv.h | 35 } head; member in struct:nvkm_disp_func
|
H A D | rootnv04.c | 88 int head, ret; nv04_disp_mthd() local 38 nv04_disp_scanoutpos(struct nv04_disp_root *root, void *data, u32 size, int head) nv04_disp_scanoutpos() argument
|
H A D | channv50.h | 11 int head; member in struct:nv50_disp_chan
|
H A D | vga.c | 27 nvkm_rdport(struct nvkm_device *device, int head, u16 port) nvkm_rdport() argument 49 nvkm_wrport(struct nvkm_device *device, int head, u16 port, u8 data) nvkm_wrport() argument 69 nvkm_rdvgas(struct nvkm_device *device, int head, u8 index) nvkm_rdvgas() argument 76 nvkm_wrvgas(struct nvkm_device *device, int head, u8 index, u8 value) nvkm_wrvgas() argument 83 nvkm_rdvgag(struct nvkm_device *device, int head, u8 index) nvkm_rdvgag() argument 90 nvkm_wrvgag(struct nvkm_device *device, int head, u8 index, u8 value) nvkm_wrvgag() argument 97 nvkm_rdvgac(struct nvkm_device *device, int head, u8 index) nvkm_rdvgac() argument 104 nvkm_wrvgac(struct nvkm_device *device, int head, u8 index, u8 value) nvkm_wrvgac() argument 111 nvkm_rdvgai(struct nvkm_device *device, int head, u16 port, u8 index) nvkm_rdvgai() argument 120 nvkm_wrvgai(struct nvkm_device *device, int head, u16 port, u8 index, u8 value) nvkm_wrvgai() argument
|
H A D | dmacnv50.c | 134 nv50_disp_dmac_new_(const struct nv50_disp_dmac_func *func, const struct nv50_disp_chan_mthd *mthd, struct nv50_disp_root *root, int chid, int head, u64 push, const struct nvkm_oclass *oclass, struct nvkm_object **pobject) nv50_disp_dmac_new_() argument
|
H A D | nv50.h | 81 } head; member in struct:nv50_disp_func
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | changf100.h | 11 struct list_head head; member in struct:gf100_fifo_chan
|
H A D | changk104.h | 12 struct list_head head; member in struct:gk104_fifo_chan
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | nv40.h | 25 struct list_head head; member in struct:nv40_gr_chan
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | chan.h | 12 struct list_head head; member in struct:nvkm_sw_chan
|
/linux-4.4.14/drivers/dma/ |
H A D | virt-dma.c | 94 void vchan_dma_desc_free_list(struct virt_dma_chan *vc, struct list_head *head) vchan_dma_desc_free_list() argument
|
H A D | virt-dma.h | 134 vchan_get_all_descriptors(struct virt_dma_chan *vc, struct list_head *head) vchan_get_all_descriptors() argument
|
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_nla.c | 8 struct nlattr *head = nla_data(nla); drbd_nla_check_mandatory() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | notify.h | 8 struct list_head head; member in struct:nvkm_notify
|
H A D | object.h | 16 struct list_head head; member in struct:nvkm_object
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | disp.h | 21 } head; member in struct:nvkm_disp
|
H A D | fifo.h | 20 struct list_head head; member in struct:nvkm_fifo_chan
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | spinlock_types.h | 33 __ticket_t head, tail; member in struct:arch_spinlock::__anon3102::__raw_tickets
|
H A D | spinlock.h | 150 __ticket_t head; arch_spin_unlock() local 188 __ticket_t head = READ_ONCE(lock->tickets.head); arch_spin_unlock_wait() local 72 __ticket_check_and_clear_slowpath(arch_spinlock_t *lock, __ticket_t head) __ticket_check_and_clear_slowpath() argument
|
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/ |
H A D | mce-genpool.c | 31 struct llist_node *head; mce_gen_pool_process() local
|
/linux-4.4.14/arch/xtensa/ |
H A D | Makefile | |
/linux-4.4.14/arch/arc/ |
H A D | Makefile | |
/linux-4.4.14/arch/cris/ |
H A D | Makefile | |
/linux-4.4.14/fs/nilfs2/ |
H A D | gcinode.c | 187 struct list_head *head = &nilfs->ns_gc_inodes; nilfs_remove_all_gcinodes() local
|
H A D | file.c | 85 struct buffer_head *bh, *head; nilfs_page_mkwrite() local
|
/linux-4.4.14/net/batman-adv/ |
H A D | originator.h | 96 struct hlist_head *head; batadv_orig_hash_find() local
|
H A D | hash.h | 69 struct hlist_head *head; batadv_hash_delete() local 110 struct hlist_head *head; batadv_hash_add() local 154 struct hlist_head *head; batadv_hash_remove() local
|
/linux-4.4.14/sound/core/seq/oss/ |
H A D | seq_oss_readq.h | 35 int head, tail; member in struct:seq_oss_readq
|
/linux-4.4.14/fs/ecryptfs/ |
H A D | dentry.c | 68 static void ecryptfs_dentry_free_rcu(struct rcu_head *head) ecryptfs_dentry_free_rcu() argument
|
H A D | super.c | 68 static void ecryptfs_i_callback(struct rcu_head *head) ecryptfs_i_callback() argument
|
/linux-4.4.14/kernel/power/ |
H A D | console.c | 22 struct list_head head; member in struct:pm_vt_switch
|
/linux-4.4.14/include/drm/ |
H A D | drm_hashtab.h | 43 struct hlist_node head; member in struct:drm_hash_item
|
H A D | drm_modeset_lock.h | 82 struct list_head head; member in struct:drm_modeset_lock
|
/linux-4.4.14/arch/s390/ |
H A D | Makefile | |
/linux-4.4.14/arch/sh/ |
H A D | Makefile | |
/linux-4.4.14/arch/microblaze/ |
H A D | Makefile | |
/linux-4.4.14/arch/mn10300/ |
H A D | Makefile | |
/linux-4.4.14/arch/ia64/ |
H A D | Makefile | |
/linux-4.4.14/arch/arm64/ |
H A D | Makefile | |
/linux-4.4.14/arch/arm64/kernel/ |
H A D | Makefile | |
/linux-4.4.14/arch/avr32/oprofile/ |
H A D | backtrace.c | 35 static struct frame_head *dump_user_backtrace(struct frame_head *head) dump_user_backtrace() argument 58 struct frame_head *head = (struct frame_head *)(regs->r7); avr32_backtrace() local
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | Makefile | |
/linux-4.4.14/net/ipv6/ |
H A D | tcpv6_offload.c | 18 static struct sk_buff **tcp6_gro_receive(struct sk_buff **head, tcp6_gro_receive() argument
|
H A D | udp_offload.c | 129 static struct sk_buff **udp6_gro_receive(struct sk_buff **head, udp6_gro_receive() argument
|
/linux-4.4.14/sound/pci/ctxfi/ |
H A D | ctimap.c | 25 struct list_head *pos, *pre, *head; input_mapper_add() local 71 struct list_head *next, *pre, *head; input_mapper_delete() local 100 void free_input_mapper_list(struct list_head *head) free_input_mapper_list() argument
|
/linux-4.4.14/drivers/staging/rtl8712/ |
H A D | osdep_service.h | 70 static inline u32 end_of_queue_search(struct list_head *head, end_of_queue_search() argument
|
H A D | rtl871x_event.h | 98 /*volatile*/ int head; member in struct:c2hevent_queue 107 /*volatile*/ int head; member in struct:network_queue
|
/linux-4.4.14/drivers/target/ |
H A D | target_core_ua.c | 215 int head = 1; core_scsi3_ua_for_check_condition() local 287 int head = 1; core_scsi3_ua_clear_for_request_sense() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
H A D | super25.c | 64 static void ll_inode_destroy_callback(struct rcu_head *head) ll_inode_destroy_callback() argument
|
H A D | remote_perm.c | 120 struct hlist_head *head; do_check_remote_perm() local 163 struct hlist_head *head, *perm_hash = NULL; ll_update_remote_perm() local
|
H A D | dcache.c | 50 static void free_dentry_data(struct rcu_head *head) free_dentry_data() argument
|
H A D | llite_rmtacl.c | 104 struct list_head *head = &rct->rct_entries[rce_hashfunc(key)]; __rct_search() local 214 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; __et_search_del() local 243 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; et_search_free() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | nrs_fifo.c | 81 struct nrs_fifo_head *head; nrs_fifo_start() local 105 struct nrs_fifo_head *head = policy->pol_private; nrs_fifo_stop() local 165 struct nrs_fifo_head *head = policy->pol_private; nrs_fifo_req_get() local 199 struct nrs_fifo_head *head; nrs_fifo_req_add() local
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_fence.h | 48 struct list_head head; member in struct:vmw_fence_action 57 struct list_head head; member in struct:vmw_fence_obj
|
H A D | vmwgfx_marker.c | 32 struct list_head head; member in struct:vmw_marker
|
H A D | vmwgfx_cmdbuf_res.c | 46 struct list_head head; member in struct:vmw_cmdbuf_res
|
/linux-4.4.14/drivers/net/wireless/ath/ |
H A D | dfs_pri_detector.h | 36 struct list_head head; member in struct:pri_sequence
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | timer.h | 6 struct list_head head; member in struct:nvkm_alarm
|
H A D | mmu.h | 14 struct list_head head; member in struct:nvkm_vm_pgd 19 struct list_head head; member in struct:nvkm_vma
|
/linux-4.4.14/arch/x86/oprofile/ |
H A D | backtrace.c | 42 dump_user_backtrace_32(struct stack_frame_ia32 *head) dump_user_backtrace_32() argument 68 struct stack_frame_ia32 *head; x86_backtrace_32() local 89 static struct stack_frame *dump_user_backtrace(struct stack_frame *head) dump_user_backtrace() argument 112 struct stack_frame *head = (struct stack_frame *)frame_pointer(regs); x86_backtrace() local
|
/linux-4.4.14/fs/gfs2/ |
H A D | lops.h | 67 lops_before_scan(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, unsigned int pass) lops_before_scan() argument
|
H A D | meta_io.h | 22 static inline void gfs2_buffer_clear_tail(struct buffer_head *bh, int head) gfs2_buffer_clear_tail() argument
|
/linux-4.4.14/kernel/rcu/ |
H A D | rcu.h | 71 static inline int debug_rcu_head_queue(struct rcu_head *head) debug_rcu_head_queue() argument 82 static inline void debug_rcu_head_unqueue(struct rcu_head *head) debug_rcu_head_unqueue() argument 90 static inline int debug_rcu_head_queue(struct rcu_head *head) debug_rcu_head_queue() argument 95 static inline void debug_rcu_head_unqueue(struct rcu_head *head) debug_rcu_head_unqueue() argument 106 static inline bool __rcu_reclaim(const char *rn, struct rcu_head *head) __rcu_reclaim() argument
|
H A D | tiny.c | 205 static void __call_rcu(struct rcu_head *head, __call_rcu() argument 232 void call_rcu_sched(struct rcu_head *head, rcu_callback_t func) call_rcu_sched() argument 242 void call_rcu_bh(struct rcu_head *head, rcu_callback_t func) call_rcu_bh() argument
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
H A D | hvcserver.c | 75 int hvcs_free_partner_info(struct list_head *head) hvcs_free_partner_info() argument 132 int hvcs_get_partner_info(uint32_t unit_address, struct list_head *head, hvcs_get_partner_info() argument
|
/linux-4.4.14/arch/parisc/ |
H A D | Makefile | |
/linux-4.4.14/arch/arm64/include/uapi/asm/ |
H A D | sigcontext.h | 50 struct _aarch64_ctx head; member in struct:fpsimd_context 60 struct _aarch64_ctx head; member in struct:esr_context
|
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/ |
H A D | lib-me.c | 84 struct list_head *head; LNetMEAttach() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
H A D | lustre_handles.c | 53 struct list_head head; member in struct:handle_bucket
|
/linux-4.4.14/drivers/ptp/ |
H A D | ptp_private.h | 36 int head; member in struct:timestamp_event_queue
|
/linux-4.4.14/drivers/hid/ |
H A D | hid-kye.c | 502 struct list_head *head; kye_tablet_enable() local
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_netlink.c | 139 static void ipoib_unregister_child_dev(struct net_device *dev, struct list_head *head) ipoib_unregister_child_dev() argument
|
/linux-4.4.14/drivers/input/joystick/iforce/ |
H A D | iforce-packets.c | 55 int head, tail; iforce_send_packet() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | pad.h | 19 struct list_head head; member in struct:nvkm_i2c_pad
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | radeon_mn.c | 297 struct list_head *head; radeon_mn_unregister() local
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
H A D | wmm.h | 71 mwifiex_wmm_list_len(struct list_head *head) mwifiex_wmm_list_len() argument
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | dma.h | 113 static inline void dma_spin_for_len(uint len, struct sk_buff *head) dma_spin_for_len() argument
|
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.c | 234 struct hlist_head *head; enic_rx_flow_steer() local
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | event.h | 25 __u8 head; member in struct:nvif_notify_head_req_v0
|
H A D | list.h | 159 list_add(struct list_head *entry, struct list_head *head) list_add() argument 180 list_add_tail(struct list_head *entry, struct list_head *head) list_add_tail() argument 235 list_empty(struct list_head *head) list_empty() argument 219 list_move_tail(struct list_head *list, struct list_head *head) list_move_tail() argument
|
/linux-4.4.14/arch/um/drivers/ |
H A D | line.h | 51 char *head; member in struct:line
|
/linux-4.4.14/arch/x86/ |
H A D | Makefile | |
/linux-4.4.14/block/ |
H A D | blk-ioc.c | 31 static void icq_free_icq_rcu(struct rcu_head *head) icq_free_icq_rcu() argument
|
/linux-4.4.14/fs/freevxfs/ |
H A D | vxfs_inode.c | 343 static void vxfs_i_callback(struct rcu_head *head) vxfs_i_callback() argument
|
/linux-4.4.14/net/atm/ |
H A D | addr.c | 51 struct list_head *head; atm_reset_addr() local 72 struct list_head *head; atm_add_addr() local 107 struct list_head *head; atm_del_addr() local 137 struct list_head *head; atm_get_addr() local
|
H A D | signaling.c | 210 struct hlist_head *head = &vcc_hash[i]; sigd_close() local
|
/linux-4.4.14/net/dccp/ccids/lib/ |
H A D | packet_history.h | 56 tfrc_tx_hist_find_entry(struct tfrc_tx_hist_entry *head, u64 seqno) tfrc_tx_hist_find_entry() argument
|
/linux-4.4.14/net/sunrpc/ |
H A D | svcauth.c | 142 struct hlist_head *head; auth_domain_lookup() local
|
/linux-4.4.14/net/ |
H A D | sysctl_net.c | 41 static int net_ctl_permissions(struct ctl_table_header *head, net_ctl_permissions() argument
|
/linux-4.4.14/scripts/kconfig/ |
H A D | list.h | 70 static inline int list_empty(const struct list_head *head) list_empty() argument 99 static inline void list_add_tail(struct list_head *_new, struct list_head *head) list_add_tail() argument
|
/linux-4.4.14/security/tomoyo/ |
H A D | memory.c | 152 struct list_head *head; tomoyo_get_name() local
|
/linux-4.4.14/kernel/events/ |
H A D | callchain.c | 37 static void release_callchain_buffers_rcu(struct rcu_head *head) release_callchain_buffers_rcu() argument
|
/linux-4.4.14/fs/proc/ |
H A D | page.c | 132 struct page *head = compound_head(page); stable_page_flags() local
|
/linux-4.4.14/fs/ubifs/ |
H A D | scan.c | 370 struct list_head *head; ubifs_scan_destroy() local
|
/linux-4.4.14/include/net/netfilter/ |
H A D | nf_conntrack_helper.h | 100 struct list_head head; member in struct:nf_ct_helper_expectfn
|
H A D | nf_conntrack_timeout.h | 13 struct list_head head; member in struct:ctnl_timeout
|
/linux-4.4.14/include/crypto/ |
H A D | scatterwalk.h | 28 static inline void scatterwalk_crypto_chain(struct scatterlist *head, scatterwalk_crypto_chain() argument
|
/linux-4.4.14/include/linux/ceph/ |
H A D | pagelist.h | 10 struct list_head head; member in struct:ceph_pagelist
|
/linux-4.4.14/include/linux/mtd/ |
H A D | inftl.h | 41 int head,sect,cyl; member in struct:INFTLrecord
|
/linux-4.4.14/arch/powerpc/include/asm/ |
H A D | ps3gpu.h | 46 static inline int lv1_gpu_display_sync(u64 context_handle, u64 head, lv1_gpu_display_sync() argument 54 static inline int lv1_gpu_display_flip(u64 context_handle, u64 head, lv1_gpu_display_flip() argument
|
/linux-4.4.14/arch/powerpc/oprofile/cell/ |
H A D | pr_util.h | 78 unsigned int head, tail; member in struct:spu_buffer
|
/linux-4.4.14/arch/powerpc/ |
H A D | Makefile | |
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_mn.c | 298 struct list_head *head; amdgpu_mn_unregister() local
|
/linux-4.4.14/net/ipv4/ |
H A D | gre_offload.c | 119 static struct sk_buff **gre_gro_receive(struct sk_buff **head, gre_gro_receive() argument
|
/linux-4.4.14/net/netlabel/ |
H A D | netlabel_addrlist.c | 162 int netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) netlbl_af4list_add() argument 199 int netlbl_af6list_add(struct netlbl_af6list *entry, struct list_head *head) netlbl_af6list_add() argument 60 netlbl_af4list_search(__be32 addr, struct list_head *head) netlbl_af4list_search() argument 84 netlbl_af4list_search_exact(__be32 addr, __be32 mask, struct list_head *head) netlbl_af4list_search_exact() argument 110 netlbl_af6list_search(const struct in6_addr *addr, struct list_head *head) netlbl_af6list_search() argument 135 netlbl_af6list_search_exact(const struct in6_addr *addr, const struct in6_addr *mask, struct list_head *head) netlbl_af6list_search_exact() argument 253 netlbl_af4list_remove(__be32 addr, __be32 mask, struct list_head *head) netlbl_af4list_remove() argument 293 netlbl_af6list_remove(const struct in6_addr *addr, const struct in6_addr *mask, struct list_head *head) netlbl_af6list_remove() argument
|
/linux-4.4.14/net/nfc/ |
H A D | nfc.h | 48 struct hlist_head head; member in struct:nfc_sock_list
|
/linux-4.4.14/tools/testing/selftests/timers/ |
H A D | clocksource-switch.c | 56 char *head, *tmp; get_clocksources() local
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
H A D | list.h | 57 static inline void list_add(struct list_head *new, struct list_head *head) list_add() argument
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
H A D | ipath_cq.c | 52 u32 head; ipath_cq_enter() local 381 u32 head, tail, n; ipath_resize_cq() local
|
H A D | ipath_srq.c | 226 u32 sz, size, n, head, tail; ipath_modify_srq() local
|
/linux-4.4.14/drivers/staging/rtl8188eu/include/ |
H A D | rtw_event.h | 101 int head; member in struct:c2hevent_queue 110 int head; member in struct:network_queue
|
/linux-4.4.14/drivers/thunderbolt/ |
H A D | nhi.h | 38 int head; /* write next descriptor here */ member in struct:tb_ring
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
H A D | srq.c | 239 u32 sz, size, n, head, tail; hfi1_modify_srq() local
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
H A D | sym_misc.h | 55 static inline struct sym_quehead *sym_que_first(struct sym_quehead *head) sym_que_first() argument 60 static inline struct sym_quehead *sym_que_last(struct sym_quehead *head) sym_que_last() argument 82 static inline int sym_que_empty(struct sym_quehead *head) sym_que_empty() argument 132 static inline struct sym_quehead *sym_remque_head(struct sym_quehead *head) sym_remque_head() argument 145 static inline struct sym_quehead *sym_remque_tail(struct sym_quehead *head) sym_remque_tail() argument 87 sym_que_splice(struct sym_quehead *list, struct sym_quehead *head) sym_que_splice() argument
|
/linux-4.4.14/drivers/isdn/capi/ |
H A D | capilib.c | 80 void capilib_new_ncci(struct list_head *head, u16 applid, u32 ncci, u32 winsize) capilib_new_ncci() argument 104 void capilib_free_ncci(struct list_head *head, u16 applid, u32 ncci) capilib_free_ncci() argument 125 void capilib_release_appl(struct list_head *head, u16 applid) capilib_release_appl() argument 142 void capilib_release(struct list_head *head) capilib_release() argument 157 u16 capilib_data_b3_req(struct list_head *head, u16 applid, u32 ncci, u16 msgid) capilib_data_b3_req() argument 180 void capilib_data_b3_conf(struct list_head *head, u16 applid, u32 ncci, u16 msgid) capilib_data_b3_conf() argument
|
/linux-4.4.14/drivers/misc/mic/host/ |
H A D | mic_virtio.h | 65 u16 head; member in struct:mic_vringh
|
/linux-4.4.14/drivers/mtd/ |
H A D | sm_ftl.h | 70 unsigned char head; member in struct:chs_entry
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
H A D | qib_srq.c | 222 u32 sz, size, n, head, tail; qib_modify_srq() local
|
/linux-4.4.14/drivers/input/serio/ |
H A D | userio.c | 41 u8 head; member in struct:userio_device
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
H A D | nv44.c | 47 struct list_head head; member in struct:nv44_mpeg_chan
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | priv.h | 14 struct list_head head; member in struct:nvkm_perfctr 37 struct list_head head; member in struct:nvkm_perfsrc 74 struct list_head head; member in struct:nvkm_perfdom
|
/linux-4.4.14/drivers/mfd/ |
H A D | pcf50633-adc.c | 74 int head; trigger_next_adc_job_if_any() local 88 int head, tail; adc_enqueue_request() local 177 int head, res; pcf50633_adc_irq() local 223 int i, head; pcf50633_adc_remove() local
|
/linux-4.4.14/drivers/net/irda/ |
H A D | bfin_sir.h | 34 int head; member in struct:dma_rx_buf
|
/linux-4.4.14/drivers/of/ |
H A D | pdt.c | 139 struct property *head, *tail; of_pdt_build_prop_list() local
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
H A D | response_manager.h | 45 struct list_head head; member in struct:octeon_response_list
|
/linux-4.4.14/drivers/crypto/ccp/ |
H A D | ccp-crypto-aes-xts.c | 225 static int ccp_register_aes_xts_alg(struct list_head *head, ccp_register_aes_xts_alg() argument 273 int ccp_register_aes_xts_algs(struct list_head *head) ccp_register_aes_xts_algs() argument
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
H A D | adf_transport_debug.c | 92 int head, tail, empty; adf_ring_show() local 215 int head, tail, empty; adf_bank_show() local
|
H A D | adf_transport_internal.h | 66 uint16_t head; member in struct:adf_etr_ring_data
|
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv04.c | 89 int head = nouveau_crtc(encoder->crtc)->index; nv04_tv_dpms() local 106 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) nv04_tv_bind() argument 128 int head = nouveau_crtc(encoder->crtc)->index; nv04_tv_prepare() local
|
/linux-4.4.14/arch/sparc/mm/ |
H A D | gup.c | 39 struct page *page, *head; gup_pte_range() local 73 struct page *head, *page, *tail; gup_huge_pmd() local
|
/linux-4.4.14/arch/x86/mm/ |
H A D | gup.c | 121 struct page *head, *page; gup_huge_pmd() local 197 struct page *head, *page; gup_huge_pud() local
|
/linux-4.4.14/block/partitions/ |
H A D | ibm.c | 33 __u16 head; cchh2blk() local 51 __u16 head; cchhb2blk() local
|
/linux-4.4.14/arch/arm/ |
H A D | Makefile | |
/linux-4.4.14/fs/hfs/ |
H A D | btree.c | 21 struct hfs_btree_header_rec *head; hfs_btree_open() local 161 struct hfs_btree_header_rec *head; hfs_btree_write() local
|
/linux-4.4.14/fs/hfsplus/ |
H A D | btree.c | 135 struct hfs_btree_header_rec *head; hfs_btree_open() local 283 struct hfs_btree_header_rec *head; hfs_btree_write() local
|
/linux-4.4.14/fs/jffs2/ |
H A D | nodemgmt.c | 565 static inline int on_list(struct list_head *obj, struct list_head *head) on_list() argument
|
/linux-4.4.14/fs/logfs/ |
H A D | dev_mtd.c | 208 int head; logfs_mtd_writeseg() local
|
H A D | inode.c | 144 static void logfs_i_callback(struct rcu_head *head) logfs_i_callback() argument
|
/linux-4.4.14/fs/nfsd/ |
H A D | nfs3acl.c | 143 struct kvec *head = rqstp->rq_arg.head; nfs3svc_decode_setaclargs() local 179 struct kvec *head = rqstp->rq_res.head; nfs3svc_encode_getaclres() local
|
/linux-4.4.14/net/bridge/ |
H A D | br_if.c | 219 static void destroy_nbp_rcu(struct rcu_head *head) destroy_nbp_rcu() argument 275 void br_dev_delete(struct net_device *dev, struct list_head *head) br_dev_delete() argument
|
/linux-4.4.14/net/caif/ |
H A D | cfrfml.c | 217 u8 head[6]; cfrfml_transmit() local
|
/linux-4.4.14/net/core/ |
H A D | gen_estimator.c | 95 struct rcu_head head; member in struct:gen_estimator
|