Home
last modified time | relevance | path

Searched defs:head (Results 801 – 1000 of 1185) sorted by relevance

123456

/linux-4.4.14/drivers/base/
Dfirmware_class.c118 struct list_head head; member
1498 struct list_head *head = data; in dev_create_fw_entry() local
/linux-4.4.14/fs/ocfs2/
Djournal.c2022 struct inode *head; member
2074 struct inode **head, in ocfs2_queue_orphans()
Dsuper.c582 static void ocfs2_i_callback(struct rcu_head *head) in ocfs2_i_callback()
/linux-4.4.14/mm/
Dpercpu.c510 int head = ALIGN(cand_off, align) - off; in pcpu_fit_in_area() local
566 int head, tail; in pcpu_alloc_area() local
Dzswap.c661 static void __zswap_pool_release(struct rcu_head *head) in __zswap_pool_release()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_receiver.c85 static struct page *page_chain_del(struct page **head, int n) in page_chain_del()
141 static void page_chain_add(struct page **head, in page_chain_add()
458 struct list_head *head) in _drbd_wait_ee_list_empty()
474 struct list_head *head) in drbd_wait_ee_list_empty()
/linux-4.4.14/kernel/events/
Dcore.c852 struct list_head *head = this_cpu_ptr(&active_ctx_list); in perf_event_ctx_activate() local
875 static void free_ctx(struct rcu_head *head) in free_ctx()
3126 struct list_head *head = this_cpu_ptr(&active_ctx_list); in perf_event_task_tick() local
3548 static void free_event_rcu(struct rcu_head *head) in free_event_rcu()
6163 void perf_event_aux_event(struct perf_event *event, unsigned long head, in perf_event_aux_event()
6662 struct hlist_head *head; in do_perf_sw_event() local
6729 struct hlist_head *head; in perf_swevent_add() local
6951 struct pt_regs *regs, struct hlist_head *head, int rctx, in perf_tp_event()
/linux-4.4.14/fs/btrfs/
Ddisk-io.c3465 struct list_head *head; in barrier_all_devices() local
3594 struct list_head *head; in write_all_supers() local
4195 struct btrfs_delayed_ref_head *head; in btrfs_destroy_delayed_refs() local
Dvolumes.c242 static noinline struct btrfs_device *__find_device(struct list_head *head, in __find_device()
305 struct bio *head, struct bio *tail) in requeue_list()
828 static void free_device(struct rcu_head *head) in free_device()
892 struct list_head *head = &fs_devices->devices; in __btrfs_open_devices() local
Dtransaction.c1577 struct list_head *head = &trans->transaction->pending_snapshots; in create_pending_snapshots() local
Dvolumes.h33 struct bio *head; member
/linux-4.4.14/fs/
Dsuper.c149 static void destroy_super_rcu(struct rcu_head *head) in destroy_super_rcu()
Dpipe.c1023 unsigned int head; in pipe_set_size() local
Ddirect-io.c103 unsigned head; /* next page to process */ member
Dselect.c879 struct poll_list *const head = (struct poll_list *)stack_pps; in do_sys_poll() local
/linux-4.4.14/drivers/net/irda/
Dnsc-ircc.h230 int head; member
Dvlsi_ir.h674 atomic_t head, tail; member
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c826 u8 head; in pn544_hci_enable_se() member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_io.c758 struct cl_object_header *head; in osc_req_attr_set() local
/linux-4.4.14/fs/ubifs/
Dsuper.c276 static void ubifs_i_callback(struct rcu_head *head) in ubifs_i_callback()
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_cqm.c406 struct list_head *head = &group->hw.cqm_group_entry; in intel_cqm_xchg_rmid() local
/linux-4.4.14/drivers/net/ipvlan/
Dipvlan_main.c502 static void ipvlan_link_delete(struct net_device *dev, struct list_head *head) in ipvlan_link_delete()
/linux-4.4.14/drivers/firmware/
Ddmi_scan.c880 const struct list_head *head = from ? &from->list : &dmi_devices; in dmi_find_device() local
/linux-4.4.14/lib/
Didr.c137 static void idr_layer_rcu_free(struct rcu_head *head) in idr_layer_rcu_free()
Dassoc_array.c1332 static void assoc_array_rcu_cleanup(struct rcu_head *head) in assoc_array_rcu_cleanup()
Dradix-tree.c219 static void radix_tree_node_rcu_free(struct rcu_head *head) in radix_tree_node_rcu_free()
/linux-4.4.14/arch/x86/kernel/
Dkvm.c763 __ticket_t head; in kvm_lock_spinning() local
/linux-4.4.14/net/nfc/
Dllcp.h46 struct hlist_head head; member
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c88 struct list_head *head) in amdgpu_vm_get_bos()
/linux-4.4.14/lib/zlib_deflate/
Ddefutil.h110 Pos *head; /* Heads of the hash chains or NIL. */ member
/linux-4.4.14/fs/ufs/
Dsuper.c1407 static void ufs_i_callback(struct rcu_head *head) in ufs_i_callback()
/linux-4.4.14/drivers/hid/
Duhid.c43 __u8 head; member
Dhid-wiimote.h111 __u8 head; member
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h253 struct hlist_head head; member
/linux-4.4.14/drivers/dma/
Dmic_x100_dma.c120 static u32 mic_dma_ring_count(u32 head, u32 tail) in mic_dma_ring_count()
/linux-4.4.14/drivers/input/
Djoydev.c65 int head; member
Dmousedev.c102 unsigned int head, tail; member
/linux-4.4.14/security/apparmor/
Dapparmorfs.c555 #define list_entry_is_head(pos, head, member) (&pos->member == (head)) argument
/linux-4.4.14/net/netfilter/
Dxt_recent.c504 const struct list_head *head = e->list.next; in recent_seq_next() local
Dnft_compat.c616 struct list_head head; member
Dxt_hashlimit.c202 static void dsthash_free_rcu(struct rcu_head *head) in dsthash_free_rcu()
/linux-4.4.14/net/ipv4/netfilter/
Dipt_CLUSTERIP.c84 static void clusterip_config_rcu_free(struct rcu_head *head) in clusterip_config_rcu_free()
/linux-4.4.14/kernel/
Dauditfilter.c108 void audit_free_rule_rcu(struct rcu_head *head) in audit_free_rule_rcu()
Dworkqueue.c1038 static void move_linked_works(struct work_struct *work, struct list_head *head, in move_linked_works()
1300 struct list_head *head, unsigned int extra_flags) in insert_work()
2398 struct list_head *head; in insert_wq_barrier() local
/linux-4.4.14/tools/perf/util/
Ddso.h127 struct list_head head; member
/linux-4.4.14/net/ipv4/
Dip_sockglue.c309 static void ip_ra_destroy_rcu(struct rcu_head *head) in ip_ra_destroy_rcu()
Dinet_diag.c806 struct inet_ehash_bucket *head = &hashinfo->ehash[i]; in inet_diag_dump_icsk() local
Daf_inet.c1289 static struct sk_buff **inet_gro_receive(struct sk_buff **head, in inet_gro_receive()
Dipmr.c550 struct list_head *head) in vif_delete()
605 static void ipmr_cache_free_rcu(struct rcu_head *head) in ipmr_cache_free_rcu()
Dtcp_output.c731 struct list_head head; /* queue of tcp sockets */ member
1762 struct sk_buff *head; in tcp_tso_should_defer() local
/linux-4.4.14/crypto/
Dalgapi.c816 unsigned int head) in crypto_alloc_instance2()
Dcryptd.c314 static void *cryptd_alloc_instance(struct crypto_alg *alg, unsigned int head, in cryptd_alloc_instance()
/linux-4.4.14/drivers/tty/
Dmoxa.c1880 u16 head, tail, tx_mask, spage, epage; in MoxaPortWriteData() local
1940 u16 pageno, pageofs, bufhead, head; in MoxaPortReadData() local
Dsynclink_gt.c3033 static void add_cond_wait(struct cond_wait **head, struct cond_wait *w) in add_cond_wait()
3041 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait()
3057 static void flush_cond_wait(struct cond_wait **head) in flush_cond_wait()
/linux-4.4.14/drivers/misc/sgi-gru/
Dgru_instructions.h305 unsigned int head; member
603 static inline union gru_mesqhead gru_mesq_head(int head, int limit) in gru_mesq_head()
Dgrukservices.c653 unsigned int limit, head; in send_message_queue_full() local
/linux-4.4.14/drivers/staging/lustre/lnet/klnds/o2iblnd/
Do2iblnd.c1358 static void kiblnd_destroy_fmr_pool_list(struct list_head *head) in kiblnd_destroy_fmr_pool_list()
1616 static void kiblnd_destroy_pool_list(struct list_head *head) in kiblnd_destroy_pool_list()
/linux-4.4.14/drivers/tty/serial/
Dmen_z135_uart.c305 int head; in men_z135_handle_tx() local
Dm32r_sio.c128 struct list_head *head; member
/linux-4.4.14/drivers/dma/ioat/
Ddma.h128 u16 head; member
/linux-4.4.14/arch/x86/kvm/
Dassigned-dev.c51 static struct kvm_assigned_dev_kernel *kvm_find_assigned_dev(struct list_head *head, in kvm_find_assigned_dev()
/linux-4.4.14/drivers/vfio/
Dvfio_iommu_type1.c196 struct page *head = compound_head(tail); in is_invalid_reserved_pfn() local
/linux-4.4.14/arch/tile/include/hv/
Ddrv_xgbe_intf.h563 _lepp_num_free_slots(unsigned int head, unsigned int tail) in _lepp_num_free_slots()
/linux-4.4.14/tools/perf/
Dbuiltin-record.c79 u64 head = perf_mmap__read_head(md); in record__mmap_read() local
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c498 struct list_head *head; in lnet_res_lh_lookup() local
Drouter.c1079 struct list_head head; in lnet_prune_rc_data() local
/linux-4.4.14/include/net/
Ddst.h426 static inline void dst_rcu_free(struct rcu_head *head) in dst_rcu_free()
/linux-4.4.14/ipc/
Dmsg.c103 static void msg_rcu_free(struct rcu_head *head) in msg_rcu_free()
Dshm.c174 static void shm_rcu_free(struct rcu_head *head) in shm_rcu_free()
Dmqueue.c359 static void mqueue_i_callback(struct rcu_head *head) in mqueue_i_callback()
/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
Dkfd_events.c126 #define list_tail_entry(head, type, member) \ argument
/linux-4.4.14/drivers/net/ethernet/toshiba/
Dps3_gelic_net.h265 struct gelic_descr *head; member
/linux-4.4.14/drivers/gpu/drm/virtio/
Dvirtgpu_drv.h156 struct list_head head; member
/linux-4.4.14/arch/powerpc/include/asm/
Dps3.h105 struct list_head head; member
/linux-4.4.14/drivers/gpu/drm/
Ddrm_modes.c860 struct list_head head = dst->head; in drm_mode_copy() local
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_guc_fwif.h156 u32 head; member
Dintel_ringbuffer.h104 u32 head; member
Di915_gem_execbuffer.c195 struct hlist_head *head; in eb_get_vma() local
/linux-4.4.14/drivers/media/dvb-core/
Ddmxdev.c111 struct list_head *head, *pos; in get_fe() local
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_conn.c792 static void ip_vs_conn_rcu_free(struct rcu_head *head) in ip_vs_conn_rcu_free()
Dip_vs_ctl.c471 static void ip_vs_service_rcu_free(struct rcu_head *head) in ip_vs_service_rcu_free()
624 void ip_vs_dest_dst_rcu_free(struct rcu_head *head) in ip_vs_dest_dst_rcu_free()
/linux-4.4.14/fs/nfs/
Ddir.c2089 static void nfs_access_free_list(struct list_head *head) in nfs_access_free_list()
2174 static void __nfs_access_zap_cache(struct nfs_inode *nfsi, struct list_head *head) in __nfs_access_zap_cache()
/linux-4.4.14/fs/quota/
Ddquot.c268 struct hlist_head *head; in insert_dquot_hash() local
698 struct list_head *head; in dqcache_shrink_scan() local
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sriov_common.c1520 struct list_head *head = &bc->async_list; in qlcnic_sriov_cleanup_async_list() local
2084 struct list_head *head = &adapter->mac_list; in qlcnic_sriov_vf_free_mac_list() local
Dqlcnic_main.c328 struct list_head *head; in qlcnic_delete_adapter_mac() local
2882 void *head; in qlcnic_alloc_lb_filters_mem() local
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h397 /*0*/ struct sym_tcbh head; member
487 /*0*/ struct sym_lcbh head; member
708 /*0*/ struct sym_ccbh head; member
/linux-4.4.14/net/netlink/
Daf_netlink.c621 unsigned int head = ring->head; in netlink_forward_ring() local
636 unsigned int head = ring->head, pos = head; in netlink_has_valid_frame() local
1265 static void deferred_put_nlk_sk(struct rcu_head *head) in deferred_put_nlk_sk()
/linux-4.4.14/net/core/
Dskbuff.c566 unsigned char *head = skb->head; in skb_free_head() local
882 struct page *page, *head = NULL; in skb_copy_ubufs() local
3225 int skb_gro_receive(struct sk_buff **head, struct sk_buff *skb) in skb_gro_receive()
Drtnetlink.c1423 struct hlist_head *head; in rtnl_dump_ifinfo() local
1481 int rtnl_nla_parse_ifla(struct nlattr **tb, const struct nlattr *head, int len) in rtnl_nla_parse_ifla()
Dneighbour.c344 static void neigh_hash_free_rcu(struct rcu_head *head) in neigh_hash_free_rcu()
1466 static void neigh_rcu_free_parms(struct rcu_head *head) in neigh_rcu_free_parms()
/linux-4.4.14/net/sctp/
Dsocket.c6140 struct sctp_bind_hashbucket *head; /* hash list */ in sctp_get_port_local() local
6484 struct sctp_bind_hashbucket *head, struct net *net, unsigned short snum) in sctp_bucket_create()
6513 struct sctp_bind_hashbucket *head = in __sctp_put_port() local
7241 struct sctp_bind_hashbucket *head; in sctp_sock_migrate() local
/linux-4.4.14/drivers/ps3/
Dps3av.c55 u32 head[PS3AV_HEAD_MAX]; member
/linux-4.4.14/net/sched/
Dsch_sfq.c353 struct sk_buff *head; in sfq_enqueue() local
/linux-4.4.14/fs/ext2/
Dsuper.c175 static void ext2_i_callback(struct rcu_head *head) in ext2_i_callback()
/linux-4.4.14/fs/nilfs2/
Dinode.c230 struct buffer_head *bh, *head; in nilfs_set_page_dirty() local
Dsuper.c173 static void nilfs_i_callback(struct rcu_head *head) in nilfs_i_callback()
Dbtree.c2101 struct list_head *head; in nilfs_btree_add_dirty_buffer() local
2139 struct buffer_head *bh, *head; in nilfs_btree_lookup_dirty_buffers() local
/linux-4.4.14/drivers/media/usb/go7007/
Dgo7007-fw.c781 const unsigned char head[] = { 0x00, 0x00, 0x01, 0xb0, go->pali, in mpeg4_sequence_header() local
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
Dcrtc.c689 int head = nv_crtc->index; in nv_crtc_restore() local
/linux-4.4.14/drivers/block/rsxx/
Ddma.c96 int head; member
/linux-4.4.14/net/bluetooth/rfcomm/
Dtty.c220 struct list_head *head = &rfcomm_dev_list; in __rfcomm_dev_add() local
/linux-4.4.14/drivers/s390/scsi/
Dzfcp_fc.c252 struct fc_els_rscn *head; in zfcp_fc_incoming_rscn() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.h310 #define i40e_for_each_ring(pos, head) \ argument
Di40e_txrx.c138 void *head = (struct i40e_tx_desc *)tx_ring->desc + tx_ring->count; in i40e_get_head() local
/linux-4.4.14/net/ipv6/
Dip6_vti.c948 static void vti6_dellink(struct net_device *dev, struct list_head *head) in vti6_dellink()
Daddrconf.c637 struct hlist_head *head; in inet6_netconf_dump_devconf() local
4491 struct hlist_head *head; in inet6_dump_addr() local
5000 struct hlist_head *head; in inet6_dump_ifinfo() local
/linux-4.4.14/drivers/char/xillybus/
Dxillybus_core.c1284 unsigned char *head = in xillybus_write() local
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.h89 u16 head; member
Dxgene_enet_main.c541 u16 head = ring->head; in xgene_enet_process_ring() local
/linux-4.4.14/drivers/net/
Dxen-netfront.c182 static void add_id_to_freelist(unsigned *head, union skb_entry *list, in add_id_to_freelist()
189 static unsigned short get_id_from_freelist(unsigned *head, in get_id_from_freelist()
Dmacvtap.c475 struct list_head *head) in macvtap_dellink()
/linux-4.4.14/net/bridge/netfilter/
Debtables.c325 find_inlist_lock_noload(struct list_head *head, const char *name, int *error, in find_inlist_lock_noload()
344 find_inlist_lock(struct list_head *head, const char *name, const char *prefix, in find_inlist_lock()
/linux-4.4.14/drivers/net/ethernet/cadence/
Dmacb.c659 unsigned int head; in macb_tx_interrupt() local
2102 unsigned int tail, head; in macb_get_regs() local
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c854 u16 head = txo->q.head; in be_tx_get_wrb_hdr() local
864 struct sk_buff *skb, u16 head) in be_tx_setup_wrb_hdr()
898 struct be_tx_obj *txo, u16 head, bool map_single, in be_xmit_restore()
933 u16 head = txq->head; in be_xmit_enqueue() local
/linux-4.4.14/drivers/scsi/ufs/
Dufshcd.c4547 struct list_head *head = &hba->clk_list_head; in __ufshcd_setup_clocks() local
4599 struct list_head *head = &hba->clk_list_head; in ufshcd_init_clocks() local
5417 struct list_head *head = &hba->clk_list_head; in ufshcd_scale_clks() local
/linux-4.4.14/fs/xfs/
Dxfs_file.c1139 struct buffer_head *bh, *head; in xfs_lookup_buffer_offset() local
/linux-4.4.14/fs/f2fs/
Dsuper.c505 static void f2fs_i_callback(struct rcu_head *head) in f2fs_i_callback()
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h156 u16 head; member
/linux-4.4.14/drivers/acpi/apei/
Dghes.c592 static void ghes_estatus_cache_rcu_free(struct rcu_head *head) in ghes_estatus_cache_rcu_free()
/linux-4.4.14/fs/9p/
Dvfs_inode.c260 static void v9fs_i_callback(struct rcu_head *head) in v9fs_i_callback()
/linux-4.4.14/fs/hostfs/
Dhostfs_kern.c246 static void hostfs_i_callback(struct rcu_head *head) in hostfs_i_callback()
/linux-4.4.14/drivers/tty/hvc/
Dhvcs.c909 struct list_head head; in hvcs_get_pi() local
/linux-4.4.14/drivers/block/aoe/
Daoe.h113 struct list_head head; member
/linux-4.4.14/drivers/s390/char/
Dcon3215.c83 int head; /* first free byte in output buffer */ member
/linux-4.4.14/drivers/usb/host/
Doxu210hp-hcd.c1195 struct list_head *head, in qh_urb_transaction()
1499 struct ehci_qh *head; in qh_link_async() local
Du132-hcd.c344 struct list_head *head = &endp->endp_ring; in u132_endp_delete() local
1314 struct list_head *head = &last_endp->endp_ring; in u132_hcd_ring_work_scheduler() local
2397 struct list_head *head = &endp->urb_more; in dequeue_from_overflow_chain() local
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-pow.h669 uint64_t head:1; member
724 uint64_t head:1; member
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c1262 void ldlm_resource_add_lock(struct ldlm_resource *res, struct list_head *head, in ldlm_resource_add_lock()
/linux-4.4.14/fs/ceph/
Dinode.c472 static void ceph_i_callback(struct rcu_head *head) in ceph_i_callback()
/linux-4.4.14/drivers/infiniband/hw/mlx5/
Dcq.c357 u16 tail, u16 head) in handle_atomics()
/linux-4.4.14/drivers/infiniband/hw/cxgb4/
Dqp.c699 static void add_to_fc_list(struct list_head *head, struct list_head *entry) in add_to_fc_list()
/linux-4.4.14/net/tipc/
Dnode.c1067 struct sk_buff_head head; in tipc_node_xmit_skb() local
/linux-4.4.14/sound/oss/
Dmsnd.h190 int head, tail; member
/linux-4.4.14/drivers/staging/unisys/visorhba/
Dvisorhba_main.c135 struct visordisk_info head; member
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_cp.c1984 u32 head = GET_RING_HEAD(dev_priv); in radeon_wait_ring() local
/linux-4.4.14/fs/fuse/
Dinode.c109 static void fuse_i_callback(struct rcu_head *head) in fuse_i_callback()
/linux-4.4.14/drivers/isdn/gigaset/
Dev-layer.c1850 unsigned head, tail; in process_events() local
/linux-4.4.14/kernel/bpf/
Dverifier.c196 struct verifier_stack_elem *head; /* stack of verifier states to be processed */ member
/linux-4.4.14/drivers/infiniband/hw/nes/
Dnes.h335 nes_fill_init_qp_wqe(struct nes_hw_qp_wqe *wqe, struct nes_qp *nesqp, u32 head) in nes_fill_init_qp_wqe()
/linux-4.4.14/drivers/crypto/
Dtalitos.h98 int head; member
/linux-4.4.14/drivers/net/ethernet/3com/
D3c509.c170 int head, size; member
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_provider.h251 unsigned head; member
/linux-4.4.14/include/linux/
Dtrace_events.h622 u64 count, struct pt_regs *regs, void *head, in perf_trace_buf_submit()
Dbio.h597 struct bio *head; member
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_xmit.h193 /*volatile*/ sint head; member
/linux-4.4.14/drivers/scsi/
Dhptiop.c172 u32 head = inbound_head + 1; in mv_inbound_write() local
/linux-4.4.14/fs/isofs/
Dinode.c74 static void isofs_i_callback(struct rcu_head *head) in isofs_i_callback()
/linux-4.4.14/drivers/video/fbdev/nvidia/
Dnv_type.h77 u32 head; member
/linux-4.4.14/drivers/video/fbdev/
Dps3fb.c913 struct display_head *head = &ps3fb.dinfo->display_head[1]; in ps3fb_vsync_interrupt() local
/linux-4.4.14/drivers/dma/dw/
Dcore.c361 struct list_head *head, *active = dwc->tx_node_active; in dwc_scan_descriptors() local
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h68 unsigned long head; member
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1058 static void tlb_remove_table_rcu(struct rcu_head *head) in tlb_remove_table_rcu()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dcl_page.c284 struct lu_object_header *head; in cl_page_alloc() local
Dcl_io.c1114 void cl_page_list_splice(struct cl_page_list *list, struct cl_page_list *head) in cl_page_list_splice()
/linux-4.4.14/net/openvswitch/
Dactions.c75 int head; member
/linux-4.4.14/drivers/hsi/clients/
Dssi_protocol.c399 struct list_head *head, *tmp; in ssip_reset() local
/linux-4.4.14/drivers/hid/usbhid/
Dhid-core.c523 int head; in __usbhid_submit_report() local
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c1150 u32 head = ring->next_to_clean; in fm10k_get_tx_pending() local
/linux-4.4.14/drivers/block/mtip32xx/
Dmtip32xx.h244 unsigned char head; member
/linux-4.4.14/drivers/net/fjes/
Dfjes_hw.h221 u32 head; member
/linux-4.4.14/security/selinux/ss/
Dpolicydb.h202 struct ocontext *head; member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dinit.c231 int head = init->crtc < 0 ? 0 : init->crtc; in init_rdvgai() local
249 int head = init->crtc < 0 ? 0 : init->crtc; in init_wrvgai() local
/linux-4.4.14/drivers/misc/vmw_vmci/
Dvmci_queue_pair.c247 struct list_head head; member
2699 u64 head; in qp_dequeue_locked() local
/linux-4.4.14/drivers/md/
Ddm-cache-policy-smq.c111 unsigned head, tail; member
147 struct entry *head = l_head(es, l); in l_add_head() local
Ddm-stats.c173 static void dm_stat_free(struct rcu_head *head) in dm_stat_free()
Draid5.c386 struct llist_node *head; in release_stripe_list() local
761 struct stripe_head *head; in stripe_add_to_batch_list() local
4662 struct list_head head; in activate_bit_delay() local
/linux-4.4.14/security/smack/
Dsmackfs.c562 struct list_head *head) in smk_seq_start()
579 struct list_head *head) in smk_seq_next()
/linux-4.4.14/drivers/infiniband/hw/ocrdma/
Docrdma.h137 u16 head, tail; member
367 u32 head, tail; member
/linux-4.4.14/drivers/staging/slicoss/
Dslic.h80 struct sk_buff *head; member
160 struct slic_hostcmd *head; member
/linux-4.4.14/fs/reiserfs/
Djournal.c347 struct reiserfs_journal_cnode *head; in allocate_cnodes() local
1851 struct reiserfs_journal_cnode **head; in remove_journal_hash() local
Dstree.c1507 struct buffer_head *head; in unmap_buffers() local
Dsuper.c604 static void reiserfs_i_callback(struct rcu_head *head) in reiserfs_i_callback()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c190 u32 head; member
701 #define rocker_tlv_for_each(pos, head, len, rem) \ argument
769 const struct rocker_tlv *head = (const struct rocker_tlv *) buf; in rocker_tlv_parse() local
944 u32 head = __pos_inc(info->head, info->size); in rocker_desc_head_get() local
963 u32 head = __pos_inc(info->head, info->size); in rocker_desc_head_set() local
/linux-4.4.14/fs/jfs/
Djfs_imap.c2866 int i, n, head; in diExtendFS() local
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c1302 static void clean_l2_data(struct rcu_head *head) in clean_l2_data()
/linux-4.4.14/drivers/net/ethernet/ti/
Ddavinci_cpdma.c113 struct cpdma_desc __iomem *head, *tail; member
/linux-4.4.14/drivers/net/ethernet/hisilicon/
Dhip04_eth.c186 static inline unsigned int tx_count(unsigned int head, unsigned int tail) in tx_count()
/linux-4.4.14/net/dccp/
Dfeat.c454 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) in dccp_feat_entry_new()
/linux-4.4.14/kernel/trace/
Dtrace_uprobe.c1114 struct hlist_head *head; in __uprobe_perf_func() local
/linux-4.4.14/drivers/net/wireless/iwlwifi/dvm/
Drs.h331 u8 head; /* start of the circular buffer */ member
/linux-4.4.14/drivers/atm/
Dzatm.c212 struct rx_buffer_head *head; in refill_pool() local
/linux-4.4.14/drivers/memstick/core/
Dms_block.h272 unsigned char head; member
/linux-4.4.14/drivers/block/
Dswim3.c188 int head; /* head number ditto */ member
/linux-4.4.14/drivers/media/common/siano/
Dsmscoreapi.c516 static void list_add_locked(struct list_head *new, struct list_head *head, in list_add_locked()
/linux-4.4.14/drivers/gpu/drm/qxl/
Dqxl_drv.h203 struct list_head head; member
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h180 int (*head)(struct ip_set *set, struct sk_buff *skb); member
/linux-4.4.14/drivers/video/fbdev/omap/
Dhwa742.c308 static void submit_req_list(struct list_head *head) in submit_req_list()
/linux-4.4.14/scripts/kconfig/
Dqconf.cc1075 QString head, debug, help; in menuInfo() local
/linux-4.4.14/drivers/dma/xilinx/
Dxilinx_vdma.c620 struct xilinx_vdma_tx_segment *head, *tail = NULL; in xilinx_vdma_start_transfer() local
/linux-4.4.14/drivers/infiniband/hw/mlx4/
Dmlx4_ib.h176 unsigned head; member
334 int head; member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_verbs.h202 u32 head; /* index of next entry to fill */ member
314 u32 head; /* new work requests posted to the head */ member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h372 #define ixgbe_for_each_ring(pos, head) \ argument
834 struct sk_buff *head; member
/linux-4.4.14/drivers/scsi/arcmsr/
Darcmsr_hba.c2263 unsigned int head = acb->rqbuf_putIndex; in arcmsr_iop_message_xfer() local
2468 struct list_head *head = &acb->ccb_free_list; in arcmsr_get_freeccb() local
/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c2446 struct hlist_head *head; in bnxt_free_ntp_fltrs() local
5350 struct hlist_head *head; in bnxt_rx_flow_steer() local
5417 struct hlist_head *head; in bnxt_cfg_ntp_filters() local
/linux-4.4.14/drivers/usb/gadget/udc/
Dmv_udc.h245 struct mv_dtd *dtd, *head, *tail; member
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h186 #define ixgbevf_for_each_ring(pos, head) \ argument
/linux-4.4.14/include/uapi/drm/
Dmga_drm.h169 unsigned int head; /* Position of head pointer */ member
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c1311 u32 head = init->addr - base; in gf100_gr_init_csdata() local
/linux-4.4.14/drivers/infiniband/ulp/ipoib/
Dipoib_main.c1409 static void neigh_hash_free_rcu(struct rcu_head *head) in neigh_hash_free_rcu()
/linux-4.4.14/drivers/gpu/drm/r128/
Dr128_drv.h89 drm_r128_freelist_t *head; member

123456