Searched refs:local (Results 101 - 125 of 406) sorted by relevance

1234567891011>>

/linux-master/net/rxrpc/
H A Dcall_accept.c74 peer = rxrpc_alloc_peer(rx->local, gfp, rxrpc_peer_new_prealloc);
198 rxrpc_put_local(peer->local, rxrpc_local_put_prealloc_peer);
243 struct rxrpc_local *local,
283 rxrpc_new_incoming_peer(local, peer);
291 conn->local = rxrpc_get_local(local, rxrpc_local_get_prealloc_conn);
307 call->local = rxrpc_get_local(conn->local, rxrpc_local_get_call);
329 bool rxrpc_new_incoming_call(struct rxrpc_local *local, argument
346 read_lock(&local
242 rxrpc_alloc_incoming_call(struct rxrpc_sock *rx, struct rxrpc_local *local, struct rxrpc_peer *peer, struct rxrpc_connection *conn, const struct rxrpc_security *sec, struct sockaddr_rxrpc *peer_srx, struct sk_buff *skb) argument
[all...]
H A Dar-internal.h52 RXRPC_CLIENT_BOUND, /* client local address bound */
53 RXRPC_SERVER_BOUND, /* server local address bound */
54 RXRPC_SERVER_BOUND2, /* second server local address bound */
65 u32 epoch; /* Local epoch for detecting local-end reset */
147 struct rxrpc_local *local; /* local endpoint */ member in struct:rxrpc_sock
170 struct sockaddr_rxrpc srx; /* Primary Service/local addresses */
283 * RxRPC local transport endpoint description
289 atomic_t active_users; /* Number of users of the local endpoint */
322 struct sockaddr_rxrpc srx; /* local addres
334 struct rxrpc_local *local; member in struct:rxrpc_peer
378 struct rxrpc_local *local; /* Representation of local endpoint */ member in struct:rxrpc_conn_parameters
444 struct rxrpc_local *local; /* Representation of local endpoint */ member in struct:rxrpc_bundle
472 struct rxrpc_local *local; /* Representation of local endpoint */ member in struct:rxrpc_connection
619 struct rxrpc_local *local; /* Representation of local endpoint */ member in struct:rxrpc_call
1059 rxrpc_wake_up_io_thread(struct rxrpc_local *local) argument
1104 __rxrpc_use_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
1115 rxrpc_see_local(struct rxrpc_local *local, enum rxrpc_local_trace why) argument
[all...]
H A Dproc.c51 struct rxrpc_local *local; local
70 local = call->local;
71 if (local)
72 sprintf(lbuff, "%pISpc", &local->srx.transport);
164 sprintf(lbuff, "%pISpc", &conn->local->srx.transport);
245 sprintf(lbuff, "%pISpc", &bundle->local->srx.transport);
295 sprintf(lbuff, "%pISpc", &peer->local->srx.transport);
402 * Generate a list of extant virtual local endpoints in /proc/net/rxrpc/locals
406 struct rxrpc_local *local; local
[all...]
H A Dsecurity.c181 read_lock(&conn->local->services_lock);
183 rx = conn->local->service;
205 read_unlock(&conn->local->services_lock);
/linux-master/drivers/media/pci/cobalt/
H A Dcobalt-omnitek.h19 u32 local; member in struct:sg_dma_descriptor
/linux-master/include/uapi/linux/
H A Datmsvc.h34 struct sockaddr_atmsvc local; /* local SVC address */ member in struct:atmsvc_msg
/linux-master/drivers/block/drbd/
H A Ddrbd_interval.h13 unsigned int local:1 /* local or remote request? */; member in struct:drbd_interval
/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c146 int i, local; local
149 local = mm_is_thread_local(batch->mm);
152 batch->psize, batch->ssize, local);
154 flush_hash_range(i, local);
H A Dhash_native.c218 int ssize, int local)
223 use_local = local && mmu_has_feature(MMU_FTR_TLBIEL) && !cxl_ctx_in_use();
380 int ret = 0, local = 0; local
420 local = 1;
425 tlbie(vpn, bpsize, apsize, ssize, local);
556 int bpsize, int apsize, int ssize, int local)
589 tlbie(vpn, bpsize, apsize, ssize, local);
598 int psize, int ssize, int local)
650 tlbie(vpn, psize, actual_psize, ssize, local);
658 int psize, int ssize, int local)
217 tlbie(unsigned long vpn, int psize, int apsize, int ssize, int local) argument
555 native_hpte_invalidate(unsigned long slot, unsigned long vpn, int bpsize, int apsize, int ssize, int local) argument
595 native_hugepage_invalidate(unsigned long vsid, unsigned long addr, unsigned char *hpte_slot_array, int psize, int ssize, int local) argument
655 native_hugepage_invalidate(unsigned long vsid, unsigned long addr, unsigned char *hpte_slot_array, int psize, int ssize, int local) argument
779 native_flush_hash_range(unsigned long number, int local) argument
[all...]
/linux-master/include/media/
H A Dv4l2-dev.h126 * @local: pointer to the desired priority, as defined by enum &v4l2_priority
132 int v4l2_prio_change(struct v4l2_prio_state *global, enum v4l2_priority *local,
139 * @local: pointer to the desired priority, as defined by enum &v4l2_priority
144 void v4l2_prio_open(struct v4l2_prio_state *global, enum v4l2_priority *local);
150 * @local: priority to be released, as defined by enum &v4l2_priority
155 void v4l2_prio_close(struct v4l2_prio_state *global, enum v4l2_priority local);
171 * @local: desired priority, as defined by enum &v4l2_priority local
176 int v4l2_prio_check(struct v4l2_prio_state *global, enum v4l2_priority local);
/linux-master/drivers/i2c/busses/
H A Di2c-opal.c118 u8 local[2]; local
143 local[0] = data->word & 0xff;
144 local[1] = (data->word >> 8) & 0xff;
146 req.buffer_ra = cpu_to_be64(__pa(local));
167 data->word = ((u16)local[1]) << 8;
168 data->word |= local[0];
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_debugfs.c215 struct drm_info_list *local; local
229 * Allocate local copy as we need to pass in the GT to the debugfs
234 local = drmm_kmalloc(&xe->drm, DEBUGFS_SIZE, GFP_KERNEL);
235 if (!local)
238 memcpy(local, debugfs_list, DEBUGFS_SIZE);
242 local[i].data = gt;
244 drm_debugfs_create_files(local,
/linux-master/include/linux/
H A Dbtf_ids.h44 ".local " #symbol " ; \n" \
95 __BTF_ID_LIST(name, local) \
155 __BTF_ID_LIST(name, local) \
156 __BTF_SET_START(name, local)
191 __BTF_ID_LIST(name, local) \
201 __BTF_SET8_START(name, local, 0)
211 __BTF_SET8_START(name, local, BTF_SET8_KFUNCS)
/linux-master/net/mac80211/
H A Dht.c320 lockdep_assert_wiphy(sta->local->hw.wiphy);
337 wiphy_work_cancel(sta->local->hw.wiphy, &sta->ampdu_mlme.work);
360 lockdep_assert_wiphy(sta->local->hw.wiphy);
397 struct fq *fq = &sdata->local->fq;
417 wiphy_work_queue(sdata->local->hw.wiphy, work);
460 struct ieee80211_local *local = sdata->local; local
465 skb = dev_alloc_skb(sizeof(*mgmt) + local->hw.extra_tx_headroom);
469 skb_reserve(skb, local->hw.extra_tx_headroom);
540 struct ieee80211_local *local local
[all...]
H A Dspectmgmt.c137 if (!ieee80211_chandef_vht_oper(&sdata->local->hw, vht_cap_info,
147 struct ieee80211_local *local = sdata->local; local
206 if (!ieee80211_chandef_he_6ghz_oper(local, &he._oper,
215 if (!ieee80211_chandef_he_6ghz_oper(local, &he._oper,
294 new_chan = ieee80211_get_channel(sdata->local->hw.wiphy, new_freq);
401 struct ieee80211_local *local = sdata->local; local
405 skb = dev_alloc_skb(sizeof(*msr_report) + local->hw.extra_tx_headroom +
410 skb_reserve(skb, local
[all...]
H A Dsta_info.h55 * @WLAN_STA_TDLS_OFF_CHANNEL: The local STA is currently off-channel with this
68 * @WLAN_STA_MPSP_OWNER: local STA is owner of a mesh Peer Service Period.
69 * @WLAN_STA_MPSP_RECIPIENT: local STA is recipient of a MPSP.
148 void ieee80211_sta_update_pending_airtime(struct ieee80211_local *local,
372 * @aid: local aid supplied by peer
382 * @local_pm: local link-specific power save mode
383 * @peer_pm: peer-specific power save mode towards local STA
486 * @capa_nss: NSS limit as determined by local and peer capabilities
583 * @local: pointer to the global information
656 struct ieee80211_local *local; member in struct:sta_info
[all...]
H A Dmesh_ps.c24 struct ieee80211_local *local = sdata->local; local
30 skb = dev_alloc_skb(local->hw.extra_tx_headroom + size + 2);
33 skb_reserve(skb, local->hw.extra_tx_headroom);
76 * ieee80211_mps_local_status_update - track status of local link-specific PMs
78 * @sdata: local mesh subif
96 list_for_each_entry_rcu(sta, &sdata->local->sta_list, list) {
121 * deep sleep if the local STA is in light or deep sleep towards at
150 * ieee80211_mps_set_sta_local_pm - set local PM towards a mesh STA
164 mps_dbg(sdata, "local ST
458 struct ieee80211_local *local = sta->sdata->local; local
[all...]
H A Dmesh_plink.c95 struct ieee80211_local *local = sdata->local; local
123 list_for_each_entry_rcu(sta, &local->sta_list, list) {
161 struct ieee80211_local *local = sdata->local; local
176 list_for_each_entry_rcu(sta, &local->sta_list, list) {
218 struct ieee80211_local *local = sdata->local; local
231 skb = dev_alloc_skb(local->tx_headroom +
255 skb_reserve(skb, local
433 struct ieee80211_local *local = sdata->local; local
759 struct ieee80211_local *local = sdata->local; local
[all...]
H A Dwme.c121 struct ieee80211_local *local = sdata->local; local
129 local->hw.queues < IEEE80211_NUM_ACS)
190 * @sdata: local subif
/linux-master/net/dccp/
H A Dfeat.c281 dccp_debug(" * %s %s = ", entry->is_local ? "local" : "remote",
334 /* Location is RX if this is a local-RX or remote-TX feature */
348 * @local: whether local (1) or remote (0) @feat_num is meant
353 static int dccp_feat_activate(struct sock *sk, u8 feat_num, bool local, argument
356 return __dccp_feat_activate(sk, dccp_feat_index(feat_num), local, fval);
446 * @local: whether the local (1) or remote feature with number @feat is meant
451 dccp_feat_entry_new(struct list_head *head, u8 feat, bool local) argument
456 if (entry->feat_num == feat && entry->is_local == local) {
481 dccp_feat_push_change(struct list_head *fn_list, u8 feat, u8 local, u8 mandatory, dccp_feat_val *fval) argument
509 dccp_feat_push_confirm(struct list_head *fn_list, u8 feat, u8 local, dccp_feat_val *fval) argument
530 dccp_push_empty_confirm(struct list_head *fn_list, u8 feat, u8 local) argument
1111 const bool local = (opt == DCCPO_CHANGE_R); local
1222 const bool local = (opt == DCCPO_CONFIRM_R); local
1319 const bool local = (opt == DCCPO_CONFIRM_R); local
[all...]
/linux-master/drivers/net/ethernet/alteon/
H A Dacenic.c1946 * so use a local counter to avoid doing
2942 u32 local; local
2946 local = readl(&regs->LocalCtrl);
2947 local |= EEPROM_DATA_OUT | EEPROM_WRITE_ENABLE;
2948 writel(local, &regs->LocalCtrl);
2952 local |= EEPROM_CLK_OUT;
2953 writel(local, &regs->LocalCtrl);
2957 local &= ~EEPROM_DATA_OUT;
2958 writel(local, &regs->LocalCtrl);
2962 local
2972 u32 local; local
3009 u32 local; local
3036 u32 local; local
3074 u32 local; local
[all...]
/linux-master/drivers/media/platform/
H A Dvideo-mux.c51 const struct media_pad *local,
63 if (local->flags & MEDIA_PAD_FL_SOURCE)
67 remote->entity->name, remote->index, local->entity->name,
68 local->index, flags & MEDIA_LNK_FL_ENABLED);
76 if (vmux->active == local->index)
84 dev_dbg(sd->dev, "setting %d active\n", local->index);
85 ret = mux_control_try_select(vmux->mux, local->index);
88 vmux->active = local->index;
98 if (vmux->active != local->index)
50 video_mux_link_setup(struct media_entity *entity, const struct media_pad *local, const struct media_pad *remote, u32 flags) argument
/linux-master/net/mac802154/
H A Dmib.c24 struct ieee802154_local *local = sdata->local; local
31 res = drv_set_channel(local, page, chan);
35 local->phy->current_channel = chan;
36 local->phy->current_page = page;
/linux-master/drivers/hid/
H A Dhid-core.c125 usage = parser->local.usage[0];
219 parser->local.usage[index] &= 0xFFFF;
220 parser->local.usage[index] |=
230 if (parser->local.usage_index >= HID_MAX_USAGES) {
234 parser->local.usage[parser->local.usage_index] = usage;
241 complete_usage(parser, parser->local.usage_index);
243 parser->local.usage_size[parser->local.usage_index] = size;
244 parser->local
[all...]
/linux-master/net/netlabel/
H A Dnetlabel_cipso_v4.c188 doi_def->map.std->lvl.local = kcalloc(doi_def->map.std->lvl.local_size,
191 if (doi_def->map.std->lvl.local == NULL) {
203 doi_def->map.std->lvl.local[iter] = CIPSO_V4_INV_LVL;
219 doi_def->map.std->lvl.local[nla_get_u32(lvl_loc)] =
263 doi_def->map.std->cat.local = kcalloc(
267 if (doi_def->map.std->cat.local == NULL) {
280 doi_def->map.std->cat.local[iter] = CIPSO_V4_INV_CAT;
296 doi_def->map.std->cat.local[
519 if (doi_def->map.std->lvl.local[iter] ==
536 doi_def->map.std->lvl.local[ite
[all...]

Completed in 197 milliseconds

1234567891011>>