/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | glock.c | 60 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target); 586 * @target: The target lock state 590 static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target) 599 if (target != LM_ST_UNLOCKED && glock_blocked_by_withdraw(gl) && 604 GLOCK_BUG_ON(gl, gl->gl_state == target); 606 if ((target == LM_ST_UNLOCKED || target == LM_ST_DEFERRED) && 618 gl->gl_req = target; 653 glops->go_inval(gl, target [all...] |
/kernel/linux/linux-6.6/kernel/ |
H A D | exit.c | 1469 * target task dies. Only continued and exited can happen. in wait_consider_task() 1558 struct task_struct *target) in is_effectively_child() 1561 !ptrace ? target->real_parent : target->parent; in is_effectively_child() 1569 * and tracee lists to find the target task. 1574 struct task_struct *target; in do_wait_pid() local 1578 target = pid_task(wo->wo_pid, PIDTYPE_TGID); in do_wait_pid() 1579 if (target && is_effectively_child(wo, ptrace, target)) { in do_wait_pid() 1580 retval = wait_consider_task(wo, ptrace, target); in do_wait_pid() 1557 is_effectively_child(struct wait_opts *wo, bool ptrace, struct task_struct *target) is_effectively_child() argument [all...] |
/kernel/linux/linux-6.6/net/vmw_vsock/ |
H A D | af_vsock.c | 1084 int target = sock_rcvlowat(sk, 0, INT_MAX); in vsock_poll() local 1086 vsk, target, &data_ready_now); in vsock_poll() 1934 size_t target) in vsock_connectible_wait_data() 1964 err = transport->notify_recv_pre_block(vsk, target, recv_data); in vsock_connectible_wait_data() 2004 size_t target; in __vsock_stream_recvmsg() local 2013 /* We must not copy less than target bytes into the user's buffer in __vsock_stream_recvmsg() 2016 * makes it impossible to handle cases where target is greater than the in __vsock_stream_recvmsg() 2019 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in __vsock_stream_recvmsg() 2020 if (target >= transport->stream_rcvhiwat(vsk)) { in __vsock_stream_recvmsg() 2027 err = transport->notify_recv_init(vsk, target, in __vsock_stream_recvmsg() 1930 vsock_connectible_wait_data(struct sock *sk, struct wait_queue_entry *wait, long timeout, struct vsock_transport_recv_notify_data *recv_data, size_t target) vsock_connectible_wait_data() argument [all...] |
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | jump_label.c | 19 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform() 29 /* WDISP19 - target is . + immed << 2 */ in arch_jump_label_transform() 33 /* WDISP22 - target is . + immed << 2 */ in arch_jump_label_transform()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | jump_label.c | 19 s32 off = (s32)entry->target - (s32)entry->code; in arch_jump_label_transform() 29 /* WDISP19 - target is . + immed << 2 */ in arch_jump_label_transform() 33 /* WDISP22 - target is . + immed << 2 */ in arch_jump_label_transform()
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.h | 2 #include <target/target_core_base.h> 41 /* FC lport target portal group tag for TCM */
|
H A D | qla_target.h | 8 * Forward port and refactoring to modern qla2xxx and target/configfs 12 * Additional file for the target driver support. 16 * target portion. 27 * data in the target add-on 32 * Must be changed on any change in any target visible interfaces or 52 * vs. regular (non-target) info. This is checked for in 78 * ISP target entries - Flags bit definitions. 87 /* (data from target to initiator) */ 89 /* (data from initiator to target) */ 121 ? le16_to_cpu((iocb)->u.isp2x.target 138 target_id_t target; global() member 207 target_id_t target; global() member 323 target_id_t target; global() member [all...] |
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_xcopy.h | 2 #include <target/target_core_base.h>
|
H A D | target_core_ua.h | 5 #include <target/target_core_base.h>
|
/kernel/linux/linux-5.10/drivers/target/loopback/ |
H A D | tcm_loop.h | 4 #include <target/target_core_base.h> /* struct se_cmd */
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_TRACE.c | 37 .target = trace_tg,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | blk-crypto-profile.h | 149 bool blk_crypto_has_capabilities(const struct blk_crypto_profile *target,
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_ua.h | 5 #include <target/target_core_base.h>
|
H A D | target_core_xcopy.h | 2 #include <target/target_core_base.h>
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | tcm_qla2xxx.h | 2 #include <target/target_core_base.h> 41 /* FC lport target portal group tag for TCM */
|
H A D | qla_target.h | 8 * Forward port and refactoring to modern qla2xxx and target/configfs 12 * Additional file for the target driver support. 16 * target portion. 27 * data in the target add-on 32 * Must be changed on any change in any target visible interfaces or 52 * vs. regular (non-target) info. This is checked for in 78 * ISP target entries - Flags bit definitions. 87 /* (data from target to initiator) */ 89 /* (data from initiator to target) */ 121 ? le16_to_cpu((iocb)->u.isp2x.target 138 target_id_t target; global() member 208 target_id_t target; global() member 328 target_id_t target; global() member [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf-event.h | 18 struct target;
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_TRACE.c | 37 .target = trace_tg,
|
/kernel/linux/linux-5.10/block/ |
H A D | kyber-iosched.c | 89 * to the target latency: 91 * <= 1/4 * target latency 92 * <= 1/2 * target latency 93 * <= 3/4 * target latency 94 * <= target latency 95 * <= 1 1/4 * target latency 96 * <= 1 1/2 * target latency 97 * <= 1 3/4 * target latency 98 * > 1 3/4 * target latency 103 * 1 / (1 << KYBER_LATENCY_SHIFT) * target latenc 614 add_latency_sample(struct kyber_cpu_latency *cpu_latency, unsigned int sched_domain, unsigned int type, u64 target, u64 latency) add_latency_sample() argument 637 u64 target; kyber_completed_request() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_debugdump.c | 44 u8 target; member 151 return NFP_CPP_ISLAND_ID(cpp_id->target, cpp_id->action, cpp_id->token, in nfp_get_numeric_cpp_id() 444 return cpp_id->target == NFP_CPP_TARGET_ISLAND_XPB && in is_xpb_read() 513 cpp_id = NFP_CPP_ISLAND_ID(cpp_params.target, in nfp_read_indirect_csr() 635 cpp_params.target = sym->target; in nfp_dump_single_rtsym()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm_smmuv3_pmu.c | 621 unsigned int target; in smmu_pmu_offline_cpu() local 627 target = cpumask_any_but(cpu_online_mask, cpu); in smmu_pmu_offline_cpu() 628 if (target >= nr_cpu_ids) in smmu_pmu_offline_cpu() 631 perf_pmu_migrate_context(&smmu_pmu->pmu, cpu, target); in smmu_pmu_offline_cpu() 632 smmu_pmu->on_cpu = target; in smmu_pmu_offline_cpu() 633 WARN_ON(irq_set_affinity_hint(smmu_pmu->irq, cpumask_of(target))); in smmu_pmu_offline_cpu()
|
/kernel/linux/linux-5.10/security/ |
H A D | commoncap.c | 70 /* See if cred has the capability in the target user namespace in cap_capable() 71 * by examining the target user namespace and all of the target in cap_capable() 124 * If we are in the same or an ancestor user_ns and have all the target 126 * If we have the ptrace capability to the target user_ns, then ptrace 191 * @target: The task from which to retrieve the capability sets 199 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 206 cred = __task_cred(target); in cap_capget() 260 /* verify restrictions on target's new Permitted set */ in cap_capset() 769 #define __cap_gained(field, target, sourc [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | btree.c | 639 int btree_merge(struct btree_head *target, struct btree_head *victim, in btree_merge() argument 647 BUG_ON(target == victim); in btree_merge() 649 if (!(target->node)) { in btree_merge() 650 /* target is empty, just copy fields over */ in btree_merge() 651 target->node = victim->node; in btree_merge() 652 target->height = victim->height; in btree_merge() 664 err = btree_insert(target, geo, key, val, gfp); in btree_merge()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_lvds.c | 196 unsigned long target, struct pll_info *pll, in rcar_lvds_d3_e3_pll_calc() 223 * divider DIV to achieve the desired target frequency. Finally, an in rcar_lvds_d3_e3_pll_calc() 296 div = max(1UL, DIV_ROUND_CLOSEST(fout, target)); in rcar_lvds_d3_e3_pll_calc() 297 diff = abs(fout / div - target); in rcar_lvds_d3_e3_pll_calc() 317 error = (long)(output - target) * 10000 / (long)target; in rcar_lvds_d3_e3_pll_calc() 320 "%pC %lu Hz -> Fout %lu Hz (target %lu Hz, error %d.%02u%%), PLL M/N/E/DIV %u/%u/%u/%u\n", in rcar_lvds_d3_e3_pll_calc() 321 clk, fin, output, target, error / 100, in rcar_lvds_d3_e3_pll_calc() 195 rcar_lvds_d3_e3_pll_calc(struct rcar_lvds *lvds, struct clk *clk, unsigned long target, struct pll_info *pll, u32 clksel, bool dot_clock_only) rcar_lvds_d3_e3_pll_calc() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_debugdump.c | 44 u8 target; member 151 return NFP_CPP_ISLAND_ID(cpp_id->target, cpp_id->action, cpp_id->token, in nfp_get_numeric_cpp_id() 444 return cpp_id->target == NFP_CPP_TARGET_ISLAND_XPB && in is_xpb_read() 513 cpp_id = NFP_CPP_ISLAND_ID(cpp_params.target, in nfp_read_indirect_csr() 635 cpp_params.target = sym->target; in nfp_dump_single_rtsym()
|