Searched refs:ct (Results 226 - 250 of 349) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/platforms/8xx/
H A Dpic.c98 static int mpc8xx_pic_host_xlate(struct irq_domain *h, struct device_node *ct, argument
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_debugfs.c32 intel_guc_ct_print_info(&guc->ct, &p);
/linux-master/fs/btrfs/
H A Droot-tree.c486 struct timespec64 ct; local
488 ktime_get_real_ts64(&ct);
491 btrfs_set_stack_timespec_sec(&item->ctime, ct.tv_sec);
492 btrfs_set_stack_timespec_nsec(&item->ctime, ct.tv_nsec);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc.c289 ret = xe_managed_bo_reinit_in_vram(xe, tile, &guc->ct.bo);
318 ret = xe_guc_ct_init(&guc->ct);
648 err = xe_guc_ct_enable(&guc->ct);
695 return xe_guc_ct_send_block(&guc->ct, action, ARRAY_SIZE(action));
712 xe_assert(xe, !xe_guc_ct_enabled(&guc->ct));
869 xe_guc_ct_irq_handler(&guc->ct);
875 xe_guc_ct_disable(&guc->ct);
898 xe_guc_ct_stop(&guc->ct);
950 xe_guc_ct_print(&guc->ct, p, false);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_core.c259 struct ip_vs_conn *ct; local
340 ct = ip_vs_ct_in_get(&param);
341 if (!ct || !ip_vs_check_template(ct, NULL)) {
371 ct = ip_vs_conn_new(&param, dest->af, &dest->addr, dport,
373 if (ct == NULL) {
379 ct->timeout = svc->timeout;
382 dest = ct->dest;
403 ip_vs_conn_put(ct);
411 ip_vs_control_add(cp, ct);
1137 struct ip_vs_conn *ct = NULL, *cp = NULL; local
[all...]
/linux-master/drivers/irqchip/
H A Dirq-atmel-aic-common.c43 struct irq_chip_type *ct = irq_data_get_chip_type(d); local
45 ct->chip.irq_mask(d);
H A Dirq-mscc-ocelot.c82 struct irq_chip_type *ct = irq_data_get_chip_type(data); local
92 *ct->mask_cache &= ~mask;
/linux-master/arch/x86/boot/
H A Dstring.c64 int strncmp(const char *cs, const char *ct, size_t count) argument
70 c2 = *ct++;
/linux-master/net/netfilter/
H A Dnfnetlink_log.c466 struct nf_conn *ct, enum ip_conntrack_info ctinfo)
640 if (ct && nfnl_ct->build(inst->skb, ct, ctinfo,
702 struct nf_conn *ct = NULL; local
751 ct = nf_ct_get(skb, &ctinfo);
752 if (ct != NULL)
753 size += nfnl_ct->build_size(ct);
807 nfnl_ct, ct, ctinfo);
456 __build_packet_message(struct nfnl_log_net *log, struct nfulnl_instance *inst, const struct sk_buff *skb, unsigned int data_len, u_int8_t pf, unsigned int hooknum, const struct net_device *indev, const struct net_device *outdev, const char *prefix, unsigned int plen, const struct nfnl_ct_hook *nfnl_ct, struct nf_conn *ct, enum ip_conntrack_info ctinfo) argument
H A Dx_tables.c1135 struct compat_xt_entry_target *ct = (struct compat_xt_entry_target *)t; local
1137 u_int16_t tsize = ct->u.user.target_size;
1141 memcpy(t, ct, sizeof(*ct));
1143 target->compat_from_user(t->data, ct->data);
1145 unsafe_memcpy(t->data, ct->data, tsize - sizeof(*ct),
1163 struct compat_xt_entry_target __user *ct = *dstptr; local
1167 if (XT_OBJ_TO_USER(ct, t, target, tsize))
1171 if (target->compat_to_user((void __user *)ct
[all...]
/linux-master/lib/
H A Ddynamic_debug.c612 int bi, ct; local
623 ct = ddebug_exec_queries(query, NULL);
624 matches += ct;
627 ct, map->class_names[bi], *new_bits);
1208 int i, j, ct = 0; local
1222 ct++;
1225 if (ct)
1226 vpr_info("module:%s attached %d classes\n", dt->mod_name, ct);
/linux-master/arch/powerpc/perf/
H A Dimc-pmu.c227 int i = 0, j = 0, ct, ret; local
241 ct = of_get_child_count(pmu_events);
260 pmu->events = kcalloc(ct, sizeof(struct imc_events), GFP_KERNEL);
266 ct = 0;
269 ret = imc_parse_event(np, g_scale, g_unit, prefix, base_reg, &pmu->events[ct]);
271 ct++;
279 imc_free_events(pmu->events, ct);
287 * "ct" has the total event structs added from the events-parent node.
288 * So allocate three times the "ct" (this includes event, event_scale and
291 attrs = kcalloc(((ct *
[all...]
/linux-master/drivers/tty/vt/
H A Dconsolemap.c638 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) argument
644 if (!ct)
647 unilist = vmemdup_array_user(list, ct, sizeof(*unilist));
673 for (plist = unilist; ct; ct--, plist++) {
785 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, argument
794 unilist = kvmalloc_array(ct, sizeof(*unilist), GFP_KERNEL);
818 if (ect < ct) {
828 if (copy_to_user(list, unilist, min(ect, ct) * sizeof(*unilist)))
833 return ret ? ret : (ect <= ct)
[all...]
/linux-master/net/ipv6/
H A Dip6mr.c1247 int ct; local
1254 for (ct = 0; ct < mrt->maxvif; ct++, v++) {
1256 mif6_delete(mrt, ct, 1, NULL);
2094 int ct; local
2097 for (ct = READ_ONCE(mrt->maxvif) - 1; ct >= 0; ct--) {
2098 if (rcu_access_pointer(mrt->vif_table[ct]
2110 int vif, ct; local
[all...]
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-hw.c629 unsigned int ct; local
632 ct = dec->control.code_type;
633 if (priv->hw.ct_quirks[ct] & IMG_IR_QUIRK_CODE_BROKEN)
957 unsigned int ct; local
963 ct = hw->decoder->control.code_type;
967 if (!(priv->hw.ct_quirks[ct] & IMG_IR_QUIRK_CODE_IRQ) ||
995 if (hw->ct_quirks[ct] & IMG_IR_QUIRK_CODE_LEN_INCR)
/linux-master/drivers/media/platform/samsung/s5p-jpeg/
H A Djpeg-core.c1334 struct s5p_jpeg_ctx *ct = fh_to_ctx(priv); local
1336 vq = v4l2_m2m_get_vq(ct->fh.m2m_ctx, f->type);
1341 ct->mode == S5P_JPEG_DECODE && !ct->hdr_parsed)
1343 q_data = get_q_data(ct, f->type);
1582 static int s5p_jpeg_s_fmt(struct s5p_jpeg_ctx *ct, struct v4l2_format *f) argument
1591 vq = v4l2_m2m_get_vq(ct->fh.m2m_ctx, f->type);
1595 q_data = get_q_data(ct, f->type);
1599 v4l2_err(&ct->jpeg->v4l2_dev, "%s queue busy\n", __func__);
1606 q_data->fmt = s5p_jpeg_find_format(ct, pi
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdp_synproxy_kern.c110 extern void bpf_ct_release(struct nf_conn *ct) __ksym;
437 struct nf_conn *ct; local
465 ct = bpf_xdp_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts));
467 ct = bpf_skb_ct_lookup(ctx, &tup, tup_size, &ct_lookup_opts, sizeof(ct_lookup_opts));
468 if (ct) {
469 unsigned long status = ct->status;
471 bpf_ct_release(ct);
/linux-master/arch/mips/include/asm/xtalk/
H A Dxwidget.h240 unsigned ct:1; member in struct:__anon2118
/linux-master/arch/powerpc/sysdev/ge/
H A Dge_pic.c168 static int gef_pic_host_xlate(struct irq_domain *h, struct device_node *ct, argument
/linux-master/drivers/mtd/tests/
H A Doobtest.c117 const void *ct, size_t count)
124 for (su1 = cs, su2 = ct; 0 < count; ++su1, ++su2, count--, i++) {
137 #define memcmpshow(addr, cs, ct, count) memcmpshowoffset((addr), 0, (cs), (ct),\
116 memcmpshowoffset(loff_t addr, loff_t offset, const void *cs, const void *ct, size_t count) argument
/linux-master/drivers/iio/adc/
H A Drtq6056.c369 int *ct, ret; local
376 ct = &priv->vshuntct_us;
379 ct = &priv->vbusct_us;
390 *ct = 1000000 / rtq6056_samp_freq_list[selector];
/linux-master/scripts/dtc/include-prefixes/dt-bindings/usb/
H A Dpd.h463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \
466 | ((gi) & 0x3f) << 1 | (ct))
/linux-master/include/dt-bindings/usb/
H A Dpd.h463 #define VDO_VPD(hw, fw, ver, vbm, curr, vbi, gi, ct) \
466 | ((gi) & 0x3f) << 1 | (ct))
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Ddisp.c219 struct drm_connector *connector, *ct; local
286 list_for_each_entry_safe(connector, ct,
/linux-master/tools/testing/selftests/net/
H A Dbig_tcp.sh60 # test for nf_ct_skb_network_trim in nf_conntrack_ovs used by TC ct action.
63 proto ip flower ip_proto tcp action ct
65 proto ipv6 flower ip_proto tcp action ct

Completed in 278 milliseconds

1234567891011>>