/linux-4.1.27/tools/perf/util/ |
D | parse-events.y | 25 #define ALLOC_LIST(list) \ argument 32 static inc_group_count(struct list_head *list, in inc_group_count() 106 struct list_head *list = $1; variable 115 struct list_head *list = $1; variable 129 struct list_head *list = $1; variable 140 struct list_head *list = $3; variable 149 struct list_head *list = $2; variable 160 struct list_head *list = $1; variable 173 struct list_head *list = $1; variable 208 struct list_head *list; variable [all …]
|
D | parse-events.c | 275 __add_event(struct list_head *list, int *idx, in __add_event() 294 static int add_event(struct list_head *list, int *idx, in add_event() 318 int parse_events_add_cache(struct list_head *list, int *idx, in parse_events_add_cache() 379 static int add_tracepoint(struct list_head *list, int *idx, in add_tracepoint() 393 static int add_tracepoint_multi_event(struct list_head *list, int *idx, in add_tracepoint_multi_event() 425 static int add_tracepoint_event(struct list_head *list, int *idx, in add_tracepoint_event() 433 static int add_tracepoint_multi_sys(struct list_head *list, int *idx, in add_tracepoint_multi_sys() 465 int parse_events_add_tracepoint(struct list_head *list, int *idx, in parse_events_add_tracepoint() 514 int parse_events_add_breakpoint(struct list_head *list, int *idx, in parse_events_add_breakpoint() 596 int parse_events_add_numeric(struct list_head *list, int *idx, in parse_events_add_numeric() [all …]
|
D | evlist.h | 220 #define __evlist__for_each(list, evsel) \ argument 236 #define __evlist__for_each_continue(list, evsel) \ argument 252 #define __evlist__for_each_reverse(list, evsel) \ argument 269 #define __evlist__for_each_safe(list, tmp, evsel) \ argument
|
D | pmu.h | 26 struct list_head list; /* ELEM */ member 41 struct list_head list; /* ELEM */ member
|
D | parse-events.h | 73 struct list_head list; member 78 struct list_head list; member
|
D | comm.h | 13 struct list_head list; member
|
/linux-4.1.27/tools/firewire/ |
D | list.h | 1 struct list { struct 2 struct list *next, *prev; argument 6 list_init(struct list *list) in list_init() 13 list_empty(struct list *list) in list_empty() 28 list_append(struct list *list, struct list *new_link) in list_append() 34 list_prepend(struct list *list, struct list *new_link) in list_prepend() 49 #define list_head(list, type, member) \ argument 52 #define list_tail(list, type, member) \ argument 58 #define list_for_each_entry(pos, list, member) \ argument
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_execbuf_util.c | 35 static void ttm_eu_backoff_reservation_reverse(struct list_head *list, in ttm_eu_backoff_reservation_reverse() 45 static void ttm_eu_del_from_lru_locked(struct list_head *list) in ttm_eu_del_from_lru_locked() 58 struct list_head *list) in ttm_eu_backoff_reservation() 96 struct list_head *list, bool intr, in ttm_eu_reserve_buffers() 183 struct list_head *list, struct fence *fence) in ttm_eu_fence_buffer_objects()
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | book3s_mmu_hpte.c | 152 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_flush_all() local 164 struct hlist_head *list; in kvmppc_mmu_pte_flush_page() local 183 struct hlist_head *list; in kvmppc_mmu_pte_flush_long() local 226 struct hlist_head *list; in kvmppc_mmu_pte_vflush_short() local 247 struct hlist_head *list; in kvmppc_mmu_pte_vflush_64k() local 269 struct hlist_head *list; in kvmppc_mmu_pte_vflush_long() local 320 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_pflush() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 50 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 169 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 180 static inline void list_move_tail(struct list_head *list, in list_move_tail() 192 static inline int list_is_last(const struct list_head *list, in list_is_last() 235 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 262 static inline void list_cut_position(struct list_head *list, in list_cut_position() 276 static inline void __list_splice(const struct list_head *list, in __list_splice() 294 static inline void list_splice(const struct list_head *list, in list_splice() 306 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 320 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
/linux-4.1.27/drivers/pnp/isapnp/ |
D | compat.c | 28 struct list_head *list; in pnp_find_card() local 54 struct list_head *list; in pnp_find_dev() local 69 struct list_head *list; in pnp_find_dev() local
|
/linux-4.1.27/net/core/ |
D | dev_addr_lists.c | 23 static int __hw_addr_create_ex(struct netdev_hw_addr_list *list, in __hw_addr_create_ex() 49 static int __hw_addr_add_ex(struct netdev_hw_addr_list *list, in __hw_addr_add_ex() 84 static int __hw_addr_add(struct netdev_hw_addr_list *list, in __hw_addr_add() 92 static int __hw_addr_del_entry(struct netdev_hw_addr_list *list, in __hw_addr_del_entry() 116 static int __hw_addr_del_ex(struct netdev_hw_addr_list *list, in __hw_addr_del_ex() 130 static int __hw_addr_del(struct netdev_hw_addr_list *list, in __hw_addr_del() 241 int __hw_addr_sync_dev(struct netdev_hw_addr_list *list, in __hw_addr_sync_dev() 292 void __hw_addr_unsync_dev(struct netdev_hw_addr_list *list, in __hw_addr_unsync_dev() 313 static void __hw_addr_flush(struct netdev_hw_addr_list *list) in __hw_addr_flush() 324 void __hw_addr_init(struct netdev_hw_addr_list *list) in __hw_addr_init()
|
D | gen_estimator.c | 83 struct list_head list; member 101 struct list_head list; member
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_cmdbuf_res.c | 68 struct list_head list; member 129 void vmw_cmdbuf_res_commit(struct list_head *list) in vmw_cmdbuf_res_commit() 163 void vmw_cmdbuf_res_revert(struct list_head *list) in vmw_cmdbuf_res_revert() 204 struct list_head *list) in vmw_cmdbuf_res_add() 243 struct list_head *list) in vmw_cmdbuf_res_remove()
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpdma.c | 385 int vpdma_create_desc_list(struct vpdma_desc_list *list, size_t size, int type) in vpdma_create_desc_list() 404 void vpdma_reset_desc_list(struct vpdma_desc_list *list) in vpdma_reset_desc_list() 413 void vpdma_free_desc_list(struct vpdma_desc_list *list) in vpdma_free_desc_list() 428 int vpdma_submit_descs(struct vpdma_data *vpdma, struct vpdma_desc_list *list) in vpdma_submit_descs() 480 void vpdma_add_cfd_block(struct vpdma_desc_list *list, int client, in vpdma_add_cfd_block() 507 void vpdma_add_cfd_adb(struct vpdma_desc_list *list, int client, in vpdma_add_cfd_adb() 548 void vpdma_add_sync_on_channel_ctd(struct vpdma_desc_list *list, in vpdma_add_sync_on_channel_ctd() 626 void vpdma_add_out_dtd(struct vpdma_desc_list *list, int width, in vpdma_add_out_dtd() 697 void vpdma_add_in_dtd(struct vpdma_desc_list *list, int width, in vpdma_add_in_dtd()
|
/linux-4.1.27/drivers/clk/samsung/ |
D | clk.c | 101 struct samsung_clock_alias *list, in samsung_clk_register_alias() 135 struct samsung_fixed_rate_clock *list, unsigned int nr_clk) in samsung_clk_register_fixed_rate() 164 struct samsung_fixed_factor_clock *list, unsigned int nr_clk) in samsung_clk_register_fixed_factor() 184 struct samsung_mux_clock *list, in samsung_clk_register_mux() 216 struct samsung_div_clock *list, in samsung_clk_register_div() 255 struct samsung_gate_clock *list, in samsung_clk_register_gate()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hiddev.c | 55 struct list_head list; member 83 struct list_head *list; in hiddev_lookup_report() local 165 struct hiddev_list *list; in hiddev_send_event() local 228 struct hiddev_list *list = file->private_data; in hiddev_fasync() local 239 struct hiddev_list *list = file->private_data; in hiddev_release() local 270 struct hiddev_list *list; in hiddev_open() local 344 struct hiddev_list *list = file->private_data; in hiddev_read() local 436 struct hiddev_list *list = file->private_data; in hiddev_poll() local 598 struct hiddev_list *list = file->private_data; in hiddev_ioctl() local
|
/linux-4.1.27/include/linux/ |
D | list.h | 25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 154 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() 165 static inline void list_move_tail(struct list_head *list, in list_move_tail() 177 static inline int list_is_last(const struct list_head *list, in list_is_last() 234 static inline void __list_cut_position(struct list_head *list, in __list_cut_position() 260 static inline void list_cut_position(struct list_head *list, in list_cut_position() 274 static inline void __list_splice(const struct list_head *list, in __list_splice() 293 static inline void list_splice(const struct list_head *list, in list_splice() 305 static inline void list_splice_tail(struct list_head *list, in list_splice_tail() 319 static inline void list_splice_init(struct list_head *list, in list_splice_init() [all …]
|
D | kcore.h | 16 struct list_head list; member 23 struct list_head list; member
|
D | resource_ext.h | 71 #define resource_list_for_each_entry(entry, list) \ argument 74 #define resource_list_for_each_entry_safe(entry, tmp, list) \ argument
|
D | xattr.h | 25 size_t (*list)(struct dentry *dentry, char *list, size_t list_size, member 61 struct list_head list; member
|
D | rculist.h | 30 static inline void INIT_LIST_HEAD_RCU(struct list_head *list) in INIT_LIST_HEAD_RCU() 40 #define list_next_rcu(list) (*((struct list_head __rcu **)(&(list)->next))) argument 198 static inline void list_splice_init_rcu(struct list_head *list, in list_splice_init_rcu()
|
D | list_lru.h | 28 struct list_head list; member 52 struct list_head list; member
|
D | vt_kern.h | 100 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap() 106 struct unipair __user *list) in con_get_unimap()
|
D | nfs_fs_i.h | 12 struct list_head list; member
|
D | skbuff.h | 1000 static inline int skb_queue_empty(const struct sk_buff_head *list) in skb_queue_empty() 1012 static inline bool skb_queue_is_last(const struct sk_buff_head *list, in skb_queue_is_last() 1025 static inline bool skb_queue_is_first(const struct sk_buff_head *list, in skb_queue_is_first() 1039 static inline struct sk_buff *skb_queue_next(const struct sk_buff_head *list, in skb_queue_next() 1057 static inline struct sk_buff *skb_queue_prev(const struct sk_buff_head *list, in skb_queue_prev() 1320 static inline void __skb_queue_head_init(struct sk_buff_head *list) in __skb_queue_head_init() 1334 static inline void skb_queue_head_init(struct sk_buff_head *list) in skb_queue_head_init() 1340 static inline void skb_queue_head_init_class(struct sk_buff_head *list, in skb_queue_head_init_class() 1357 struct sk_buff_head *list) in __skb_insert() 1365 static inline void __skb_queue_splice(const struct sk_buff_head *list, in __skb_queue_splice() [all …]
|
D | udp.h | 101 #define udp_portaddr_for_each_entry(__sk, node, list) \ argument 104 #define udp_portaddr_for_each_entry_rcu(__sk, node, list) \ argument
|
D | cdev.h | 16 struct list_head list; member
|
D | dmi.h | 80 struct list_head list; member 115 static inline int dmi_check_system(const struct dmi_system_id *list) { return 0; } in dmi_check_system() 142 dmi_first_match(const struct dmi_system_id *list) { return NULL; } in dmi_first_match()
|
D | host1x.h | 40 struct list_head list; member 184 struct list_head list; member 257 struct list_head list; member 279 struct list_head list; member
|
D | blk-iopoll.h | 8 struct list_head list; member
|
D | padata.h | 46 struct list_head list; member 61 struct list_head list; member
|
D | hw_random.h | 48 struct list_head list; member
|
D | reset-controller.h | 43 struct list_head list; member
|
D | smpboot.h | 35 struct list_head list; member
|
/linux-4.1.27/tools/lib/traceevent/ |
D | event-plugin.c | 115 char **list = NULL; in traceevent_plugin_list_options() local 149 void traceevent_plugin_free_options_list(char **list) in traceevent_plugin_free_options_list() 275 const struct plugin_list *list) in traceevent_print_plugins() 289 struct plugin_list *list; in load_plugin() local 442 struct plugin_list *list = NULL; in traceevent_load_plugins() local 452 struct plugin_list *list; in traceevent_unload_plugins() local
|
/linux-4.1.27/drivers/hid/ |
D | hidraw.c | 48 struct hidraw_list *list = file->private_data; in hidraw_read() local 259 struct hidraw_list *list = file->private_data; in hidraw_poll() local 273 struct hidraw_list *list; in hidraw_open() local 321 struct hidraw_list *list = file->private_data; in hidraw_fasync() local 354 struct hidraw_list *list = file->private_data; in hidraw_release() local 488 struct hidraw_list *list; in hidraw_report_event() local
|
D | hid-debug.c | 633 struct list_head *list; in hid_dump_device() local 663 struct hid_debug_list *list; in hid_debug_event() local 1081 struct hid_debug_list *list; in hid_debug_events_open() local 1109 struct hid_debug_list *list = file->private_data; in hid_debug_events_read() local 1182 struct hid_debug_list *list = file->private_data; in hid_debug_events_poll() local 1194 struct hid_debug_list *list = file->private_data; in hid_debug_events_release() local
|
/linux-4.1.27/sound/usb/ |
D | mixer_quirks.c | 154 struct usb_mixer_elem_list *list; in add_single_ctl_with_resume() local 339 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kcontrol); in snd_audigy2nx_led_put() local 355 static int snd_audigy2nx_led_resume(struct usb_mixer_elem_list *list) in snd_audigy2nx_led_resume() 499 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kcontrol); in snd_emu0204_ch_switch_put() local 515 static int snd_emu0204_ch_switch_resume(struct usb_mixer_elem_list *list) in snd_emu0204_ch_switch_resume() 566 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kcontrol); in snd_xonar_u1_switch_put() local 583 static int snd_xonar_u1_switch_resume(struct usb_mixer_elem_list *list) in snd_xonar_u1_switch_resume() 685 struct usb_mixer_elem_list *list = snd_kcontrol_chip(kctl); in snd_mbox1_switch_put() local 711 static int snd_mbox1_switch_resume(struct usb_mixer_elem_list *list) in snd_mbox1_switch_resume() 767 static int snd_ni_update_cur_val(struct usb_mixer_elem_list *list) in snd_ni_update_cur_val() [all …]
|
D | mixer.c | 576 int snd_usb_mixer_add_control(struct usb_mixer_elem_list *list, in snd_usb_mixer_add_control() 1778 void *raw_desc, struct procunit_info *list, in build_audio_procunit() 2246 struct usb_mixer_elem_list *list; in snd_usb_mixer_notify_id() local 2254 struct usb_mixer_elem_list *list) in snd_usb_mixer_dump_cval() 2272 struct usb_mixer_elem_list *list; in snd_usb_mixer_proc_read() local 2300 struct usb_mixer_elem_list *list; in snd_usb_mixer_interrupt_v2() local 2529 static int restore_mixer_value(struct usb_mixer_elem_list *list) in restore_mixer_value() 2561 struct usb_mixer_elem_list *list; in snd_usb_mixer_resume() local 2582 void snd_usb_mixer_elem_init_std(struct usb_mixer_elem_list *list, in snd_usb_mixer_elem_init_std()
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | videobuf2-dvb.c | 199 struct list_head *list, *q; in vb2_dvb_register_bus() local 249 struct list_head *list, *q; in vb2_dvb_get_frontend() local 271 struct list_head *list, *q; in vb2_dvb_find_frontend() local 312 struct list_head *list, *q; in vb2_dvb_dealloc_frontends() local
|
D | videobuf-dvb.c | 259 struct list_head *list, *q; in videobuf_dvb_register_bus() local 309 struct list_head *list, *q; in videobuf_dvb_get_frontend() local 331 struct list_head *list, *q; in videobuf_dvb_find_frontend() local 374 struct list_head *list, *q; in videobuf_dvb_dealloc_frontends() local
|
/linux-4.1.27/net/netlabel/ |
D | netlabel_domainhash.h | 61 struct netlbl_af4list list; member 68 struct netlbl_af6list list; member 76 struct list_head list; member
|
D | netlabel_addrlist.h | 52 struct list_head list; member 67 struct list_head list; member
|
/linux-4.1.27/include/net/phonet/ |
D | pn_dev.h | 27 struct list_head list; member 34 struct list_head list; member
|
/linux-4.1.27/fs/xfs/ |
D | xfs_extent_busy.h | 36 struct list_head list; /* transaction busy extent list */ member 68 static inline void xfs_extent_busy_sort(struct list_head *list) in xfs_extent_busy_sort()
|
/linux-4.1.27/security/tomoyo/ |
D | domain.c | 37 struct list_head *list = param->list; in tomoyo_update_policy() local 101 struct list_head * const list = param->list; in tomoyo_update_domain() local 163 const struct list_head *list = &domain->acl_info_list; in tomoyo_check_acl() local 288 (const struct list_head *list, const struct tomoyo_path_info *domainname, in tomoyo_scan_transition() 339 const struct list_head * const list = in tomoyo_transition_type() local 710 struct list_head *list = in tomoyo_find_next_domain() local
|
D | gc.c | 493 static void tomoyo_collect_acl(struct list_head *list) in tomoyo_collect_acl() 546 struct list_head *list = &ns->group_list[i]; in tomoyo_collect_entry() local 573 struct list_head *list = &tomoyo_name_list[i]; in tomoyo_collect_entry() local
|
/linux-4.1.27/drivers/acpi/ |
D | power.c | 99 struct list_head *list) in acpi_power_resources_list_add() 125 void acpi_power_resources_list_free(struct list_head *list) in acpi_power_resources_list_free() 136 struct list_head *list) in acpi_extract_power_resources() 195 static int acpi_power_get_list_state(struct list_head *list, int *state) in acpi_power_get_list_state() 313 static int acpi_power_off_list(struct list_head *list) in acpi_power_off_list() 332 static int acpi_power_on_list(struct list_head *list) in acpi_power_on_list() 454 int acpi_power_wakeup_list_init(struct list_head *list, int *system_level_p) in acpi_power_wakeup_list_init() 672 struct list_head *list = &device->power.states[i].resources; in acpi_power_get_inferred_state() local
|
D | acpi_platform.c | 89 struct list_head *list; in acpi_create_platform_device() local
|
D | resource.c | 453 void acpi_dev_free_resource_list(struct list_head *list) in acpi_dev_free_resource_list() 460 struct list_head *list; member 547 int acpi_dev_get_resources(struct acpi_device *adev, struct list_head *list, in acpi_dev_get_resources()
|
/linux-4.1.27/arch/x86/pci/ |
D | bus_numa.h | 8 struct list_head list; member 13 struct list_head list; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/ |
D | libcfs_string.c | 483 cfs_expr_list_free_list(struct list_head *list) in cfs_expr_list_free_list() 496 cfs_ip_addr_parse(char *str, int len, struct list_head *list) in cfs_ip_addr_parse() 541 cfs_ip_addr_match(__u32 addr, struct list_head *list) in cfs_ip_addr_match() 558 cfs_ip_addr_free(struct list_head *list) in cfs_ip_addr_free()
|
/linux-4.1.27/drivers/crypto/qat/qat_common/ |
D | adf_cfg.c | 67 struct list_head *list; in qat_dev_cfg_show() local 211 struct list_head *list, *tmp; in adf_cfg_section_del_all() local 224 struct list_head *list; in adf_cfg_key_value_find() local 239 struct list_head *list; in adf_cfg_sec_find() local
|
D | adf_cfg.h | 61 struct list_head list; member 66 struct list_head list; member
|
/linux-4.1.27/sound/core/ |
D | misc.c | 119 const struct snd_pci_quirk *list) in snd_pci_quirk_lookup_id() 146 snd_pci_quirk_lookup(struct pci_dev *pci, const struct snd_pci_quirk *list) in snd_pci_quirk_lookup()
|
/linux-4.1.27/arch/um/drivers/ |
D | mconsole_kern.h | 13 struct list_head list; member 19 struct list_head list; member
|
D | port_kern.c | 19 struct list_head list; member 37 struct list_head list; member
|
D | chan.h | 16 struct list_head list; member
|
/linux-4.1.27/include/linux/usb/ |
D | audio.h | 27 struct list_head list; member 36 struct list_head list; member
|
/linux-4.1.27/sound/ |
D | sound_core.c | 174 static int __sound_insert_unit(struct sound_unit * s, struct sound_unit **list, const struct file_o… in __sound_insert_unit() 227 static struct sound_unit *__sound_remove_unit(struct sound_unit **list, int unit) in __sound_remove_unit() 254 static int sound_insert_unit(struct sound_unit **list, const struct file_operations *fops, int inde… in sound_insert_unit() 309 static void sound_remove_unit(struct sound_unit **list, int unit) in sound_remove_unit()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_ptp.c | 44 struct sk_buff_head *list = &interface->ts_tx_skb_queue; in fm10k_ts_tx_skb() local 57 struct sk_buff_head *list = &interface->ts_tx_skb_queue; in fm10k_ts_tx_enqueue() local 89 struct sk_buff_head *list = &interface->ts_tx_skb_queue; in fm10k_ts_tx_hwtstamp() local 113 struct sk_buff_head *list = &interface->ts_tx_skb_queue; in fm10k_ts_tx_subtask() local
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_gs.c | 260 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gid_pt() 338 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpn_id() 401 qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gnn_id() 814 qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gid_pt() 885 qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gpn_id() 941 qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gnn_id() 2420 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gfpn_id() 2528 qla2x00_gpsc(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpsc() 2634 qla2x00_gff_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gff_id()
|
/linux-4.1.27/drivers/staging/gdm72xx/ |
D | gdm_usb.h | 26 struct list_head list; member 48 struct list_head list; member 71 struct list_head list; member
|
D | gdm_sdio.h | 23 struct list_head list; member 43 struct list_head list; member
|
/linux-4.1.27/drivers/vme/ |
D | vme_bridge.h | 9 struct list_head list; member 26 struct list_head list; member 52 struct list_head list; member 59 struct list_head list; member 70 struct list_head list; member 79 struct list_head list; member
|
/linux-4.1.27/arch/um/include/shared/ |
D | net_kern.h | 17 struct list_head list; member 24 struct list_head list; member 53 struct list_head list; member
|
/linux-4.1.27/include/linux/netfilter_bridge/ |
D | ebtables.h | 24 struct list_head list; member 41 struct list_head list; member 58 struct list_head list; member 95 struct list_head list; member
|
/linux-4.1.27/security/selinux/ss/ |
D | conditional.c | 132 static void cond_av_list_destroy(struct cond_av_list *list) in cond_av_list_destroy() 155 static void cond_list_destroy(struct cond_node *list) in cond_list_destroy() 274 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local 525 struct cond_av_list *list, struct policy_file *fp) in cond_write_av_list() 592 int cond_write_list(struct policydb *p, struct cond_node *list, void *fp) in cond_write_list()
|
/linux-4.1.27/drivers/md/bcache/ |
D | journal.c | 33 static int journal_read_bucket(struct cache *ca, struct list_head *list, in journal_read_bucket() 144 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read() 266 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark() 312 int bch_journal_replay(struct cache_set *s, struct list_head *list) in bch_journal_replay() 590 struct bio_list list; in journal_write_unlocked() local
|
D | closure.h | 106 struct llist_head list; member 153 struct llist_node list; member 300 static inline void closure_wake_up(struct closure_waitlist *list) in closure_wake_up()
|
D | util.c | 96 ssize_t bch_snprint_string_list(char *buf, size_t size, const char * const list[], in bch_snprint_string_list() 110 ssize_t bch_read_string_list(const char *buf, const char * const list[]) in bch_read_string_list()
|
/linux-4.1.27/arch/mips/include/asm/ |
D | vpe.h | 73 struct list_head list; member 90 struct list_head list; /* The global list of tc's */ member 97 struct list_head list; member
|
/linux-4.1.27/block/ |
D | blk-softirq.c | 44 struct list_head *list; in trigger_softirq() local 136 struct list_head *list; in __blk_complete_request() local
|
/linux-4.1.27/net/batman-adv/ |
D | types.h | 91 struct list_head list; member 118 struct hlist_node list; member 151 struct hlist_node list; member 177 struct list_head list; member 319 struct hlist_node list; member 342 struct hlist_node list; member 381 struct hlist_node list; member 591 struct hlist_head list; member 706 struct hlist_node list; member 854 struct list_head list; member [all …]
|
/linux-4.1.27/fs/logfs/ |
D | gc.c | 183 struct candidate_list *list) in add_list() 220 struct candidate_list *list = cand->list; in remove_from_list() local 234 u32 get_best_cand(struct super_block *sb, struct candidate_list *list, u32 *ec) in get_best_cand() 348 static struct gc_candidate *first_in_list(struct candidate_list *list) in first_in_list() 675 static void logfs_init_candlist(struct candidate_list *list, int maxcount, in logfs_init_candlist() 700 struct candidate_list *list) in logfs_cleanup_list()
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | timerdev.c | 44 struct list_head list; member 74 struct list_head *list = &dev->pending; in mISDN_close() local 103 struct list_head *list = &dev->expired; in mISDN_read() local
|
D | dsp_pipeline.c | 43 struct list_head list; member 48 struct list_head list; member
|
D | dsp.h | 94 struct list_head list; member 100 struct list_head list; member 139 struct list_head list; member 171 struct list_head list; member
|
/linux-4.1.27/include/media/ |
D | v4l2-event.h | 77 struct list_head list; member 109 struct list_head list; member
|
D | v4l2-async.h | 61 struct list_head list; member 82 struct list_head list; member
|
D | v4l2-fh.h | 37 struct list_head list; member
|
/linux-4.1.27/drivers/infiniband/hw/usnic/ |
D | usnic_uiom_interval_tree.c | 40 #define MARK_FOR_ADD(node, list) (list_add_tail(&node->link, list)) argument 43 err_out, list) \ argument 90 struct list_head *list) in find_intervals_intersection_sorted()
|
/linux-4.1.27/fs/ |
D | dcookies.c | 70 struct list_head * list; in find_dcookie() local 88 struct list_head * list = dcookie_hashtable + dcookie_hash(dcookie_value(dcs)); in hash_dcookie() local 286 struct list_head * list; in dcookie_exit() local
|
D | xattr.c | 267 vfs_listxattr(struct dentry *d, char *list, size_t size) in vfs_listxattr() 520 listxattr(struct dentry *d, char __user *list, size_t size) in listxattr() 554 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr() 572 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 578 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 584 SYSCALL_DEFINE3(flistxattr, int, fd, char __user *, list, size_t, size) in SYSCALL_DEFINE3() argument
|
D | pnode.c | 203 static struct hlist_head *list; variable 450 int propagate_umount(struct list_head *list) in propagate_umount()
|
/linux-4.1.27/fs/squashfs/ |
D | xattr.c | 218 static size_t squashfs_user_list(struct dentry *d, char *list, size_t list_size, in squashfs_user_list() 245 static size_t squashfs_trusted_list(struct dentry *d, char *list, in squashfs_trusted_list() 275 static size_t squashfs_security_list(struct dentry *d, char *list, in squashfs_security_list()
|
/linux-4.1.27/security/selinux/ |
D | netport.c | 50 struct list_head list; member 56 struct list_head list; member
|
D | netnode.c | 51 struct list_head list; member 57 struct list_head list; member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | xmon.h | 25 static inline void xmon_register_spus(struct list_head *list) { }; in xmon_register_spus()
|
D | eeh_event.h | 30 struct list_head list; /* to form event queue */ member
|
/linux-4.1.27/drivers/hsi/ |
D | hsi_core.h | 29 struct list_head list; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | reset.h | 12 struct list_head list; member
|
/linux-4.1.27/drivers/xen/xenbus/ |
D | xenbus_dev_frontend.c | 73 struct list_head list; member 81 struct list_head list; member 209 static void queue_cleanup(struct list_head *list) in queue_cleanup() 221 struct list_head list; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | nv44.c | 40 dma_addr_t *list, u32 pte, u32 cnt) in nv44_vm_fill() 86 struct nvkm_mem *mem, u32 pte, u32 cnt, dma_addr_t *list) in nv44_vm_map_sg()
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-core.h | 18 struct list_head list; member
|
/linux-4.1.27/net/wireless/ |
D | core.h | 24 struct list_head list; member 133 struct list_head list; member 202 struct list_head list; member 246 struct list_head list; member 251 struct list_head list; member
|
/linux-4.1.27/fs/overlayfs/ |
D | readdir.c | 41 struct list_head *list; member 162 void ovl_cache_free(struct list_head *list) in ovl_cache_free() 284 static int ovl_dir_read_merged(struct dentry *dentry, struct list_head *list) in ovl_dir_read_merged() 528 int ovl_check_empty_dir(struct dentry *dentry, struct list_head *list) in ovl_check_empty_dir() 556 void ovl_cleanup_whiteouts(struct dentry *upper, struct list_head *list) in ovl_cleanup_whiteouts()
|
/linux-4.1.27/arch/tile/gxio/ |
D | mpipe.c | 264 gxio_mpipe_rules_list_t *list = &rules->list; in gxio_mpipe_rules_begin() local 341 gxio_mpipe_rules_list_t *list = &rules->list; in gxio_mpipe_rules_add_channel() local 363 gxio_mpipe_rules_list_t *list = &rules->list; in gxio_mpipe_rules_set_headroom() local 381 gxio_mpipe_rules_list_t *list = &rules->list; in gxio_mpipe_rules_commit() local
|
/linux-4.1.27/arch/metag/include/asm/ |
D | traps.h | 20 struct list_head list; member
|
D | tcm.h | 8 struct list_head list; member
|
/linux-4.1.27/net/ipv4/ |
D | inet_timewait_sock.c | 115 struct hlist_nulls_head *list) in inet_twsk_add_node_rcu() 121 struct hlist_head *list) in inet_twsk_add_bind_node()
|
/linux-4.1.27/drivers/staging/ozwpan/ |
D | ozeltbuf.c | 66 void oz_elt_info_free_chain(struct oz_elt_buf *buf, struct list_head *list) in oz_elt_info_free_chain() 209 unsigned max_len, struct list_head *list) in oz_select_elts_for_tx()
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_hashtab.c | 168 struct hlist_node *list; in drm_ht_find_item() local 181 struct hlist_node *list; in drm_ht_remove_key() local
|
/linux-4.1.27/fs/ubifs/ |
D | commit.c | 510 struct list_head list; member 573 struct list_head list; in dbg_check_old_index() local
|
/linux-4.1.27/arch/sh/include/asm/ |
D | unwinder.h | 8 struct list_head list; member
|
/linux-4.1.27/drivers/s390/char/ |
D | raw3270.h | 98 struct list_head list; /* list head for request queueing. */ member 156 struct list_head list; member 199 struct list_head list; member 213 struct list_head list; member
|
D | monwriter.c | 36 struct list_head list; member 46 struct list_head list; member
|
/linux-4.1.27/arch/x86/xen/ |
D | setup.c | 168 const struct e820entry *list, size_t map_size, in xen_find_pfn_range() 359 const struct e820entry *list, size_t map_size, unsigned long start_pfn, in xen_set_identity_and_remap_chunk() 415 const struct e820entry *list, size_t map_size, unsigned long nr_pages, in xen_set_identity_and_remap() 552 static void __init xen_ignore_unusable(struct e820entry *list, size_t map_size) in xen_ignore_unusable()
|
/linux-4.1.27/crypto/ |
D | algapi.c | 105 struct list_head *list) in crypto_remove_instance() 127 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns() 317 void crypto_remove_final(struct list_head *list) in crypto_remove_final() 368 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg() 465 struct hlist_head *list; in crypto_unregister_template() local
|
/linux-4.1.27/include/uapi/linux/ |
D | tipc_config.h | 319 static inline void TLV_LIST_INIT(struct tlv_list_desc *list, in TLV_LIST_INIT() 326 static inline int TLV_LIST_EMPTY(struct tlv_list_desc *list) in TLV_LIST_EMPTY() 331 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() 336 static inline void *TLV_LIST_DATA(struct tlv_list_desc *list) in TLV_LIST_DATA() 341 static inline void TLV_LIST_STEP(struct tlv_list_desc *list) in TLV_LIST_STEP()
|
/linux-4.1.27/drivers/usb/usbip/ |
D | vhci.h | 58 struct list_head list; member 68 struct list_head list; member
|
D | stub.h | 68 struct list_head list; member 77 struct list_head list; member
|
/linux-4.1.27/arch/um/os-Linux/ |
D | start_up.c | 75 va_list list; in fatal() local 86 va_list list; in non_fatal() local
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | ctimap.h | 29 struct list_head list; member
|
/linux-4.1.27/samples/trace_events/ |
D | trace-events-sample.h | 193 static inline int __length_of(const int *list) in __length_of()
|
/linux-4.1.27/drivers/net/ieee802154/ |
D | fakelb.c | 35 struct list_head list; member 43 struct list_head list; member
|
/linux-4.1.27/include/net/ |
D | lib80211.h | 45 struct list_head list; member 93 struct list_head list; /* delayed deletion list */ member
|
D | netrom.h | 157 #define nr_neigh_for_each(__nr_neigh, list) \ argument 160 #define nr_neigh_for_each_safe(__nr_neigh, node2, list) \ argument 163 #define nr_node_for_each(__nr_node, list) \ argument 166 #define nr_node_for_each_safe(__nr_node, node2, list) \ argument
|
D | rtnetlink.h | 52 struct list_head list; member 121 struct list_head list; member
|
D | sch_generic.h | 41 struct list_head list; member 70 struct list_head list; member 577 struct sk_buff_head *list) in __qdisc_enqueue_tail() 591 struct sk_buff_head *list) in __qdisc_dequeue_head() 609 struct sk_buff_head *list) in __qdisc_queue_drop_head() 629 struct sk_buff_head *list) in __qdisc_dequeue_tail() 679 struct sk_buff_head *list) in __qdisc_reset_queue() 695 struct sk_buff_head *list) in __qdisc_queue_drop()
|
/linux-4.1.27/lib/ |
D | list_sort.c | 112 struct list_head *list; in list_sort() local 165 struct list_head list; member
|
/linux-4.1.27/kernel/ |
D | audit_tree.c | 17 struct list_head list; member 32 struct list_head list; member 176 struct list_head *list; in insert_hash() local 187 struct list_head *list = chunk_hash(inode); in audit_tree_lookup() local 882 void audit_kill_trees(struct list_head *list) in audit_kill_trees()
|
D | auditfilter.c | 176 int __init audit_register_class(int class, unsigned *list) in audit_register_class() 825 struct list_head *list; in audit_find_rule() local 865 struct list_head *list; in audit_add_rule() local 950 struct list_head *list; in audit_del_rule() local
|
D | irq_work.c | 129 static void irq_work_run_list(struct llist_head *list) in irq_work_run_list()
|
/linux-4.1.27/virt/kvm/ |
D | coalesced_mmio.h | 18 struct list_head list; member
|
/linux-4.1.27/drivers/thunderbolt/ |
D | tunnel_pci.h | 18 struct list_head list; member
|
/linux-4.1.27/scripts/dtc/ |
D | livetree.c | 77 struct property *chain_property(struct property *first, struct property *list) in chain_property() 219 struct node *chain_node(struct node *first, struct node *list) in chain_node() 312 struct reserve_info *list) in chain_reserve_entry() 320 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry()
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptsas.h | 53 struct list_head list; member 78 struct list_head list; member 108 struct list_head list; member 174 struct list_head list; member
|
/linux-4.1.27/security/apparmor/include/ |
D | policy_unpack.h | 21 struct list_head list; member
|
/linux-4.1.27/arch/powerpc/boot/ |
D | oflib.c | 49 va_list list; in of_call_prom() local 74 va_list list; in of_call_prom_ret() local
|
/linux-4.1.27/net/bluetooth/ |
D | amp.h | 18 struct list_head list; member
|
D | mgmt_util.h | 24 struct list_head list; member
|
/linux-4.1.27/fs/nfs/ |
D | nfs.h | 21 struct list_head list; /* List of NFS versions */ member
|
/linux-4.1.27/drivers/md/ |
D | dm-stats.h | 13 struct list_head list; /* list of struct dm_stat */ member
|
/linux-4.1.27/mm/ |
D | kmemleak-test.c | 36 struct list_head list; member
|
/linux-4.1.27/drivers/xen/xen-pciback/ |
D | conf_space.h | 57 struct list_head list; member 61 struct list_head list; member
|
/linux-4.1.27/include/linux/mtd/ |
D | blktrans.h | 36 struct list_head list; member 85 struct list_head list; member
|
/linux-4.1.27/include/net/netfilter/ |
D | xt_rateest.h | 12 struct hlist_node list; member
|
D | nf_tables.h | 272 struct list_head list; member 303 struct list_head list; member 355 struct list_head list; member 592 struct list_head list; member 679 struct list_head list; member 737 struct list_head list; member 824 struct list_head list; member 846 struct list_head list; member 974 struct list_head list; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | doorbell.c | 40 struct list_head list; member
|
/linux-4.1.27/drivers/misc/mei/ |
D | client.h | 61 static inline void mei_io_list_init(struct mei_cl_cb *list) in mei_io_list_init()
|
/linux-4.1.27/drivers/infiniband/hw/mlx4/ |
D | doorbell.c | 38 struct list_head list; member
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | visorchipset.h | 96 struct list_head *list, u32 bus_no, u32 dev_no) in finddevice() 107 static inline void delbusdevices(struct list_head *list, u32 bus_no) in delbusdevices() 149 findbus(struct list_head *list, u32 bus_no) in findbus()
|
/linux-4.1.27/include/sound/ |
D | control.h | 68 struct list_head list; /* list of controls */ member 87 struct list_head list; /* list of events */ member 103 struct list_head list; /* list of all control files */ member
|
D | util_mem.h | 31 struct list_head list; /* link */ member
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_auto_parser.c | 24 static int is_in_nid_list(hda_nid_t nid, const hda_nid_t *list) in is_in_nid_list() 49 static void sort_pins_by_sequence(hda_nid_t *pins, struct auto_out_pin *list, in sort_pins_by_sequence() 590 static int find_idx_in_nid_list(hda_nid_t nid, const hda_nid_t *list, int nums) in find_idx_in_nid_list() 778 const struct hda_verb *list) in snd_hda_add_verbs()
|
/linux-4.1.27/fs/jbd/ |
D | transaction.c | 1525 __blist_add_buffer(struct journal_head **list, struct journal_head *jh) in __blist_add_buffer() 1549 __blist_del_buffer(struct journal_head **list, struct journal_head *jh) in __blist_del_buffer() 1573 struct journal_head **list = NULL; in __journal_temp_unlink_buffer() local 2081 struct journal_head **list = NULL; in __journal_file_buffer() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 128 INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() 219 static inline void list_move_tail(struct list_head *list, in list_move_tail()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | rsutils.c | 64 u8 acpi_rs_decode_bitmask(u16 mask, u8 * list) in acpi_rs_decode_bitmask() 98 u16 acpi_rs_encode_bitmask(u8 * list, u8 count) in acpi_rs_encode_bitmask()
|
/linux-4.1.27/fs/btrfs/ |
D | ordered-data.h | 37 struct list_head list; member 121 struct list_head list; member
|
D | tree-log.h | 33 struct list_head list; member
|
D | qgroup.h | 58 struct list_head list; member
|
/linux-4.1.27/drivers/usb/phy/ |
D | phy.c | 25 static struct usb_phy *__usb_find_phy(struct list_head *list, in __usb_find_phy() 41 struct list_head *list, u8 index) in __usb_find_phy_dev()
|
/linux-4.1.27/fs/jffs2/ |
D | nodelist.h | 279 struct list_head list; member 352 #define frag_erase(frag, list) rb_erase(&frag->rb, list); argument 359 #define tn_erase(tn, list) rb_erase(&tn->rb, list); argument 360 #define tn_last(list) rb_entry(rb_last(list), struct jffs2_tmp_dnode_info, rb) argument 361 #define tn_first(list) rb_entry(rb_first(list), struct jffs2_tmp_dnode_info, rb) argument
|
D | xattr_trusted.c | 37 static size_t jffs2_trusted_listxattr(struct dentry *dentry, char *list, in jffs2_trusted_listxattr()
|
D | xattr_user.c | 37 static size_t jffs2_user_listxattr(struct dentry *dentry, char *list, in jffs2_user_listxattr()
|
/linux-4.1.27/security/smack/ |
D | smackfs.c | 138 struct list_head list; member 569 struct list_head *list; in smk_seq_start() local 592 struct list_head *list = v; in smk_seq_next() local 662 struct list_head *list = v; in load_seq_show() local 810 struct list_head *list = v; in cipso_seq_show() local 999 struct list_head *list = v; in cipso2_seq_show() local 1083 struct list_head *list = v; in netlbladdr_seq_show() local 1896 struct list_head *list = v; in load_self_seq_show() local 2025 struct list_head *list = v; in load2_seq_show() local 2102 struct list_head *list = v; in load_self2_seq_show() local
|
D | smack.h | 55 struct list_head list; member 114 struct list_head list; member 124 struct list_head list; member 134 struct list_head list; member
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl8712_recv.h | 100 struct list_head list; member 127 struct list_head list; member 146 struct list_head list; member
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | capifunc.h | 25 struct list_head list; member
|
/linux-4.1.27/arch/avr32/mach-at32ap/ |
D | clock.h | 21 struct list_head list; /* linking element */ member
|
/linux-4.1.27/fs/hfsplus/ |
D | xattr_trusted.c | 29 static size_t hfsplus_trusted_listxattr(struct dentry *dentry, char *list, in hfsplus_trusted_listxattr()
|
D | xattr_user.c | 29 static size_t hfsplus_user_listxattr(struct dentry *dentry, char *list, in hfsplus_user_listxattr()
|
/linux-4.1.27/drivers/gpu/host1x/ |
D | channel.h | 29 struct list_head list; member
|
/linux-4.1.27/kernel/trace/ |
D | trace_event_perf.c | 89 struct hlist_head __percpu *list; in perf_trace_event_reg() local 241 struct hlist_head *list; in perf_trace_add() local
|
/linux-4.1.27/drivers/s390/crypto/ |
D | zcrypt_api.h | 96 struct list_head list; /* zcrypt ops list. */ member 102 struct list_head list; /* Device list. */ member
|
/linux-4.1.27/drivers/pnp/ |
D | base.h | 68 struct list_head list; member 156 struct list_head list; member
|
/linux-4.1.27/fs/reiserfs/ |
D | xattr_user.c | 33 static size_t user_list(struct dentry *dentry, char *list, size_t list_size, in user_list()
|
D | xattr_trusted.c | 36 static size_t trusted_list(struct dentry *dentry, char *list, size_t list_size, in trusted_list()
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.h | 48 struct list_head list; member
|
/linux-4.1.27/net/ieee802154/ |
D | core.h | 8 struct list_head list; member
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_topology.h | 83 struct list_head list; member 102 struct list_head list; member 117 struct list_head list; member 135 struct list_head list; member
|
/linux-4.1.27/fs/ext2/ |
D | xattr_user.c | 14 ext2_xattr_user_list(struct dentry *dentry, char *list, size_t list_size, in ext2_xattr_user_list()
|
D | xattr_trusted.c | 12 ext2_xattr_trusted_list(struct dentry *dentry, char *list, size_t list_size, in ext2_xattr_trusted_list()
|
/linux-4.1.27/fs/ext4/ |
D | xattr_user.c | 15 ext4_xattr_user_list(struct dentry *dentry, char *list, size_t list_size, in ext4_xattr_user_list()
|
D | xattr_trusted.c | 16 ext4_xattr_trusted_list(struct dentry *dentry, char *list, size_t list_size, in ext4_xattr_trusted_list()
|
/linux-4.1.27/net/irda/irnet/ |
D | irnet_irda.h | 50 hashbin_t * list; member
|
/linux-4.1.27/fs/ext3/ |
D | xattr_trusted.c | 12 ext3_xattr_trusted_list(struct dentry *dentry, char *list, size_t list_size, in ext3_xattr_trusted_list()
|
D | xattr_user.c | 12 ext3_xattr_user_list(struct dentry *dentry, char *list, size_t list_size, in ext3_xattr_user_list()
|
/linux-4.1.27/tools/perf/ |
D | builtin-buildid-cache.c | 226 struct strlist *list; in build_id_cache__purge_path() local 304 struct strlist *list; in cmd_buildid_cache() local
|
/linux-4.1.27/net/9p/ |
D | error.c | 50 struct hlist_node list; member
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-notif-wait.h | 102 struct list_head list; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/ |
D | instmem.h | 25 struct list_head list; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | event.h | 15 struct list_head list; member
|
/linux-4.1.27/drivers/usb/host/ |
D | fhci-sched.c | 259 static void move_head_to_tail(struct list_head *list) in move_head_to_tail() 273 struct list_head *list, enum fhci_tf_mode list_type) in scan_ed_list()
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | cmtp.h | 71 struct list_head list; member 104 struct list_head list; member
|
/linux-4.1.27/drivers/firmware/ |
D | memmap.c | 43 struct list_head list; /* entry for the linked list */ member 226 struct list_head *list) in firmware_map_find_entry_in_list()
|
/linux-4.1.27/drivers/clk/rockchip/ |
D | clk.c | 189 void __init rockchip_clk_register_plls(struct rockchip_pll_clock *list, in rockchip_clk_register_plls() 213 struct rockchip_clk_branch *list, in rockchip_clk_register_branches()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | cmd.h | 15 struct list_head list; member
|
/linux-4.1.27/include/net/9p/ |
D | transport.h | 53 struct list_head list; member
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_scsi.h | 26 #define list_remove_head(list, entry, type, member) \ argument 35 #define list_get_first(list, type, member) \ argument 131 struct list_head list; member
|
/linux-4.1.27/scripts/genksyms/ |
D | genksyms.c | 502 static void print_node(FILE * f, struct string_list *list) in print_node() 511 static void print_list(FILE * f, struct string_list *list) in print_list() 542 struct string_list *list = sym->defn; in expand_and_crc_sym() local
|
/linux-4.1.27/drivers/tty/ |
D | n_hdlc.c | 891 static void n_hdlc_buf_list_init(struct n_hdlc_buf_list *list) in n_hdlc_buf_list_init() 902 static void n_hdlc_buf_put(struct n_hdlc_buf_list *list, in n_hdlc_buf_put() 928 static struct n_hdlc_buf* n_hdlc_buf_get(struct n_hdlc_buf_list *list) in n_hdlc_buf_get()
|
/linux-4.1.27/drivers/net/wireless/prism54/ |
D | oid_mgt.c | 300 struct obj_bsslist *list = data; in mgt_le_to_cpu() local 369 struct obj_bsslist *list = data; in mgt_cpu_to_le() local 814 struct obj_bsslist *list = r->ptr; in mgt_response_to_str() local
|
/linux-4.1.27/net/tipc/ |
D | link.c | 339 static int link_schedule_user(struct tipc_link *link, struct sk_buff_head *list) in link_schedule_user() 700 struct sk_buff_head *list) in __tipc_link_xmit() 754 static void skb2list(struct sk_buff *skb, struct sk_buff_head *list) in skb2list() 799 int tipc_link_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, in tipc_link_xmit() 1017 struct sk_buff_head *list) in link_retrieve_defq() 1268 u32 tipc_link_defer_pkt(struct sk_buff_head *list, struct sk_buff *skb) in tipc_link_defer_pkt()
|
/linux-4.1.27/drivers/scsi/osd/ |
D | osd_initiator.c | 313 void *list, int list_type) in _osd_req_set_alist_type() 329 void *list, int list_type) in _osd_req_is_alist_type() 347 struct osd_obj_id_list *list) in _osd_req_encode_olist() 656 osd_id initial_id, struct osd_obj_id_list *list, unsigned nelem) in osd_req_list_dev_partitions() 714 struct osd_obj_id_list *list, unsigned nelem) in _osd_req_list_objects() 739 osd_id partition, osd_id initial_id, struct osd_obj_id_list *list, in osd_req_list_partition_collections() 753 osd_id partition, osd_id initial_id, struct osd_obj_id_list *list, in osd_req_list_partition_objects() 784 struct osd_obj_id_list *list, unsigned nelem) in osd_req_list_collection_objects()
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
D | opal-memory-errors.c | 39 struct list_head list; member
|
/linux-4.1.27/arch/arm/include/asm/ |
D | unwind.h | 38 struct list_head list; member
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | clip_tbl.h | 16 struct list_head list; member
|