Home
last modified time | relevance | path

Searched refs:op_entry (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/oprofile/
H A Dcpu_buffer.h39 struct op_entry;
78 *op_cpu_buffer_write_reserve(struct op_entry *entry, unsigned long size);
79 int op_cpu_buffer_write_commit(struct op_entry *entry);
80 struct op_sample *op_cpu_buffer_read_entry(struct op_entry *entry, int cpu);
85 int op_cpu_buffer_add_data(struct op_entry *entry, unsigned long val) in op_cpu_buffer_add_data()
97 int op_cpu_buffer_get_size(struct op_entry *entry) in op_cpu_buffer_get_size()
104 int op_cpu_buffer_get_data(struct op_entry *entry, unsigned long *val) in op_cpu_buffer_get_data()
H A Dcpu_buffer.c134 * Struct op_entry is used during operations on the ring buffer while
144 *op_cpu_buffer_write_reserve(struct op_entry *entry, unsigned long size) in op_cpu_buffer_write_reserve()
158 int op_cpu_buffer_write_commit(struct op_entry *entry) in op_cpu_buffer_write_commit()
163 struct op_sample *op_cpu_buffer_read_entry(struct op_entry *entry, int cpu) in op_cpu_buffer_read_entry()
187 struct op_entry entry; in op_add_code()
240 struct op_entry entry; in op_add_sample()
357 oprofile_write_reserve(struct op_entry *entry, struct pt_regs * const regs, in oprofile_write_reserve()
386 int oprofile_add_data(struct op_entry *entry, unsigned long val) in oprofile_add_data()
393 int oprofile_add_data64(struct op_entry *entry, u64 val) in oprofile_add_data64()
408 int oprofile_write_commit(struct op_entry *entr
[all...]
H A Dbuffer_sync.c331 static void add_data(struct op_entry *entry, struct mm_struct *mm) in add_data()
505 struct op_entry entry; in sync_buffer()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Ddm.c173 static int copy_op_to_user(struct mlx5_ib_dm_op_entry *op_entry, in copy_op_to_user() argument
180 page_idx = op_entry->mentry.rdma_entry.start_pgoff & 0xFFFF; in copy_op_to_user()
181 start_offset = op_entry->op_addr & ~PAGE_MASK; in copy_op_to_user()
195 struct mlx5_ib_dm_op_entry *op_entry; in map_existing_op() local
197 op_entry = xa_load(&dm->ops, op); in map_existing_op()
198 if (!op_entry) in map_existing_op()
201 return copy_op_to_user(op_entry, attrs); in map_existing_op()
212 struct mlx5_ib_dm_op_entry *op_entry; in MLX5_IB_METHOD_DM_MAP_OP_ADDR() local
231 op_entry = kzalloc(sizeof(*op_entry), GFP_KERNE in MLX5_IB_METHOD_DM_MAP_OP_ADDR()
535 struct mlx5_ib_dm_op_entry *op_entry; mlx5_ib_dm_mmap_free() local
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Doprofile.h182 struct op_entry { struct
189 void oprofile_write_reserve(struct op_entry *entry,
192 int oprofile_add_data(struct op_entry *entry, unsigned long val);
193 int oprofile_add_data64(struct op_entry *entry, u64 val);
194 int oprofile_write_commit(struct op_entry *entry);
/kernel/linux/linux-6.6/fs/smb/server/
H A Doplock.h78 struct list_head op_entry; member
H A Doplock.c48 INIT_LIST_HEAD(&opinfo->op_entry); in alloc_opinfo()
160 op_entry); in opinfo_get_list()
210 list_add_rcu(&opinfo->op_entry, &ci->m_op_list); in opinfo_add()
224 list_del_rcu(&opinfo->op_entry); in opinfo_del()
529 list_for_each_entry(opinfo, &ci->m_op_list, op_entry) { in same_client_has_lease()
1108 list_for_each_entry(opinfo, &p_ci->m_op_list, op_entry) { in smb_send_parent_lease_break_noti()
1153 list_for_each_entry(opinfo, &p_ci->m_op_list, op_entry) { in smb_lazy_parent_lease_break_close()
1363 list_for_each_entry_rcu(brk_op, &ci->m_op_list, op_entry) { in smb_break_all_levII_oplock()
/kernel/linux/linux-5.10/arch/x86/oprofile/
H A Dop_model_amd.c136 struct op_entry entry; in op_amd_handle_ibs()

Completed in 7 milliseconds