| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | ip_input.c | 551 static void ip_sublist_rcv_finish(struct list_head *head) in ip_sublist_rcv_finish() 571 struct list_head *head) in ip_list_rcv_finish() 610 static void ip_sublist_rcv(struct list_head *head, struct net_device *dev, in ip_sublist_rcv() 619 void ip_list_rcv(struct list_head *head, struct packet_type *pt, in ip_list_rcv()
|
| H A D | xfrm4_protocol.c | 40 #define for_each_protocol_rcu(head, handler) \ argument 49 struct xfrm4_protocol __rcu **head = proto_handlers(protocol); in xfrm4_rcv_cb() local 66 struct xfrm4_protocol __rcu **head = proto_handlers(nexthdr); in xfrm4_rcv_encap() local
|
| H A D | inet_fragment.c | 221 static void inet_frag_destroy_rcu(struct rcu_head *head) in inet_frag_destroy_rcu() 413 struct sk_buff *fp, *head = skb_rb_first(&q->rb_fragments); in inet_frag_reasm_prepare() local 479 void inet_frag_reasm_finish(struct inet_frag_queue *q, struct sk_buff *head, in inet_frag_reasm_finish() 549 struct sk_buff *head, *skb; in inet_frag_pull_head() local
|
| H A D | fib_semantics.c | 232 static void free_fib_info_rcu(struct rcu_head *head) in free_fib_info_rcu() 378 struct hlist_head *head; in fib_find_info_nh() local 409 struct hlist_head *head; in fib_find_info() local 442 struct hlist_head *head; in ip_fib_check_default() local 1303 struct hlist_head *head = &fib_info_hash[i]; in fib_info_hash_move() local 1613 struct hlist_head *head; in fib_create_info() local 1622 struct hlist_head *head; in fib_create_info() local 1888 struct hlist_head *head = &fib_info_laddrhash[hash]; in fib_sync_down_addr() local 1976 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_mtu() local 1995 struct hlist_head *head = fib_info_devhash_bucket(dev); in fib_sync_down_dev() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | buffer.c | 89 struct buffer_head *head, *bh; in buffer_check_dirty_writeback() local 196 struct buffer_head *head; in __find_get_block_slow() local 651 struct buffer_head *head = page_buffers(page); in __set_page_dirty_buffers() local 842 struct buffer_head *bh, *head; in alloc_page_buffers() local 890 link_dev_buffers(struct page *page, struct buffer_head *head) in link_dev_buffers() 922 struct buffer_head *head = page_buffers(page); in init_page_buffers() local 1532 struct buffer_head *head, *bh, *next; in block_invalidatepage() local 1587 struct buffer_head *bh, *head, *tail; in create_empty_buffers() local 1643 struct buffer_head *head; in clean_bdev_aliases() local 1747 struct buffer_head *bh, *head; in __block_write_full_page() local [all …]
|
| H A D | pipe.c | 222 unsigned int head = READ_ONCE(pipe->head); in pipe_readable() local 256 unsigned int head = smp_load_acquire(&pipe->head); in pipe_read() local 408 unsigned int head = READ_ONCE(pipe->head); in pipe_writable() local 421 unsigned int head; in pipe_write() local 613 int count, head, tail, mask; in pipe_ioctl() local 656 unsigned int head, tail; in pipe_poll() local 1256 unsigned int head, tail, mask, n; in pipe_resize_ring() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpqphp_ctrl.c | 298 static int sort_by_size(struct pci_resource **head) in sort_by_size() 346 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size() 396 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split() 473 static struct pci_resource *do_bridge_resource_split(struct pci_resource **head, u32 alignment) in do_bridge_resource_split() 526 static struct pci_resource *get_io_resource(struct pci_resource **head, u32 size) in get_io_resource() 623 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource() 720 static struct pci_resource *get_resource(struct pci_resource **head, u32 size) in get_resource() 813 int cpqhp_resource_sort_and_combine(struct pci_resource **head) in cpqhp_resource_sort_and_combine()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ras.c | 459 struct ras_common_if *head) in amdgpu_ras_create_obj() 485 struct ras_common_if *head) in amdgpu_ras_find_obj() 543 struct ras_common_if *head) in amdgpu_ras_is_feature_allowed() 551 struct ras_common_if *head) in amdgpu_ras_is_feature_enabled() 563 struct ras_common_if *head, int enable) in __amdgpu_ras_feature_enable() 601 struct ras_common_if *head, bool enable) in amdgpu_ras_feature_enable() 660 struct ras_common_if *head, bool enable) in amdgpu_ras_feature_enable_on_boot() 734 struct ras_common_if head = { in amdgpu_ras_enable_all_features() local 1057 struct ras_fs_if *head) in amdgpu_ras_sysfs_create() 1092 struct ras_common_if *head) in amdgpu_ras_sysfs_remove() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | vars.c | 334 struct list_head *head) in variable_is_present() 415 void *data, bool duplicates, struct list_head *head) in efivar_init() 518 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head) in efivar_entry_add() 652 unsigned long size, void *data, struct list_head *head) in efivar_entry_set() 810 struct list_head *head, bool remove) in efivar_entry_find() 1081 struct list_head *head, void *data, in __efivar_entry_iter() 1126 struct list_head *head, void *data) in efivar_entry_iter()
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | list_sort.c | 25 struct list_head head, *tail = &head; in merge() local 52 struct list_head *head, in merge_and_restore_back_links() 103 void list_sort(void *priv, struct list_head *head, in list_sort()
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | recovery.c | 306 struct list_head *head) in nilfs_scan_dsync_log() 375 static void dispose_recovery_list(struct list_head *head) in dispose_recovery_list() 391 static int nilfs_segment_list_add(struct list_head *head, __u64 segnum) in nilfs_segment_list_add() 404 void nilfs_dispose_segment_list(struct list_head *head) in nilfs_dispose_segment_list() 419 struct list_head *head = &ri->ri_used_segments; in nilfs_prepare_segment_for_recovery() local 494 struct list_head *head, in nilfs_recover_dsync_blocks()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Module.c | 82 xf86parseModuleSubSection(XF86LoadPtr head, char *name) in xf86parseModuleSubSection() 220 xf86addNewLoadDirective(XF86LoadPtr head, const char *name, int type, in xf86addNewLoadDirective()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | task_work.c | 35 struct callback_head *head; in task_work_add() local 134 struct callback_head *work, *head, *next; in task_work_run() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_fence.h | 52 struct list_head head; member 61 struct list_head head; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/iccsense/ |
| H A D | priv.h | 9 struct list_head head; member 18 struct list_head head; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/vmw_pvrdma/ |
| H A D | pvrdma_cq.c | 80 unsigned int head; in pvrdma_req_notify_cq() local 277 unsigned int head; in _pvrdma_flush_cqe() local 324 unsigned int head; in pvrdma_poll_one() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_dma.c | 106 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
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | page-io.c | 108 struct buffer_head *bh, *head; in ext4_finish_bio() local 201 static void dump_completed_IO(struct inode *inode, struct list_head *head) in dump_completed_IO() 244 struct list_head *head) in ext4_do_flush_completed_IO() 449 struct buffer_head *bh, *head; in ext4_bio_write_page() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | eql.c | 145 struct list_head *this, *tmp, *head; in eql_timer() local 232 struct list_head *head, *tmp, *this; in eql_kill_slave_queue() local 299 struct list_head *this, *tmp, *head; in __eql_schedule_slaves() local 364 struct list_head *this, *head; in __eql_find_slave_dev() local
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | rtb_fwc.c | 276 #define list_for_each_safe(pos, n, head) \ argument 286 static inline int list_empty(const struct list_head *head) in list_empty() 301 static inline void list_add_tail(struct list_head *_new, struct list_head *head) in list_add_tail() 336 struct list_head *head) in list_splice_tail() 370 struct list_head *head; in config_lists_free() local 393 char *head = buf; in line_process() local 440 char *head = (void *)buf; in config_process() local 576 static void merge_configs(struct list_head *head, struct list_head *head2) in merge_configs()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | setup-bus.c | 42 static void free_list(struct list_head *head) in free_list() 60 static int add_to_list(struct list_head *head, struct pci_dev *dev, in add_to_list() 83 static void remove_from_list(struct list_head *head, struct resource *res) in remove_from_list() 96 static struct pci_dev_resource *res_to_dev_res(struct list_head *head, in res_to_dev_res() 109 static resource_size_t get_res_add_size(struct list_head *head, in get_res_add_size() 118 static resource_size_t get_res_add_align(struct list_head *head, in get_res_add_align() 129 static void pdev_sort_resources(struct pci_dev *dev, struct list_head *head) in pdev_sort_resources() 178 static void __dev_sort_resources(struct pci_dev *dev, struct list_head *head) in __dev_sort_resources() 216 struct list_head *head) in reassign_resources_sorted() 275 static void assign_requested_resources_sorted(struct list_head *head, in assign_requested_resources_sorted() [all …]
|
| /OK3568_Linux_fs/kernel/net/batman-adv/ |
| H A D | bridge_loop_avoidance.c | 223 struct hlist_head *head; in batadv_claim_hash_find() local 263 struct hlist_head *head; in batadv_backbone_hash_find() local 303 struct hlist_head *head; in batadv_bla_del_backbone_claims() local 599 struct hlist_head *head; in batadv_bla_answer_request() local 1228 struct hlist_head *head; in batadv_bla_purge_backbone_gw() local 1283 struct hlist_head *head; in batadv_bla_purge_claims() local 1338 struct hlist_head *head; in batadv_bla_update_orig_address() local 1435 struct hlist_head *head; in batadv_bla_periodic_work() local 1742 struct hlist_head *head; in batadv_bla_is_backbone_gw_orig() local 2144 struct hlist_head *head; in batadv_bla_claim_table_seq_print_text() local [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | hvcserver.c | 62 int hvcs_free_partner_info(struct list_head *head) in hvcs_free_partner_info() 119 int hvcs_get_partner_info(uint32_t unit_address, struct list_head *head, in hvcs_get_partner_info()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | ps3gpu.h | 34 static inline int lv1_gpu_display_sync(u64 context_handle, u64 head, in lv1_gpu_display_sync() 42 static inline int lv1_gpu_display_flip(u64 context_handle, u64 head, in lv1_gpu_display_flip()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | genpool.c | 57 struct llist_node *head; in mce_gen_pool_prepare_records() local 76 struct llist_node *head; in mce_gen_pool_process() local
|