Searched defs:hop (Results 1 - 25 of 39) sorted by last modified time

12

/linux-master/kernel/sched/
H A Dtopology.c2154 int hop, ret = nr_cpu_ids; local
/linux-master/kernel/rcu/
H A Dtasks.h886 static void rcu_tasks_pregp_step(struct list_head *hop) argument
931 static void rcu_tasks_pertask(struct task_struct *t, struct list_head *hop) argument
945 static void rcu_tasks_postscan(struct list_head *hop) argument
1041 static void check_all_holdout_tasks(struct list_head *hop, argument
1732 rcu_tasks_trace_pertask(struct task_struct *t, struct list_head *hop) argument
1739 rcu_tasks_trace_pregp_step(struct list_head *hop) argument
1795 rcu_tasks_trace_postscan(struct list_head *hop) argument
1867 check_all_holdout_tasks_trace(struct list_head *hop, bool needreport, bool *firstreport) argument
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c462 amdgpu_bo_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/drivers/thunderbolt/
H A Dswitch.c735 struct tb_regs_hop hop; local
H A Dtunnel.c137 static void tb_init_pm_support(struct tb_path_hop *hop) argument
234 static int tb_pci_init_credits(struct tb_path_hop *hop) argument
263 struct tb_path_hop *hop; local
1219 tb_dp_init_aux_credits(struct tb_path_hop *hop) argument
1232 struct tb_path_hop *hop; local
1248 tb_dp_init_video_credits(struct tb_path_hop *hop) argument
1279 struct tb_path_hop *hop; local
1520 tb_dma_reserve_credits(struct tb_path_hop *hop, unsigned int credits) argument
1555 struct tb_path_hop *hop; local
1590 struct tb_path_hop *hop; local
1611 tb_dma_release_credits(struct tb_path_hop *hop) argument
1625 struct tb_path_hop *hop; local
1912 tb_usb3_init_credits(struct tb_path_hop *hop) argument
1932 struct tb_path_hop *hop; local
[all...]
H A Dpath.c16 static void tb_dump_hop(const struct tb_path_hop *hop, const struct tb_regs_hop *regs) argument
38 struct tb_regs_hop hop; local
107 struct tb_regs_hop hop; local
364 const struct tb_path_hop *hop = &path->hops[i]; local
395 struct tb_regs_hop hop; local
541 struct tb_regs_hop hop = { 0 }; local
[all...]
H A Dnhi.c576 tb_ring_alloc(struct tb_nhi *nhi, u32 hop, int size, bool transmit, unsigned int flags, int e2e_tx_hop, u16 sof_mask, u16 eof_mask, void (*start_poll)(void *), void *poll_data) argument
643 tb_ring_alloc_tx(struct tb_nhi *nhi, int hop, int size, unsigned int flags) argument
664 tb_ring_alloc_rx(struct tb_nhi *nhi, int hop, int size, unsigned int flags, int e2e_tx_hop, u16 sof_mask, u16 eof_mask, void (*start_poll)(void *), void *poll_data) argument
724 u32 hop; local
910 int hop = -1; local
[all...]
/linux-master/sound/core/seq/
H A Dseq_ump_convert.c362 cvt_ump_midi1_to_midi2(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *__event, int atomic, int hop) argument
413 cvt_ump_midi2_to_midi1(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *__event, int atomic, int hop) argument
466 cvt_ump_to_any(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, unsigned char type, int atomic, int hop) argument
513 deliver_with_group_convert(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_ump_event *ump_ev, int atomic, int hop) argument
544 snd_seq_deliver_from_ump(struct snd_seq_client *source, struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) argument
1062 cvt_to_ump_midi1(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) argument
1096 cvt_to_ump_midi2(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) argument
1144 cvt_sysex_to_ump(struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) argument
1194 snd_seq_deliver_to_ump(struct snd_seq_client *source, struct snd_seq_client *dest, struct snd_seq_client_port *dest_port, struct snd_seq_event *event, int atomic, int hop) argument
[all...]
H A Dseq_virmidi.c109 snd_virmidi_event_input(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
H A Dseq_ump_client.c91 seq_ump_process_event(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
H A Dseq_queue.c230 void snd_seq_check_queue(struct snd_seq_queue *q, int atomic, int hop) argument
286 int snd_seq_enqueue_event(struct snd_seq_event_cell *cell, int atomic, int hop) argument
607 queue_broadcast_event(struct snd_seq_queue *q, struct snd_seq_event *ev, int atomic, int hop) argument
630 snd_seq_queue_process_event(struct snd_seq_queue *q, struct snd_seq_event *ev, int atomic, int hop) argument
683 snd_seq_control_queue(struct snd_seq_event *ev, int atomic, int hop) argument
[all...]
H A Dseq_midi.c122 event_process_midi(struct snd_seq_event *ev, int direct, void *private_data, int atomic, int hop) argument
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c496 vmw_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/drivers/gpu/drm/xe/
H A Dxe_bo.c612 xe_bo_move(struct ttm_buffer_object *ttm_bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/include/linux/
H A Dthunderbolt.h536 int hop; member in struct:tb_ring
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c1050 nouveau_bo_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_reg, struct ttm_place *hop) argument
/linux-master/sound/core/seq/oss/
H A Dseq_oss_init.c117 receive_announce(struct snd_seq_event *ev, int direct, void *private, int atomic, int hop) argument
H A Dseq_oss_device.h136 snd_seq_oss_dispatch(struct seq_oss_devinfo *dp, struct snd_seq_event *ev, int atomic, int hop) argument
/linux-master/drivers/gpu/drm/ttm/
H A Dttm_bo.c115 ttm_bo_handle_move_mem(struct ttm_buffer_object *bo, struct ttm_resource *mem, bool evict, struct ttm_operation_ctx *ctx, struct ttm_place *hop) argument
404 ttm_bo_bounce_temp_buffer(struct ttm_buffer_object *bo, struct ttm_resource **mem, struct ttm_operation_ctx *ctx, struct ttm_place *hop) argument
435 struct ttm_place hop; local
854 struct ttm_place hop; local
1180 struct ttm_place hop; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c187 radeon_bo_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_ttm.c136 qxl_bo_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_ttm.c158 lsdc_bo_move(struct ttm_buffer_object *tbo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_gem_vram_helper.c905 bo_driver_move(struct ttm_buffer_object *bo, bool evict, struct ttm_operation_ctx *ctx, struct ttm_resource *new_mem, struct ttm_place *hop) argument
/linux-master/drivers/accel/habanalabs/common/mmu/
H A Dmmu_v2_hr.c192 int hop; local
[all...]
/linux-master/net/ipv6/
H A Dcalipso.c777 static int calipso_opt_update(struct sock *sk, struct ipv6_opt_hdr *hop) argument
843 calipso_opt_find(struct ipv6_opt_hdr *hop, unsigned int *start, unsigned int *end) argument
905 calipso_opt_insert(struct ipv6_opt_hdr *hop, const struct calipso_doi *doi_def, const struct netlbl_lsm_secattr *secattr) argument
968 calipso_opt_del(struct ipv6_opt_hdr *hop, struct ipv6_opt_hdr **new) argument
1072 struct ipv6_opt_hdr *hop; local
1297 struct ipv6_opt_hdr *hop; local
[all...]

Completed in 411 milliseconds

12