/kernel/linux/linux-6.6/Documentation/target/ |
H A D | target-export-device | 4 # create a very simple LIO iSCSI target with a file or block device 13 Export a block device or a file as an iSCSI target with a single LUN 37 CORE_DIR=$CONFIGFS/target/core 38 ISCSI_DIR=$CONFIGFS/target/iscsi 40 # Load the target modules and mount the config file system 61 # Create an iSCSI target and a target portal group (TPG)
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | jump_label.c | 46 static inline u32 arc_gen_branch(jump_label_t pc, jump_label_t target) in arc_gen_branch() argument 50 u32 u_offset = target - pcl; in arc_gen_branch() 91 instr = arc_gen_branch(entry->code, entry->target); in arch_jump_label_transform()
|
/kernel/linux/linux-6.6/arch/riscv/kernel/ |
H A D | ftrace.c | 66 static int __ftrace_modify_call(unsigned long hook_pos, unsigned long target, in __ftrace_modify_call() argument 73 make_call_ra(hook_pos, target, call); in __ftrace_modify_call() 75 make_call_t0(hook_pos, target, call); in __ftrace_modify_call()
|
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.h | 97 } target[16]; member 141 } target[16]; member 184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | task-exit.c | 5 #include "target.h" 48 struct target target = { in test__task_exit() local 86 err = perf_evlist__prepare_workload(evlist, &target, argv, false, in test__task_exit()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | sideband_evlist.c | 97 int perf_evlist__start_sb_thread(struct evlist *evlist, struct target *target) in perf_evlist__start_sb_thread() argument 104 if (perf_evlist__create_maps(evlist, target)) in perf_evlist__start_sb_thread()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usernv04.c | 97 if (dmaobj->base.target == NV_MEM_TARGET_VM) { in nv04_dmaobj_new() 100 dmaobj->base.target = NV_MEM_TARGET_PCI; in nv04_dmaobj_new() 105 switch (dmaobj->base.target) { in nv04_dmaobj_new()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_nvram.h | 97 } target[16]; member 141 } target[16]; member 184 void sym_nvram_setup_target (struct sym_tcb *tp, int target, struct sym_nvram *nvp);
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.h | 29 acpi_handle target; member 47 acpi_handle target; member 62 acpi_handle target; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/dma/ |
H A D | usernv04.c | 97 if (dmaobj->base.target == NV_MEM_TARGET_VM) { in nv04_dmaobj_new() 100 dmaobj->base.target = NV_MEM_TARGET_PCI; in nv04_dmaobj_new() 105 switch (dmaobj->base.target) { in nv04_dmaobj_new()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | task-exit.c | 5 #include "target.h" 48 struct target target = { in test__task_exit() local 83 err = evlist__prepare_workload(evlist, &target, argv, false, workload_exec_failed_signal); in test__task_exit()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | offwaketime.bpf.c | 22 char target[TASK_COMM_LEN]; member 83 bpf_get_current_comm(&key.target, sizeof(key.target)); in update_counts()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sideband_evlist.c | 97 int evlist__start_sb_thread(struct evlist *evlist, struct target *target) in evlist__start_sb_thread() argument 104 if (evlist__create_maps(evlist, target)) in evlist__start_sb_thread()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | ipc.c | 104 const struct cred *target_cred, struct aa_label *target, in aa_may_signal() 112 return xcheck_labels(sender, target, profile, in aa_may_signal() 113 profile_signal_perm(subj_cred, profile, target, in aa_may_signal() 103 aa_may_signal(const struct cred *subj_cred, struct aa_label *sender, const struct cred *target_cred, struct aa_label *target, int sig) aa_may_signal() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_strncmp.c | 21 * Compare str and target after making str[i] != target[i]. 22 * When exp is -1, make str[i] < target[i] and delta = -1. 33 memcpy(str, skel->rodata->target, nr); in strncmp_full_str_cmp() 71 memcpy(skel->bss->str, skel->rodata->target, sizeof(skel->bss->str)); in test_strncmp_ret() 76 memcpy(skel->bss->str, skel->rodata->target, sizeof(skel->bss->str)); in test_strncmp_ret()
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/mm/ |
H A D | stack_expansion_ldst.c | 44 unsigned long target; in consume_stack() local 59 target = stack_high - delta + 1; in consume_stack() 60 volatile char *p = (char *)target; in consume_stack() 154 // so that the delta between the stack pointer and the target is large.
|
/third_party/f2fs-tools/fsck/ |
H A D | defrag.c | 72 u64 target = to; in f2fs_defragment() local 80 if (find_next_free_block(sbi, &target, left, se->type, false)) { in f2fs_defragment() 85 if (migrate_block(sbi, idx, target)) { in f2fs_defragment()
|
/third_party/gn/src/gn/ |
H A D | function_forward_variables_from.cc | 94 variables defined in the template invocation to a template-defined target. 142 # This is a template around a target whose type depends on a global variable. 145 target(my_wrapper_target_type, target_name) { 151 # variable, and forwards all others to the nested target.
|
H A D | function_template.cc | 20 to add to the built-in target types. 23 template, just use the name of the template like any other target type. 46 scope to a target that it defines. Often, such variables might be optional. 60 Your template should almost always define a built-in target with the name the 66 another target specifies a dependency on "foo", the static_library or 85 You can use template to redefine a built-in target in which case your template 86 takes a precedence over the built-in one. All uses of the target from within 87 the template definition will refer to the built-in target which makes it 88 possible to extend the behavior of the built-in target: 110 # Name of the intermediate target tha [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | IncrementalProgressTest.java | 74 String target = (String) targets.nextElement(); in TestIncrementalProgress() 75 Enumeration variants = Transliterator.getAvailableVariants(this.lang, target); in TestIncrementalProgress() 78 String id = this.lang + "-" + target + "/" + variant; in TestIncrementalProgress()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | IncrementalProgressTest.java | 71 String target = (String) targets.nextElement(); in TestIncrementalProgress() 72 Enumeration variants = Transliterator.getAvailableVariants(this.lang, target); in TestIncrementalProgress() 75 String id = this.lang + "-" + target + "/" + variant; in TestIncrementalProgress()
|
/third_party/mesa3d/include/CL/ |
H A D | cl_gl.h | 74 cl_GLenum target, 120 cl_GLenum target, 128 cl_GLenum target,
|
/third_party/mbedtls/tests/scripts/ |
H A D | translate_ciphers.py | 184 def main(target, names): 185 print(format_ciphersuite_names(target, names)) 189 PARSER.add_argument('target', metavar='TARGET', choices=['o', 'g', 'm']) 192 main(ARGS.target, ARGS.names)
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-api-property.cpp | 98 jerry_value_t target = jerry_create_object (); in HWTEST_F() local 100 jerry_value_t proxy = jerry_create_proxy (target, handler); in HWTEST_F() 102 jerry_release_value (target); in HWTEST_F()
|
/third_party/mesa3d/src/gallium/winsys/virgl/common/ |
H A D | virgl_resource_cache.c | 33 if (entry->params.target == PIPE_BUFFER) { in virgl_resource_cache_entry_is_compatible() 43 entry->params.target == params.target); in virgl_resource_cache_entry_is_compatible()
|