/linux-4.1.27/arch/frv/ |
H A D | Makefile | |
/linux-4.1.27/arch/unicore32/kernel/ |
H A D | Makefile | |
/linux-4.1.27/arch/hexagon/ |
H A D | Makefile | |
/linux-4.1.27/arch/score/ |
H A D | Makefile | |
/linux-4.1.27/arch/c6x/ |
H A D | Makefile | |
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | atafd.h | 8 int head; /* "" "" */ member in struct:atari_format_descr
|
/linux-4.1.27/include/drm/ttm/ |
H A D | ttm_execbuf_util.h | 46 struct list_head head; member in struct:ttm_validate_buffer
|
/linux-4.1.27/arch/openrisc/ |
H A D | Makefile | |
/linux-4.1.27/arch/m68k/ |
H A D | Makefile | |
/linux-4.1.27/arch/metag/ |
H A D | Makefile | |
/linux-4.1.27/arch/alpha/ |
H A D | Makefile | |
/linux-4.1.27/kernel/ |
H A D | user-return-notifier.c | 38 struct hlist_head *head; fire_user_return_notifiers() local
|
H A D | task_work.c | 27 struct callback_head *head; task_work_add() local 88 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.1.27/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.1.27/drivers/scsi/arm/ |
H A D | queue.h | 14 struct list_head head; member in struct:__anon8658
|
H A D | queue.c | 106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) __queue_add() argument
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_legacy.h | 86 struct list_head head; member in struct:drm_agp_mem
|
H A D | drm_auth.c | 40 struct list_head head; member in struct:drm_magic_entry
|
H A D | drm_context.c | 35 struct list_head head; member in struct:drm_ctx_list
|
/linux-4.1.27/arch/sparc/ |
H A D | Makefile | |
/linux-4.1.27/arch/tile/ |
H A D | Makefile | |
/linux-4.1.27/arch/unicore32/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/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 | 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 | fd.h | 12 compat_uint_t head; member in struct:compat_floppy_struct
|
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 | 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 | xattr.h | 56 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 | hidraw.h | 37 int head; member in struct:hidraw_list
|
H A D | notifier.h | 61 struct notifier_block __rcu *head; member in struct:atomic_notifier_head 66 struct notifier_block __rcu *head; member in struct:blocking_notifier_head 70 struct notifier_block __rcu *head; member in struct:raw_notifier_head 76 struct notifier_block __rcu *head; member in struct:srcu_notifier_head
|
H A D | rculist.h | 78 static inline void list_add_rcu(struct list_head *new, struct list_head *head) list_add_rcu() argument 99 list_add_tail_rcu(struct list_head *new, struct list_head *head) list_add_tail_rcu() argument 198 list_splice_init_rcu(struct list_head *list, struct list_head *head, void (*sync)(void)) list_splice_init_rcu() argument
|
H A D | rcutiny.h | 75 static inline void kfree_call_rcu(struct rcu_head *head, kfree_call_rcu() argument
|
H A D | srcu.h | 42 struct rcu_head *head, **tail; member in struct:rcu_batch
|
H A D | uinput.h | 67 unsigned char head; member in struct:uinput_device
|
/linux-4.1.27/arch/s390/oprofile/ |
H A D | backtrace.c | 58 unsigned long head; s390_backtrace() local
|
/linux-4.1.27/arch/nios2/ |
H A D | Makefile | |
/linux-4.1.27/arch/m32r/ |
H A D | Makefile | |
/linux-4.1.27/lib/ |
H A D | timerqueue.c | 39 void timerqueue_add(struct timerqueue_head *head, struct timerqueue_node *node) timerqueue_add() argument 72 void 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
|
/linux-4.1.27/drivers/infiniband/hw/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.1.27/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.1.27/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.1.27/arch/x86/include/asm/ |
H A D | spinlock_types.h | 30 __ticket_t head, tail; member in struct:arch_spinlock::__anon3085::__raw_tickets
|
H A D | spinlock.h | 146 __ticket_t head; arch_spin_unlock() local 184 __ticket_t head = READ_ONCE(lock->tickets.head); arch_spin_unlock_wait() local 68 __ticket_check_and_clear_slowpath(arch_spinlock_t *lock, __ticket_t head) __ticket_check_and_clear_slowpath() argument
|
/linux-4.1.27/arch/xtensa/ |
H A D | Makefile | |
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | engctx.h | 13 struct list_head head; member in struct:nvkm_engctx
|
H A D | handle.h | 10 struct list_head head; member in struct:nvkm_handle
|
H A D | notify.h | 8 struct list_head head; member in struct:nvkm_notify
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
H A D | instmem.h | 7 struct list_head head; member in struct:nvkm_instobj
|
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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | conn.h | 11 struct list_head head; member in struct:nvkm_connector
|
H A D | outp.h | 10 struct list_head head; member in struct:nvkm_output
|
H A D | base.c | 60 nvkm_disp_vblank(struct nvkm_disp *disp, int head) nvkm_disp_vblank() argument
|
H A D | nv04.c | 84 int head, ret; nv04_disp_mthd() local 129 nv04_disp_vblank_init(struct nvkm_event *event, int type, int head) nv04_disp_vblank_init() argument 136 nv04_disp_vblank_fini(struct nvkm_event *event, int type, int head) nv04_disp_vblank_fini() argument 37 nv04_disp_scanoutpos(struct nvkm_object *object, struct nv04_disp_priv *priv, void *data, u32 size, int head) nv04_disp_scanoutpos() argument
|
H A D | vga.c | 29 nv_rdport(void *obj, int head, u16 port) nv_rdport() argument 54 nv_wrport(void *obj, int head, u16 port, u8 data) nv_wrport() argument 77 nv_rdvgas(void *obj, int head, u8 index) nv_rdvgas() argument 84 nv_wrvgas(void *obj, int head, u8 index, u8 value) nv_wrvgas() argument 91 nv_rdvgag(void *obj, int head, u8 index) nv_rdvgag() argument 98 nv_wrvgag(void *obj, int head, u8 index, u8 value) nv_wrvgag() argument 105 nv_rdvgac(void *obj, int head, u8 index) nv_rdvgac() argument 112 nv_wrvgac(void *obj, int head, u8 index, u8 value) nv_wrvgac() argument 119 nv_rdvgai(void *obj, int head, u16 port, u8 index) nv_rdvgai() argument 129 nv_wrvgai(void *obj, int head, u16 port, u8 index, u8 value) nv_wrvgai() argument
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_nla.c | 8 struct nlattr *head = nla_data(nla); drbd_nla_check_mandatory() local
|
/linux-4.1.27/arch/microblaze/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/arch/s390/ |
H A D | Makefile | |
/linux-4.1.27/arch/sh/ |
H A D | Makefile | |
/linux-4.1.27/arch/mn10300/ |
H A D | Makefile | |
/linux-4.1.27/arch/arm64/ |
H A D | Makefile | |
/linux-4.1.27/arch/arm64/kernel/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/arch/cris/ |
H A D | Makefile | |
/linux-4.1.27/arch/ia64/ |
H A D | Makefile | |
/linux-4.1.27/arch/arm/kernel/ |
H A D | Makefile | |
/linux-4.1.27/arch/arc/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/net/batman-adv/ |
H A D | originator.h | 98 struct hlist_head *head; batadv_orig_hash_find() local
|
H A D | hash.h | 60 struct hlist_head *head; batadv_hash_delete() local 123 struct hlist_head *head; batadv_hash_add() local 167 struct hlist_head *head; batadv_hash_remove() local
|
/linux-4.1.27/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 | addrconf_core.c | 136 static void in6_dev_finish_destroy_rcu(struct rcu_head *head) in6_dev_finish_destroy_rcu() 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.1.27/kernel/power/ |
H A D | console.c | 22 struct list_head head; member in struct:pm_vt_switch
|
/linux-4.1.27/sound/core/seq/oss/ |
H A D | seq_oss_readq.h | 35 int head, tail; member in struct:seq_oss_readq
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/unisys/visorutil/ |
H A D | charqueue.c | 32 int head, tail; member in struct:charqueue
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | super25.c | 63 static void ll_inode_destroy_callback(struct rcu_head *head) ll_inode_destroy_callback() argument
|
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 215 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; __et_search_del() local 244 struct list_head *head = &et->et_entries[ee_hashfunc(key)]; et_search_free() local
|
H A D | remote_perm.c | 123 struct hlist_head *head; do_check_remote_perm() local 166 struct hlist_head *head, *perm_hash = NULL; ll_update_remote_perm() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
H A D | nrs_fifo.c | 81 struct nrs_fifo_head *head; nrs_fifo_start() local 103 struct nrs_fifo_head *head = policy->pol_private; nrs_fifo_stop() local 163 struct nrs_fifo_head *head = policy->pol_private; nrs_fifo_req_get() local 197 struct nrs_fifo_head *head; nrs_fifo_req_add() local
|
/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | dfs_pri_detector.h | 36 struct list_head head; member in struct:pri_sequence
|
/linux-4.1.27/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.1.27/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 | 51 struct list_head head; member in struct:vmw_cmdbuf_res
|
/linux-4.1.27/drivers/target/ |
H A D | target_core_ua.c | 205 int head = 1; core_scsi3_ua_for_check_condition() local 273 int head = 1; core_scsi3_ua_clear_for_request_sense() local
|
/linux-4.1.27/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.1.27/arch/parisc/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/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.1.27/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 | 238 static void __call_rcu(struct rcu_head *head, __call_rcu() argument 265 void call_rcu_sched(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) call_rcu_sched() argument 275 void call_rcu_bh(struct rcu_head *head, void (*func)(struct rcu_head *rcu)) call_rcu_bh() argument
|
/linux-4.1.27/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.c | 233 struct hlist_head *head; enic_rx_flow_steer() local
|
/linux-4.1.27/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.1.27/drivers/ptp/ |
H A D | ptp_private.h | 36 int head; member in struct:timestamp_event_queue
|
/linux-4.1.27/drivers/staging/rtl8712/ |
H A D | osdep_service.h | 74 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.1.27/drivers/staging/lustre/lnet/lnet/ |
H A D | lib-me.c | 84 struct list_head *head; LNetMEAttach() local
|
/linux-4.1.27/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.1.27/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.1.27/drivers/input/joystick/iforce/ |
H A D | iforce-packets.c | 55 int head, tail; iforce_send_packet() local
|
/linux-4.1.27/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.1.27/arch/um/drivers/ |
H A D | line.h | 51 char *head; member in struct:line
|
/linux-4.1.27/arch/x86/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | priv.h | 7 struct list_head head; member in struct:nvkm_perfctr 49 struct list_head head; member in struct:nvkm_perfdom
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | radeon_mn.c | 297 struct list_head *head; radeon_mn_unregister() local
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-kye.c | 502 struct list_head *head; kye_tablet_enable() local
|
/linux-4.1.27/fs/proc/ |
H A D | page.c | 126 struct page *head = compound_head(page); stable_page_flags() local
|
/linux-4.1.27/fs/ubifs/ |
H A D | scan.c | 370 struct list_head *head; ubifs_scan_destroy() local
|
/linux-4.1.27/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.1.27/include/media/ |
H A D | v4l2-of.h | 69 struct list_head head; member in struct:v4l2_of_endpoint
|
/linux-4.1.27/arch/powerpc/ |
H A D | Makefile | |
/linux-4.1.27/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.1.27/arch/powerpc/oprofile/cell/ |
H A D | pr_util.h | 78 unsigned int head, tail; member in struct:spu_buffer
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_inode.c | 340 static void vxfs_i_callback(struct rcu_head *head) vxfs_i_callback() argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/net/nfc/ |
H A D | nfc.h | 45 struct hlist_head head; member in struct:nfc_sock_list
|
/linux-4.1.27/net/rds/ |
H A D | bind.c | 55 struct hlist_head *head = hash_to_bucket(addr, port); rds_bind_lookup() local
|
/linux-4.1.27/net/sunrpc/ |
H A D | svcauth.c | 142 struct hlist_head *head; auth_domain_lookup() local
|
/linux-4.1.27/net/ |
H A D | sysctl_net.c | 41 static int net_ctl_permissions(struct ctl_table_header *head, net_ctl_permissions() argument
|
/linux-4.1.27/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.1.27/security/tomoyo/ |
H A D | memory.c | 152 struct list_head *head; tomoyo_get_name() local
|
/linux-4.1.27/tools/testing/selftests/timers/ |
H A D | clocksource-switch.c | 56 char *head, *tmp; get_clocksources() local
|
/linux-4.1.27/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.1.27/include/crypto/ |
H A D | scatterwalk.h | 36 static inline void scatterwalk_crypto_chain(struct scatterlist *head, scatterwalk_crypto_chain() argument
|
/linux-4.1.27/include/linux/ceph/ |
H A D | pagelist.h | 10 struct list_head head; member in struct:ceph_pagelist
|
/linux-4.1.27/include/linux/mtd/ |
H A D | inftl.h | 41 int head,sect,cyl; member in struct:INFTLrecord
|
H A D | nftl.h | 47 int head,sect,cyl; member in struct:NFTLrecord
|
/linux-4.1.27/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.1.27/drivers/mtd/ |
H A D | sm_ftl.h | 70 unsigned char head; member in struct:chs_entry
|
/linux-4.1.27/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.1.27/drivers/misc/mic/host/ |
H A D | mic_virtio.h | 65 u16 head; member in struct:mic_vringh
|
/linux-4.1.27/drivers/net/irda/ |
H A D | bfin_sir.h | 34 int head; member in struct:dma_rx_buf
|
/linux-4.1.27/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.1.27/drivers/staging/unisys/uislib/ |
H A D | uisqueue.c | 57 unsigned int head, tail, nof; spar_signal_insert() local 115 unsigned int head, tail; spar_signal_remove() local 170 unsigned int head, tail, count = 0; spar_signal_remove_all() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
H A D | lustre_handles.c | 54 struct list_head head; member in struct:handle_bucket
|
/linux-4.1.27/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.1.27/drivers/of/ |
H A D | pdt.c | 139 struct property *head, *tail; of_pdt_build_prop_list() local
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_cq.c | 52 u32 head; ipath_cq_enter() local 376 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.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_srq.c | 222 u32 sz, size, n, head, tail; qib_modify_srq() local
|
/linux-4.1.27/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.1.27/drivers/crypto/qat/qat_common/ |
H A D | adf_transport_debug.c | 94 int head, tail, empty; adf_ring_show() local 227 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.1.27/arch/x86/mm/ |
H A D | gup.c | 122 struct page *head, *page; gup_huge_pmd() local 199 struct page *head, *page; gup_huge_pud() local
|
/linux-4.1.27/block/partitions/ |
H A D | ibm.c | 33 __u16 head; cchh2blk() local 51 __u16 head; cchhb2blk() local
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv04.c | 85 int head = nouveau_crtc(encoder->crtc)->index; nv04_tv_dpms() local 102 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) nv04_tv_bind() argument 124 int head = nouveau_crtc(encoder->crtc)->index; nv04_tv_prepare() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | nv50.c | 83 u32 head = *(u32 *)args; nv50_sw_mthd_vblsem_release() local
|
/linux-4.1.27/drivers/thunderbolt/ |
H A D | nhi.h | 38 int head; /* write next descriptor here */ member in struct:tb_ring
|
/linux-4.1.27/fs/ocfs2/dlm/ |
H A D | dlmast.c | 295 struct list_head *head = NULL; dlm_proxy_ast_handler() local
|
/linux-4.1.27/fs/reiserfs/ |
H A D | file.c | 182 struct buffer_head *bh, *head; reiserfs_commit_page() local
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/include/linux/wimax/ |
H A D | debug.h | 172 void __d_head(char *head, size_t head_size, __d_head() argument
|
/linux-4.1.27/kernel/bpf/ |
H A D | hashtab.c | 108 static struct htab_elem *lookup_elem_raw(struct hlist_head *head, u32 hash, lookup_elem_raw() argument 124 struct hlist_head *head; htab_map_lookup_elem() local 149 struct hlist_head *head; htab_map_get_next_key() local 209 struct hlist_head *head; htab_map_update_elem() local 282 struct hlist_head *head; htab_map_delete_elem() local 316 struct hlist_head *head = select_bucket(htab, i); delete_all_elements() local
|
/linux-4.1.27/arch/s390/mm/ |
H A D | gup.c | 55 struct page *head, *page, *tail; gup_huge_pmd() local
|
/linux-4.1.27/arch/mips/mm/ |
H A D | gup.c | 75 struct page *head, *page; gup_huge_pmd() local 141 struct page *head, *page; gup_huge_pud() local
|
/linux-4.1.27/arch/blackfin/kernel/ |
H A D | ipipe.c | 91 struct list_head *head, *pos; __ipipe_handle_irq() local
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | axisflashmap.h | 46 struct partitiontable_head head; member in struct:partitiontable
|
/linux-4.1.27/arch/arm/mach-netx/ |
H A D | xc.c | 120 struct fw_header *head; xc_request_firmware() local
|
/linux-4.1.27/arch/arm/ |
H A D | Makefile | |
/linux-4.1.27/fs/ |
H A D | file_table.c | 44 static void file_free_rcu(struct rcu_head *head) file_free_rcu() argument
|
/linux-4.1.27/net/bridge/ |
H A D | br_if.c | 218 static void destroy_nbp_rcu(struct rcu_head *head) destroy_nbp_rcu() argument 272 void br_dev_delete(struct net_device *dev, struct list_head *head) br_dev_delete() argument
|
/linux-4.1.27/net/caif/ |
H A D | cfrfml.c | 217 u8 head[6]; cfrfml_transmit() local
|
/linux-4.1.27/net/core/ |
H A D | gen_estimator.c | 95 struct rcu_head head; member in struct:gen_estimator
|
/linux-4.1.27/net/ieee802154/6lowpan/ |
H A D | core.c | 194 static void lowpan_dellink(struct net_device *dev, struct list_head *head) lowpan_dellink() argument
|