/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 30 Addressing warningsThe documentation TODO list global() argument 145 Languishing kerneldoc commentsThe documentation TODO list global() argument 165 Typo fixesThe documentation TODO list global() argument 188 Ancient documentationThe documentation TODO list global() argument 230 Documentation coherencyThe documentation TODO list global() argument 265 Stylesheet improvementsThe documentation TODO list global() argument 277 Non-LaTeX PDF buildThe documentation TODO list global() argument 293 Write more documentationThe documentation TODO list global() argument
|
/linux/tools/firewire/ |
H A D | list.h | 2 struct list { struct 3 struct list *next, *prev; argument 7 list_init(struct list *list) in list_init() argument 14 list_empty(struct list *list) in list_empty() argument 29 list_append(struct list * list,struct list * new_link) list_append() argument 35 list_prepend(struct list * list,struct list * new_link) list_prepend() argument 50 list_head(list,type,member) global() argument 53 list_tail(list,type,member) global() argument 59 list_for_each_entry(pos,list,member) global() argument [all...] |
/linux/io_uring/ |
H A D | slist.h | 15 #define wq_list_empty(list) (READ_ONCE((list)->first) == NULL) argument 17 #define INIT_WQ_LIST(list) do { \ argument 23 struct io_wq_work_list *list) in wq_list_add_after() argument 34 struct io_wq_work_list *list) in wq_list_add_tail() argument 47 wq_list_add_head(struct io_wq_work_node * node,struct io_wq_work_list * list) wq_list_add_head() argument 55 wq_list_cut(struct io_wq_work_list * list,struct io_wq_work_node * last,struct io_wq_work_node * prev) wq_list_cut() argument 70 __wq_list_splice(struct io_wq_work_list * list,struct io_wq_work_node * to) __wq_list_splice() argument 78 wq_list_splice(struct io_wq_work_list * list,struct io_wq_work_node * to) wq_list_splice() argument 95 wq_list_del(struct io_wq_work_list * list,struct io_wq_work_node * node,struct io_wq_work_node * prev) wq_list_del() argument [all...] |
/linux/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | util.c | 7 void qtnf_sta_list_init(struct qtnf_sta_list *list) in qtnf_sta_list_init() argument 16 struct qtnf_sta_node *qtnf_sta_list_lookup(struct qtnf_sta_list *list, in qtnf_sta_list_lookup() argument 32 struct qtnf_sta_node *qtnf_sta_list_lookup_index(struct qtnf_sta_list *list, in qtnf_sta_list_lookup_index() argument 51 struct qtnf_sta_list *list = &vif->sta_list; qtnf_sta_list_add() local 77 struct qtnf_sta_list *list = &vif->sta_list; qtnf_sta_list_del() local 94 qtnf_sta_list_free(struct qtnf_sta_list * list) qtnf_sta_list_free() argument [all...] |
/linux/drivers/hid/ |
H A D | hidraw.c | 41 static inline bool hidraw_is_revoked(struct hidraw_list *list) in hidraw_is_revoked() argument 48 struct hidraw_list *list = file->private_data; in hidraw_read() local 172 struct hidraw_list *list = file->private_data; hidraw_write() local 265 struct hidraw_list *list = file->private_data; hidraw_poll() local 280 struct hidraw_list *list; hidraw_open() local 333 struct hidraw_list *list = file->private_data; hidraw_fasync() local 369 struct hidraw_list *list = file->private_data; hidraw_release() local 390 hidraw_revoke(struct hidraw_list * list) hidraw_revoke() argument 404 struct hidraw_list *list = file->private_data; hidraw_ioctl() local 553 struct hidraw_list *list; hidraw_report_event() local [all...] |
/linux/drivers/input/ |
H A D | touch-overlay.c | 16 struct list_head list; member 72 int touch_overlay_map(struct list_head *list, struct input_dev *input) in touch_overlay_map() argument 108 void touch_overlay_get_touchscreen_abs(struct list_head *list, u1 argument 140 touch_overlay_mapped_touchscreen(struct list_head * list) touch_overlay_mapped_touchscreen() argument 155 touch_overlay_event_on_ts(struct list_head * list,struct input_mt_pos * pos) touch_overlay_event_on_ts() argument 214 touch_overlay_sync_frame(struct list_head * list,struct input_dev * input) touch_overlay_sync_frame() argument 250 touch_overlay_process_contact(struct list_head * list,struct input_dev * input,struct input_mt_pos * pos,int slot) touch_overlay_process_contact() argument [all...] |
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_fltr.c | 33 struct list_head *list) in ice_fltr_add_entry_to_list() argument 148 ice_fltr_add_mac_list(struct ice_vsi * vsi,struct list_head * list) ice_fltr_add_mac_list() argument 158 ice_fltr_remove_mac_list(struct ice_vsi * vsi,struct list_head * list) ice_fltr_remove_mac_list() argument 168 ice_fltr_add_vlan_list(struct ice_vsi * vsi,struct list_head * list) ice_fltr_add_vlan_list() argument 179 ice_fltr_remove_vlan_list(struct ice_vsi * vsi,struct list_head * list) ice_fltr_remove_vlan_list() argument 189 ice_fltr_add_eth_list(struct ice_vsi * vsi,struct list_head * list) ice_fltr_add_eth_list() argument 199 ice_fltr_remove_eth_list(struct ice_vsi * vsi,struct list_head * list) ice_fltr_remove_eth_list() argument 226 ice_fltr_add_mac_to_list(struct ice_vsi * vsi,struct list_head * list,const u8 * mac,enum ice_sw_fwd_act_type action) ice_fltr_add_mac_to_list() argument 250 ice_fltr_add_vlan_to_list(struct ice_vsi * vsi,struct list_head * list,struct ice_vlan * vlan) ice_fltr_add_vlan_to_list() argument 277 ice_fltr_add_eth_to_list(struct ice_vsi * vsi,struct list_head * list,u16 ethertype,u16 flag,enum ice_sw_fwd_act_type action) ice_fltr_add_eth_to_list() argument [all...] |
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_bo_list.c | 42 struct amdgpu_bo_list *list = container_of(rcu, struct amdgpu_bo_list, in amdgpu_bo_list_free_rcu() local 50 struct amdgpu_bo_list *list = container_of(ref, struct amdgpu_bo_list, in amdgpu_bo_list_free() local 76 struct amdgpu_bo_list *list; in amdgpu_bo_list_create() local 154 struct amdgpu_bo_list *list; amdgpu_bo_list_destroy() local 179 amdgpu_bo_list_put(struct amdgpu_bo_list * list) amdgpu_bo_list_put() argument 234 struct amdgpu_bo_list *list, *old; amdgpu_bo_list_ioctl() local [all...] |
/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_execbuf_util.c | 34 static void ttm_eu_backoff_reservation_reverse(struct list_head *list, in ttm_eu_backoff_reservation_reverse() argument 45 struct list_head *list) in ttm_eu_backoff_reservation() argument 77 struct list_head *list, bool intr, in ttm_eu_reserve_buffers() argument 144 ttm_eu_fence_buffer_objects(struct ww_acquire_ctx * ticket,struct list_head * list,struct dma_fence * fence) ttm_eu_fence_buffer_objects() argument [all...] |
/linux/drivers/infiniband/core/ |
H A D | mr_pool.c | 8 struct ib_mr *ib_mr_pool_get(struct ib_qp *qp, struct list_head *list) in ib_mr_pool_get() argument 25 void ib_mr_pool_put(struct ib_qp *qp, struct list_head *list, struct ib_mr *mr) in ib_mr_pool_put() argument 36 int ib_mr_pool_init(struct ib_qp *qp, struct list_head *list, int nr, in ib_mr_pool_init() argument 66 void ib_mr_pool_destroy(struct ib_qp *qp, struct list_head *list) in ib_mr_pool_destroy() argument [all...] |
/linux/arch/powerpc/kvm/ |
H A D | book3s_mmu_hpte.c | 135 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; in kvmppc_mmu_pte_flush_all() local 147 struct hlist_head *list; in kvmppc_mmu_pte_flush_page() local 166 struct hlist_head *list; kvmppc_mmu_pte_flush_long() local 209 struct hlist_head *list; kvmppc_mmu_pte_vflush_short() local 230 struct hlist_head *list; kvmppc_mmu_pte_vflush_64k() local 252 struct hlist_head *list; kvmppc_mmu_pte_vflush_long() local 303 struct hlist_head *list = &vcpu3s->hpte_hash_vpte_long[i]; kvmppc_mmu_pte_pflush() local [all...] |
/linux/net/core/ |
H A D | dev_addr_lists.c | 21 static int __hw_addr_insert(struct netdev_hw_addr_list *list, in __hw_addr_insert() argument 73 static int __hw_addr_add_ex(struct netdev_hw_addr_list *list, in __hw_addr_add_ex() argument 131 __hw_addr_add(struct netdev_hw_addr_list * list,const unsigned char * addr,int addr_len,unsigned char addr_type) __hw_addr_add() argument 139 __hw_addr_del_entry(struct netdev_hw_addr_list * list,struct netdev_hw_addr * ha,bool global,bool sync) __hw_addr_del_entry() argument 166 __hw_addr_lookup(struct netdev_hw_addr_list * list,const unsigned char * addr,int addr_len,unsigned char addr_type) __hw_addr_lookup() argument 192 __hw_addr_del_ex(struct netdev_hw_addr_list * list,const unsigned char * addr,int addr_len,unsigned char addr_type,bool global,bool sync) __hw_addr_del_ex() argument 203 __hw_addr_del(struct netdev_hw_addr_list * list,const unsigned char * addr,int addr_len,unsigned char addr_type) __hw_addr_del() argument 315 __hw_addr_sync_dev(struct netdev_hw_addr_list * list,struct net_device * dev,int (* sync)(struct net_device *,const unsigned char *),int (* unsync)(struct net_device *,const unsigned char *)) __hw_addr_sync_dev() argument 370 __hw_addr_ref_sync_dev(struct netdev_hw_addr_list * list,struct net_device * dev,int (* sync)(struct net_device *,const unsigned char *,int),int (* unsync)(struct net_device *,const unsigned char *,int)) __hw_addr_ref_sync_dev() argument 429 __hw_addr_ref_unsync_dev(struct netdev_hw_addr_list * list,struct net_device * dev,int (* unsync)(struct net_device *,const unsigned char *,int)) __hw_addr_ref_unsync_dev() argument 463 __hw_addr_unsync_dev(struct netdev_hw_addr_list * list,struct net_device * dev,int (* unsync)(struct net_device *,const unsigned char *)) __hw_addr_unsync_dev() argument 484 __hw_addr_flush(struct netdev_hw_addr_list * list) __hw_addr_flush() argument 496 __hw_addr_init(struct netdev_hw_addr_list * list) __hw_addr_init() argument [all...] |
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cmdbuf_res.c | 65 struct list_head list; member 124 void vmw_cmdbuf_res_commit(struct list_head *list) in vmw_cmdbuf_res_commit() argument 160 vmw_cmdbuf_res_revert(struct list_head * list) vmw_cmdbuf_res_revert() argument 199 vmw_cmdbuf_res_add(struct vmw_cmdbuf_res_manager * man,enum vmw_cmdbuf_res_type res_type,u32 user_key,struct vmw_resource * res,struct list_head * list) vmw_cmdbuf_res_add() argument 237 vmw_cmdbuf_res_remove(struct vmw_cmdbuf_res_manager * man,enum vmw_cmdbuf_res_type res_type,u32 user_key,struct list_head * list,struct vmw_resource ** res_p) vmw_cmdbuf_res_remove() argument [all...] |
/linux/include/linux/ |
H A D | list.h | 35 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument 296 list_move(struct list_head * list,struct list_head * head) list_move() argument 307 list_move_tail(struct list_head * list,struct list_head * head) list_move_tail() argument 342 list_is_first(const struct list_head * list,const struct list_head * head) list_is_first() argument 352 list_is_last(const struct list_head * list,const struct list_head * head) list_is_last() argument 362 list_is_head(const struct list_head * list,const struct list_head * head) list_is_head() argument 434 list_rotate_to_front(struct list_head * list,struct list_head * head) list_rotate_to_front() argument 454 __list_cut_position(struct list_head * list,struct list_head * head,struct list_head * entry) __list_cut_position() argument 480 list_cut_position(struct list_head * list,struct list_head * head,struct list_head * entry) list_cut_position() argument 507 list_cut_before(struct list_head * list,struct list_head * head,struct list_head * entry) list_cut_before() argument 523 __list_splice(const struct list_head * list,struct list_head * prev,struct list_head * next) __list_splice() argument 542 list_splice(const struct list_head * list,struct list_head * head) list_splice() argument 554 list_splice_tail(struct list_head * list,struct list_head * head) list_splice_tail() argument 568 list_splice_init(struct list_head * list,struct list_head * head) list_splice_init() argument 585 list_splice_tail_init(struct list_head * list,struct list_head * head) list_splice_tail_init() argument [all...] |
/linux/drivers/media/platform/ti/vpe/ |
H A D | vpdma.c | 481 int vpdma_create_desc_list(struct vpdma_desc_list *list, size_ argument 501 vpdma_reset_desc_list(struct vpdma_desc_list * list) vpdma_reset_desc_list() argument 511 vpdma_free_desc_list(struct vpdma_desc_list * list) vpdma_free_desc_list() argument 529 vpdma_submit_descs(struct vpdma_data * vpdma,struct vpdma_desc_list * list,int list_num) vpdma_submit_descs() argument 601 vpdma_add_cfd_block(struct vpdma_desc_list * list,int client,struct vpdma_buf * blk,u32 dest_offset) vpdma_add_cfd_block() argument 629 vpdma_add_cfd_adb(struct vpdma_desc_list * list,int client,struct vpdma_buf * adb) vpdma_add_cfd_adb() argument 671 vpdma_add_sync_on_channel_ctd(struct vpdma_desc_list * list,enum vpdma_channel chan) vpdma_add_sync_on_channel_ctd() argument 696 vpdma_add_abort_channel_ctd(struct vpdma_desc_list * list,int chan_num) vpdma_add_abort_channel_ctd() argument 775 vpdma_add_out_dtd(struct vpdma_desc_list * list,int width,int stride,const struct v4l2_rect * c_rect,const struct vpdma_data_format * fmt,dma_addr_t dma_addr,int max_w,int max_h,enum vpdma_channel chan,u32 flags) vpdma_add_out_dtd() argument 785 vpdma_rawchan_add_out_dtd(struct vpdma_desc_list * list,int width,int stride,const struct v4l2_rect * c_rect,const struct vpdma_data_format * fmt,dma_addr_t dma_addr,int max_w,int max_h,int raw_vpdma_chan,u32 flags) vpdma_rawchan_add_out_dtd() argument 854 vpdma_add_in_dtd(struct vpdma_desc_list * list,int width,int stride,const struct v4l2_rect * c_rect,const struct vpdma_data_format * fmt,dma_addr_t dma_addr,enum vpdma_channel chan,int field,u32 flags,int frame_width,int frame_height,int start_h,int start_v) vpdma_add_in_dtd() argument [all...] |
/linux/drivers/hid/usbhid/ |
H A D | hiddev.c | 62 struct list_head *list; in hiddev_lookup_report() local 144 struct hiddev_list *list; hiddev_send_event() local 207 struct hiddev_list *list = file->private_data; hiddev_fasync() local 218 struct hiddev_list *list = file->private_data; hiddev_release() local 246 struct hiddev_list *list; __hiddev_open() local 322 struct hiddev_list *list = file->private_data; hiddev_read() local 414 struct hiddev_list *list = file->private_data; hiddev_poll() local 596 struct hiddev_list *list = file->private_data; hiddev_ioctl() local [all...] |
/linux/net/netfilter/ |
H A D | nf_conncount.c | 51 struct nf_conncount_list list; member 85 static void conn_free(struct nf_conncount_list *list, in conn_free() argument 97 find_or_evict(struct net *net, struct nf_conncount_list *list, in find_or_evict() argument 126 struct nf_conncount_list *list, in __nf_conncount_add() argument 202 nf_conncount_add(struct net * net,struct nf_conncount_list * list,const struct nf_conntrack_tuple * tuple,const struct nf_conntrack_zone * zone) nf_conncount_add() argument 217 nf_conncount_list_init(struct nf_conncount_list * list) nf_conncount_list_init() argument 228 nf_conncount_gc_list(struct net * net,struct nf_conncount_list * list) nf_conncount_gc_list() argument 554 nf_conncount_cache_free(struct nf_conncount_list * list) nf_conncount_cache_free() argument [all...] |
/linux/tools/testing/selftests/filesystems/ |
H A D | utils.c | 69 struct list { struct 71 struct list *next; argument 72 struct list *prev; argument 82 static inline void list_init(struct list *list) in list_init() argument 88 list_empty(const struct list * list) list_empty() argument 101 list_add_tail(struct list * head,struct list * list) list_add_tail() argument 106 list_del(struct list * list) list_del() argument [all...] |
/linux/tools/include/linux/ |
H A D | list.h | 25 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument 154 list_move(struct list_head * list,struct list_head * head) list_move() argument 165 list_move_tail(struct list_head * list,struct list_head * head) list_move_tail() argument 177 list_is_last(const struct list_head * list,const struct list_head * head) list_is_last() argument 234 __list_cut_position(struct list_head * list,struct list_head * head,struct list_head * entry) __list_cut_position() argument 260 list_cut_position(struct list_head * list,struct list_head * head,struct list_head * entry) list_cut_position() argument 274 __list_splice(const struct list_head * list,struct list_head * prev,struct list_head * next) __list_splice() argument 293 list_splice(const struct list_head * list,struct list_head * head) list_splice() argument 305 list_splice_tail(struct list_head * list,struct list_head * head) list_splice_tail() argument 319 list_splice_init(struct list_head * list,struct list_head * head) list_splice_init() argument 336 list_splice_tail_init(struct list_head * list,struct list_head * head) list_splice_tail_init() argument [all...] |
/linux/drivers/base/power/ |
H A D | common.c | 195 struct dev_pm_domain_list **list) in dev_pm_domain_attach_list() argument 312 struct dev_pm_domain_list *list = _list; in devm_pm_domain_detach_list() local 331 devm_pm_domain_attach_list(struct device * dev,const struct dev_pm_domain_attach_data * data,struct dev_pm_domain_list ** list) devm_pm_domain_attach_list() argument 377 dev_pm_domain_detach_list(struct dev_pm_domain_list * list) dev_pm_domain_detach_list() argument [all...] |
/linux/tools/perf/arch/x86/util/ |
H A D | iostat.c | 98 static void iio_root_ports_list_free(struct iio_root_ports_list *list) in iio_root_ports_list_free() argument 111 const struct iio_root_ports_list * const list, u32 domain, u8 bus) in iio_root_port_find_by_notation() argument 126 iio_root_ports_list_insert(struct iio_root_ports_list * list,struct iio_root_port * const rp) iio_root_ports_list_insert() argument 145 iio_mapping(u8 pmu_idx,struct iio_root_ports_list * const list) iio_mapping() argument 197 iio_root_ports_scan(struct iio_root_ports_list ** list) iio_root_ports_scan() argument 248 iio_root_ports_list_filter(struct iio_root_ports_list ** list,const char * filter) iio_root_ports_list_filter() argument 299 iostat_event_group(struct evlist * evl,struct iio_root_ports_list * list) iostat_event_group() argument [all...] |
/linux/scripts/include/ |
H A D | list.h | 51 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument 165 list_move(struct list_head * list,struct list_head * head) list_move() argument 176 list_move_tail(struct list_head * list,struct list_head * head) list_move_tail() argument 188 list_is_first(const struct list_head * list,const struct list_head * head) list_is_first() argument 198 list_is_last(const struct list_head * list,const struct list_head * head) list_is_last() argument 208 list_is_head(const struct list_head * list,const struct list_head * head) list_is_head() argument [all...] |
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_taprio.c | 56 u32 list) in lan966x_taprio_list_index_state_get() argument 78 u32 list) in lan966x_taprio_list_shutdown() argument 152 u32 i, list, state; in lan966x_taprio_shutdown() local 177 int list[LAN966X_TAPRIO_ENTRIES_PER_PORT]; lan966x_taprio_find_list() local 272 u32 num_free, state, list; lan966x_taprio_gcl_free_get() local 329 lan966x_taprio_gcl_setup(struct lan966x_port * port,struct tc_taprio_qopt_offload * qopt,int list) lan966x_taprio_gcl_setup() argument [all...] |
/linux/drivers/media/common/videobuf2/ |
H A D | videobuf2-dvb.c | 201 struct list_head *list, *q; in vb2_dvb_register_bus() local 255 struct list_head *list, *q; in vb2_dvb_get_frontend() local 277 struct list_head *list, *q; in vb2_dvb_find_frontend() local 318 struct list_head *list, * in vb2_dvb_dealloc_frontends() local [all...] |
/linux/sound/soc/sof/ |
H A D | sof-audio.c | 296 struct snd_soc_dapm_widget_list *list, int dir) in sof_setup_pipeline_connections() argument 407 sof_unprepare_widgets_in_path(struct snd_sof_dev * sdev,struct snd_soc_dapm_widget * widget,struct snd_soc_dapm_widget_list * list) sof_unprepare_widgets_in_path() argument 446 sof_prepare_widgets_in_path(struct snd_sof_dev * sdev,struct snd_soc_dapm_widget * widget,struct snd_pcm_hw_params * fe_params,struct snd_sof_platform_stream_params * platform_params,struct snd_pcm_hw_params * pipeline_params,int dir,struct snd_soc_dapm_widget_list * list) sof_prepare_widgets_in_path() argument 507 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list; sof_free_widgets_in_path() local 548 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list; sof_set_up_widgets_in_path() local 612 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list; sof_walk_widgets_in_order() local 681 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list; sof_widget_list_setup() local 765 struct snd_soc_dapm_widget_list *list = spcm->stream[dir].list; sof_widget_list_free() local [all...] |