Searched refs:local (Results 126 - 150 of 406) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/bpf/progs/
H A Dcgrp_kfunc_failure.c209 struct __cgrps_kfunc_map_value local, *v; local
218 local.cgrp = NULL;
219 status = bpf_map_update_elem(&__cgrps_kfunc_map, &id, &local, BPF_NOEXIST);
H A Dcpumask_common.h96 struct __cpumask_map_value local, *v; local
101 local.cpumask = NULL;
102 status = bpf_map_update_elem(&__cpumask_map, &key, &local, 0);
/linux-master/tools/include/linux/
H A Dbtf_ids.h41 ".local " #symbol " ; \n" \
84 __BTF_ID_LIST(name, local) \
144 __BTF_ID_LIST(name, local) \
145 __BTF_SET_START(name, local)
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_pvt.c337 int local; local
341 local = ffz(drv->pvt_id);
342 dev_dbg(drv->dev, "pvt_id assigned --> %d\n", local);
343 if (local >= SST_MAX_BLOCKS){
349 change_bit(local, &drv->pvt_id);
351 return local;
/linux-master/tools/accounting/
H A Dprocacct.c98 struct sockaddr_nl local; local
112 memset(&local, 0, sizeof(local));
113 local.nl_family = AF_NETLINK;
115 if (bind(fd, (struct sockaddr *) &local, sizeof(local)) < 0)
/linux-master/drivers/i2c/busses/
H A Di2c-powermac.c43 u8 local[2]; local
67 local[0] = data->word & 0xff;
68 local[1] = (data->word >> 8) & 0xff;
70 buf = local;
120 data->word = ((u16)local[1]) << 8;
121 data->word |= local[0];
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_context.c357 struct intel_context *local, *remote; local
384 local = intel_context_create(engine);
385 if (IS_ERR(local)) {
386 err = PTR_ERR(local);
395 err = __remote_sync(local, remote);
414 intel_context_put(local);
/linux-master/arch/powerpc/include/asm/
H A Dtrace.h294 TP_PROTO(unsigned long lpid, unsigned long local, unsigned long rb,
297 TP_ARGS(lpid, local, rb, rs, ric, prs, r),
300 __field(unsigned long, local)
310 __entry->local = local;
318 TP_printk("lpid=%ld, local=%ld, rb=0x%lx, rs=0x%lx, ric=0x%lx, "
319 "prs=0x%lx, r=0x%lx", __entry->lpid, __entry->local,
/linux-master/net/mac80211/
H A Dmesh_hwmp.c108 struct ieee80211_local *local = sdata->local; local
115 skb = dev_alloc_skb(local->tx_headroom +
120 skb_reserve(skb, local->tx_headroom);
228 * @sdata: local mesh subif
240 struct ieee80211_local *local = sdata->local; local
251 skb = dev_alloc_skb(local->tx_headroom +
258 skb_reserve(skb, local->tx_headroom + IEEE80211_ENCRYPT_HEADROOM);
293 ieee80211_add_pending_skb(local, sk
297 ieee80211s_update_metric(struct ieee80211_local *local, struct sta_info *sta, struct ieee80211_tx_status *st) argument
325 airtime_link_metric_get(struct ieee80211_local *local, struct sta_info *sta) argument
391 struct ieee80211_local *local = sdata->local; local
830 struct ieee80211_local *local = sdata->local; local
[all...]
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall.lds.S83 local: *; label
/linux-master/arch/arm/vdso/
H A Dvdso.lds.S76 local: *; label
/linux-master/arch/csky/kernel/vdso/
H A Dvdso.lds.S56 local: *; label
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dvfdi.h148 * @u.mac_filter.rxq: Insert MAC filter at VF local address/VLAN targeting
226 * @local: The MAC address and outer VLAN tag of *this* VF
245 struct vfdi_endpoint local; member in struct:vfdi_status
/linux-master/arch/arm64/kernel/vdso32/
H A Dvdso.lds.S90 local: *; label
/linux-master/arch/loongarch/vdso/
H A Dvdso.lds.S66 local: *; label
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush-hash.h64 extern void flush_hash_range(unsigned long number, int local);
/linux-master/arch/sparc/include/asm/
H A Dcmpxchg_32.h69 #include <asm-generic/cmpxchg-local.h>
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc.h39 struct i915_vma *local; /* private memory for GSC usage */ member in struct:intel_gsc_uc
/linux-master/arch/mips/vdso/
H A Dvdso.lds.S105 local: *; label
/linux-master/tools/testing/selftests/bpf/
H A Dnetlink_helpers.h11 struct sockaddr_nl local; member in struct:rtnl_handle
/linux-master/arch/sh/include/asm/
H A Dcmpxchg.h74 #include <asm-generic/cmpxchg-local.h>
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.lds.S84 local: *; label
/linux-master/drivers/net/ipa/
H A Dipa_data.h179 * @local_count: number of regions defined in the local[] array
180 * @local: array of IPA-local memory region descriptors
188 const struct ipa_mem *local; member in struct:ipa_mem_data
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c59 int local);
61 int fc, u_long tid, int type, int local);
66 u_long tid, int local);
68 u_long tid, int local);
464 int local ; local
481 local = ((fs & L_INDICATOR) != 0) ;
491 if (is_my_addr(smc,&sm->smt_source) && !local) {
553 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_VERSION,local) ;
560 smt_send_rdf(smc,mb,m_fc(mb),SMT_RDF_LENGTH,local) ;
616 SMT_REPLY,local) ;
824 smt_send_frame(struct s_smc *smc, SMbuf *mb, int fc, int local) argument
847 smt_send_rdf(struct s_smc *smc, SMbuf *rej, int fc, int reason, int local) argument
924 smt_send_nif(struct s_smc *smc, const struct fddi_addr *dest, int fc, u_long tid, int type, int local) argument
1016 smt_send_sif_config(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) argument
1049 smt_send_sif_operation(struct s_smc *smc, struct fddi_addr *dest, u_long tid, int local) argument
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dopfn.c253 struct tid_rdma_params *local = &priv->tid_rdma.local; local
259 tid_rdma_opfn_init(qp, local);
287 memset(local, 0, sizeof(*local));

Completed in 437 milliseconds

1234567891011>>