/kernel/linux/linux-5.10/net/netfilter/ |
H A D | xt_CT.c | 313 .target = xt_ct_target_v0, 325 .target = xt_ct_target_v1, 337 .target = xt_ct_target_v1, 358 pr_info("netfilter: NOTRACK target is deprecated, " in notrack_chk() 370 .target = notrack_tg, 401 MODULE_DESCRIPTION("Xtables: connection tracking target");
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_codel.c | 152 u32 target = nla_get_u32(tb[TCA_CODEL_TARGET]); in codel_change() local 154 q->params.target = ((u64)target * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change() 226 codel_time_to_us(q->params.target)) || in codel_dump()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bpf.c | 116 .target = { in do_test() 146 opts.target.tid = opts.target.pid = pid; in do_test() 155 err = perf_evlist__create_maps(evlist, &opts.target); in do_test()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 44 } target; member 191 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset() 195 * Can we draw an arrow from the jump to its target, for instance? I.e. 196 * is the jump and its target in the same function? 291 u8 target; member
|
/kernel/linux/linux-5.10/kernel/ |
H A D | capability.c | 122 struct task_struct *target; in cap_get_target_pid() local 126 target = find_task_by_vpid(pid); in cap_get_target_pid() 127 if (!target) in cap_get_target_pid() 130 ret = security_capget(target, pEp, pIp, pPp); in cap_get_target_pid() 142 * target pid data 207 * target pid data 286 * @ns: target user namespace 326 * @ns: target user namespace
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | jump_label.h | 42 * At runtime we can change the branch target by setting the key 45 * these calls then we run-time modify the branch target via a 124 s32 target; member 135 return (unsigned long)&entry->target + entry->target; in jump_entry_target() 154 return entry->target; in jump_entry_target()
|
/kernel/linux/linux-6.6/fs/ntfs3/lib/ |
H A D | lzx_decompress.c | 146 static void undo_e8_translation(void *target, s32 input_pos) in undo_e8_translation() argument 150 abs_offset = get_unaligned_le32(target); in undo_e8_translation() 155 put_unaligned_le32(rel_offset, target); in undo_e8_translation() 161 put_unaligned_le32(rel_offset, target); in undo_e8_translation()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | jump_label.h | 42 * At runtime we can change the branch target by setting the key 45 * these calls then we run-time modify the branch target via a 119 s32 target; member 130 return (unsigned long)&entry->target + entry->target; in jump_entry_target() 149 return entry->target; in jump_entry_target()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | capability.c | 115 const struct task_struct *target; in cap_get_target_pid() local 119 target = find_task_by_vpid(pid); in cap_get_target_pid() 120 if (!target) in cap_get_target_pid() 123 ret = security_capget(target, pEp, pIp, pPp); in cap_get_target_pid() 135 * target pid data 205 * target pid data 272 * @ns: target user namespace 312 * @ns: target user namespace
|
/kernel/linux/linux-6.6/drivers/hid/surface-hid/ |
H A D | surface_hid.c | 60 rqst.target_id = shid->uid.target; in ssam_hid_get_descriptor() 125 rqst.target_id = shid->uid.target; in ssam_hid_set_raw_report() 143 rqst.target_id = shid->uid.target; in ssam_hid_get_raw_report() 212 shid->notif.event.reg = SSAM_EVENT_REGISTRY_REG(sdev->uid.target); in surface_hid_probe()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | annotate.h | 44 } target; member 192 return dl->ops.target.offset_avail && !dl->ops.target.outside; in disasm_line__has_local_offset() 196 * Can we draw an arrow from the jump to its target, for instance? I.e. 197 * is the jump and its target in the same function? 291 u8 target; member
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_codel.c | 149 u32 target = nla_get_u32(tb[TCA_CODEL_TARGET]); in codel_change() local 151 q->params.target = ((u64)target * NSEC_PER_USEC) >> CODEL_SHIFT; in codel_change() 223 codel_time_to_us(q->params.target)) || in codel_dump()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | xt_CT.c | 324 .target = xt_ct_target_v0, 336 .target = xt_ct_target_v1, 348 .target = xt_ct_target_v1, 370 .target = notrack_tg, 401 MODULE_DESCRIPTION("Xtables: connection tracking target");
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockmap_helpers.h | 147 #define xbpf_prog_attach(prog, target, type, flags) \ 150 bpf_prog_attach((prog), (target), (type), (flags)); \ 156 #define xbpf_prog_detach2(prog, target, type) \ 158 int __ret = bpf_prog_detach2((prog), (target), (type)); \
|
/third_party/ffmpeg/libavcodec/ |
H A D | mvcdec.c | 90 #define PIX16(target, true, false) \ in decode_mvc1() 91 i = (mask & target) ? true : false; \ in decode_mvc1() 119 #define PIX32(target, true, false) \ 120 AV_WN32A(dst, (mask & target) ? v[true] : v[false]); \
|
/third_party/ffmpeg/libavformat/ |
H A D | img2enc.c | 43 char target[4][1024]; member 181 av_strlcpy(img->target[i], filename, sizeof(img->target[i])); in write_packet() 224 int ret = ff_rename(img->tmp[i], img->target[i], s); in write_packet()
|
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer.cc | 17 #include "gn/target.h" 19 NinjaActionTargetWriter::NinjaActionTargetWriter(const Target* target, in NinjaActionTargetWriter() argument 21 : NinjaTargetWriter(target, out), in NinjaActionTargetWriter() 23 target->settings()->build_settings()->build_dir(), in NinjaActionTargetWriter() 24 target->settings()->build_settings()->root_path_utf8(), in NinjaActionTargetWriter() 94 // As in WriteSourceRules, we want to force this target to rebuild any in Run()
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tblcoll.h | 268 * @param target the string that is to be compared with the source string. 271 * than target; UCOL_EQUAL if source is equal to target; UCOL_LESS if source is less 272 * than target 276 const UnicodeString& target, 283 * @param target the string that is to be compared with the source string. 287 * length) is greater than target; UCOL_EQUAL if source (up to specified 288 * length) is equal to target; UCOL_LESS if source (up to the specified 289 * length) is less than target. 293 const UnicodeString& target, [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ustr_wcs.cpp | 294 UChar* target = NULL; in _strFromWCS() local 434 pTarget = target= dest; in _strFromWCS() 451 count+= pTarget - target; in _strFromWCS() 454 target = uStack; in _strFromWCS()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shaderlib_tgsi.c | 517 enum tgsi_texture_type target = is_array ? TGSI_TEXTURE_2D_ARRAY_MSAA : TGSI_TEXTURE_2D_MSAA; in si_create_fmask_expand_cs() local 527 struct ureg_src image = ureg_DECL_image(ureg, 0, target, 0, true, false); in si_create_fmask_expand_cs() 547 ureg_memory_insn(ureg, TGSI_OPCODE_LOAD, &sample[i], 1, srcs, 2, TGSI_MEMORY_RESTRICT, target, in si_create_fmask_expand_cs() 558 target, 0); in si_create_fmask_expand_cs()
|
/third_party/mesa3d/src/gallium/frontends/hgl/ |
H A D | hgl.c | 102 templat.target = buffer->target; in hgl_st_framebuffer_validate_textures() 244 buffer->target = PIPE_TEXTURE_2D; in hgl_create_st_framebuffer() 246 buffer->target = PIPE_TEXTURE_RECT; in hgl_create_st_framebuffer()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_image_view.c | 68 /* resolve target to resource dimension */ in svga_create_uav_image() 69 resourceDim = svga_resource_type(res->target); in svga_create_uav_image() 146 templ.target = PIPE_BUFFER; in svga_set_shader_images() 191 if (img->resource->target == PIPE_BUFFER) { in svga_set_shader_images() 281 if (res->target == PIPE_BUFFER) { in svga_validate_image_view_resources()
|
/third_party/node/src/crypto/ |
H A D | crypto_random.cc | 226 void Initialize(Environment* env, Local<Object> target) { in Initialize() argument 227 RandomBytesJob::Initialize(env, target); in Initialize() 228 RandomPrimeJob::Initialize(env, target); in Initialize() 229 CheckPrimeJob::Initialize(env, target); in Initialize()
|
/third_party/node/src/ |
H A D | node_contextify.h | 21 static void Init(Environment* env, v8::Local<v8::Object> target); 61 static void Init(Environment* env, v8::Local<v8::Object> target); 164 static void Init(Environment* env, v8::Local<v8::Object> target); 185 v8::Local<v8::Object> target,
|
H A D | node_watchdog.cc | 125 void TraceSigintWatchdog::Init(Environment* env, Local<Object> target) { in Init() argument 136 env->context(), target, "TraceSigintWatchdog", constructor); in Init() 426 static void Initialize(Local<Object> target, in Initialize() argument 431 TraceSigintWatchdog::Init(env, target); in Initialize()
|