Searched refs:tmp (Results 76 - 100 of 4338) sorted by last modified time

1234567891011>>

/linux-master/drivers/base/regmap/
H A Dregmap.c3181 unsigned int tmp, orig; local
3196 tmp = orig & ~mask;
3197 tmp |= val & mask;
3199 if (force_write || (tmp != orig) || map->force_write_field) {
3200 ret = _regmap_write(map, reg, tmp);
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c3010 void *rw_image, *tmp; local
3026 tmp = bpf_arch_text_copy(image, rw_image, size);
3027 if (IS_ERR(tmp))
3028 ret = PTR_ERR(tmp);
3162 struct bpf_prog *tmp, *orig_prog = prog; local
3178 tmp = bpf_jit_blind_constants(prog);
3183 if (IS_ERR(tmp))
3185 if (tmp != prog) {
3187 prog = tmp;
3340 tmp
[all...]
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c169 u64 tmp = val; local
172 emit(A64_MOVN(1, reg, ~tmp & 0xffff, shift), ctx);
174 tmp >>= 16;
176 emit(A64_MOVK(1, reg, tmp & 0xffff, shift), ctx);
182 u8 tmp = bpf2a64[TMP_REG_1]; local
184 emit_addr_mov_i64(tmp, target, ctx);
185 emit(A64_BLR(tmp), ctx);
424 const u8 tmp = bpf2a64[TMP_REG_1]; local
436 emit_a64_mov_i64(tmp, off, ctx);
437 emit(A64_LDR32(tmp, r
490 const u8 tmp = bpf2a64[TMP_REG_1]; local
560 const u8 tmp = bpf2a64[TMP_REG_1]; local
679 const u8 tmp = bpf2a64[TMP_REG_1]; local
834 const u8 tmp = bpf2a64[TMP_REG_1]; local
1589 struct bpf_prog *tmp, *orig_prog = prog; local
2193 void *image, *tmp; local
[all...]
/linux-master/arch/arm/net/
H A Dbpf_jit_32.c523 const s8 *tmp = bpf2a32[TMP_REG_1]; local
547 emit(ARM_MOV_R(tmp[0], ARM_R1), ctx);
551 emit(ARM_MOV_R(tmp[1], ARM_R0), ctx);
583 emit(ARM_MOV_R(ARM_R1, tmp[0]), ctx);
585 emit(ARM_MOV_R(ARM_R0, tmp[1]), ctx);
670 static s8 arm_bpf_get_reg32(s8 reg, s8 tmp, struct jit_ctx *ctx) argument
673 emit(ARM_LDR_I(tmp, ARM_FP, EBPF_SCRATCH_TO_ARM_FP(reg)), ctx);
674 reg = tmp;
679 static const s8 *arm_bpf_get_reg64(const s8 *reg, const s8 *tmp, argument
685 emit(ARM_LDRD_I(tmp[
735 const s8 *tmp = bpf2a32[TMP_REG_1]; local
747 const s8 *tmp = bpf2a32[TMP_REG_1]; local
846 const s8 *tmp = bpf2a32[TMP_REG_1]; local
875 const s8 *tmp = bpf2a32[TMP_REG_1]; local
897 const u8 *tmp = bpf2a32[TMP_REG_1]; local
914 const s8 *tmp = bpf2a32[TMP_REG_1]; local
967 const s8 *tmp = bpf2a32[TMP_REG_1]; local
994 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1010 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1034 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1059 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1083 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1109 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1139 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1168 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1229 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1264 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1308 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1399 const s8 *tmp = bpf2a32[TMP_REG_1]; local
1594 const s8 *tmp = bpf2a32[TMP_REG_1]; local
2147 struct bpf_prog *tmp, *orig_prog = prog; local
[all...]
/linux-master/kernel/
H A Dworkqueue.c1727 int old, tmp; local
1732 tmp = atomic_cmpxchg_relaxed(&nna->nr, old, old + 1);
1733 if (tmp == old)
2879 struct worker *worker, *tmp; local
2881 list_for_each_entry_safe(worker, tmp, cull_list, entry) {
4030 struct wq_flusher *next, *tmp; local
4033 list_for_each_entry_safe(next, tmp, &wq->flusher_queue, list) {
4054 list_for_each_entry(tmp, &wq->flusher_overflow, list)
4055 tmp->flush_color = wq->work_color;
/linux-master/fs/nfsd/
H A Dnfs4xdr.c155 __be32 *tmp; local
164 tmp = svcxdr_tmpalloc(argp, len);
165 if (!tmp)
167 memcpy(tmp, p, len);
168 return tmp;
2124 char *tmp, *dp; local
2136 tmp = svcxdr_tmpalloc(argp, buflen);
2137 if (tmp == NULL)
2140 dp = tmp;
2154 *bufp = tmp;
5414 __be32 status, tmp; local
[all...]
/linux-master/fs/bcachefs/
H A Dbtree_node_scan.c502 struct { __BKEY_PADDED(k, BKEY_BTREE_PTR_VAL_U64s_MAX); } tmp; local
504 found_btree_node_to_key(&tmp.k, &n);
507 bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(&tmp.k));
511 BUG_ON(bch2_bkey_invalid(c, bkey_i_to_s_c(&tmp.k), BKEY_TYPE_btree, 0, NULL));
513 ret = bch2_journal_key_insert(c, btree, level + 1, &tmp.k);
/linux-master/drivers/platform/x86/intel/speed_select_if/
H A Disst_if_common.c109 struct hlist_node *tmp; local
112 hash_for_each_safe(isst_hash, i, tmp, sst_cmd, hnode) {
/linux-master/scripts/
H A DMakefile.build156 cmd_ld_single_m = $(if $(is-single-obj-m), ; $(LD) $(ld_flags) -r -o $(tmp-target) $@; mv $(tmp-target) $@)
/linux-master/kernel/sched/
H A Dfair.c5934 struct cfs_rq *cursor, *tmp; local
5957 list_for_each_entry_safe(cursor, tmp, &rq->cfsb_csd_list,
6013 struct cfs_rq *cfs_rq, *tmp; local
6070 list_for_each_entry_safe(cfs_rq, tmp, &local_unthrottle,
7192 struct sched_domain *tmp; local
7217 for_each_domain(cpu, tmp) {
7218 if (weight <= tmp->span_weight)
7220 if (tmp->flags & sd_flag)
7221 sd = tmp;
8160 struct sched_domain *tmp, *s local
10489 u64 x, y, tmp; local
[all...]
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-combphy.c164 u32 val, mask, tmp; local
166 tmp = en ? reg->enable : reg->disable;
168 val = (tmp << reg->bitstart) | (mask << BIT_WRITEABLE_SHIFT);
/linux-master/drivers/irqchip/
H A Dirq-gic-v3-its.c1589 unsigned int cpu = nr_cpu_ids, tmp; local
1592 for_each_cpu(tmp, cpu_mask) {
1593 int this_count = its_read_lpi_count(d, tmp);
1595 cpu = tmp;
2069 struct lpi_range *range, *tmp; local
2074 list_for_each_entry_safe(range, tmp, &lpi_range_list, entry) {
2334 u64 baser_phys, tmp; local
2397 tmp = baser->val;
2399 if ((val ^ tmp) & GITS_BASER_SHAREABILITY_MASK) {
2407 shr = tmp
2441 u64 tmp = its_read_baser(its, baser); local
3106 u64 val, tmp; local
3287 struct its_device *its_dev = NULL, *tmp; local
5094 u64 baser, tmp; local
[all...]
/linux-master/arch/riscv/errata/thead/
H A Derrata.c166 u32 tmp; local
175 tmp = (1U << alt->patch_id);
176 if (cpu_req_errata & tmp) {
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh420 XFS_IMG=$(mktemp /tmp/xfs_img_XXXXXX)
421 SPLIT_HUGE_PAGE_TEST_XFS_PATH=$(mktemp -d /tmp/xfs_dir_XXXXXX)
/linux-master/net/wireless/
H A Dnl80211.c142 struct cfg80211_registered_device *rdev = NULL, *tmp; local
161 tmp = cfg80211_rdev_by_wiphy_idx(wdev_id >> 32);
162 if (tmp) {
164 list_for_each_entry(wdev, &tmp->wiphy.wdev_list, list) {
172 tmp = NULL;
174 if (rdev && tmp != rdev)
176 rdev = tmp;
186 tmp = wiphy_to_rdev(
189 tmp = NULL;
192 if (!tmp)
1022 struct wireless_dev *tmp; local
4830 int n_entries = 0, tmp; local
4853 int i = 0, n_entries, tmp; local
6043 u8 tmp; local
8059 u8 tmp; local
9163 int err, tmp, n_ssids = 0, n_channels, i; local
9420 int tmp, err, i = 0; local
9506 int err, tmp, n_ssids = 0, n_match_sets = 0, n_channels, i, n_plans = 0; local
15022 struct wireless_dev *tmp; local
19921 struct cfg80211_beacon_registration *reg, *tmp; local
[all...]
/linux-master/net/mac80211/
H A Dtx.c896 struct sk_buff *tmp; local
912 tmp = dev_alloc_skb(local->tx_headroom +
916 if (!tmp)
919 __skb_queue_tail(&tx->skbs, tmp);
921 skb_reserve(tmp,
925 memcpy(tmp->cb, skb->cb, sizeof(tmp->cb));
927 info = IEEE80211_SKB_CB(tmp);
934 skb_copy_queue_mapping(tmp, skb);
935 tmp
1676 struct sk_buff *skb, *tmp; local
4201 struct txq_info *iter, *tmp, *txqi = to_txq_info(txq); local
[all...]
H A Drx.c5186 struct rhlist_head *tmp; local
5261 for_each_sta_info(local, hdr->addr2, sta, tmp) {
5471 struct sk_buff *tmp; local
5489 list_for_each_entry_safe(skb, tmp, &list, list) {
H A Dmlme.c4985 struct ieee80211_conn_settings tmp; local
4990 &tmp);
4993 conn->mode, tmp.mode);
4995 conn->bw_limit, tmp.bw_limit);
H A Dmesh_pathtbl.c195 struct sk_buff *skb, *fskb, *tmp; local
210 skb_queue_walk_safe(&failq, fskb, tmp) {
H A Dchan.c97 struct ieee80211_chan_req *tmp)
109 /* Note: later code assumes this always fills & returns tmp if compat */
110 tmp->oper = *compat;
111 tmp->ap = a->ap.chan ? a->ap : b->ap;
112 return tmp;
118 struct ieee80211_chan_req *tmp)
123 *tmp = (struct ieee80211_chan_req){
128 ret = ieee80211_chanreq_compatible(tmp, req, &tmp2);
131 *tmp = *ret;
132 return tmp;
95 ieee80211_chanreq_compatible(const struct ieee80211_chan_req *a, const struct ieee80211_chan_req *b, struct ieee80211_chan_req *tmp) argument
116 ieee80211_chanctx_compatible(struct ieee80211_chanctx *ctx, const struct ieee80211_chan_req *req, struct ieee80211_chan_req *tmp) argument
136 ieee80211_chanctx_reserved_chanreq(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct ieee80211_chan_req *req, struct ieee80211_chan_req *tmp) argument
158 ieee80211_chanctx_non_reserved_chandef(struct ieee80211_local *local, struct ieee80211_chanctx *ctx, const struct ieee80211_chan_req *compat, struct ieee80211_chan_req *tmp) argument
188 struct ieee80211_chan_req tmp; local
555 struct ieee80211_chan_req tmp; local
727 struct ieee80211_chan_req tmp; local
848 struct ieee80211_link_data *tmp; local
1191 struct ieee80211_chan_req tmp; local
1273 struct ieee80211_chan_req tmp; local
1841 ieee80211_chanctx_recheck(struct ieee80211_local *local, struct ieee80211_link_data *skip_link, struct ieee80211_chanctx *ctx, const struct ieee80211_chan_req *req, struct ieee80211_chan_req *tmp) argument
1887 struct ieee80211_chan_req tmp; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_ao.c330 } __packed * tmp; local
338 tmp = hp.scratch;
339 tmp->counter = 1;
340 memcpy(tmp->label, "TCP-AO", 6);
341 tmp->ctx.saddr = saddr;
342 tmp->ctx.daddr = daddr;
343 tmp->ctx.sport = sport;
344 tmp->ctx.dport = dport;
345 tmp->ctx.sisn = sisn;
346 tmp
[all...]
/linux-master/net/bluetooth/
H A Dmgmt.c2671 struct bt_uuid *match, *tmp; local
2702 list_for_each_entry_safe(match, tmp, &hdev->uuids, list) {
7784 struct hci_conn_params *p, *tmp; local
7803 list_for_each_entry_safe(p, tmp, &hdev->le_conn_params, list) {
10181 struct monitored_device *dev, *tmp; local
10207 list_for_each_entry_safe(dev, tmp, &hdev->monitored_devices, list) {
H A Dhci_sync.c586 struct hci_cmd_sync_work_entry *entry, *tmp; local
592 list_for_each_entry_safe(entry, tmp, &hdev->cmd_sync_work_list, list)
689 struct hci_cmd_sync_work_entry *entry, *tmp; local
691 list_for_each_entry_safe(entry, tmp, &hdev->cmd_sync_work_list, list) {
2436 struct adv_info *adv, *tmp; local
2454 list_for_each_entry_safe(adv, tmp, &hdev->adv_instances, list) {
3159 struct adv_info *adv, *tmp; local
3196 list_for_each_entry_safe(adv, tmp, &hdev->adv_instances, list)
/linux-master/mm/
H A Dhugetlb.c2634 struct folio *folio, *tmp; variable in typeref:struct:
2694 list_for_each_entry_safe(folio, tmp, &surplus_list, lru) {
2707 list_for_each_entry_safe(folio, tmp, &surplus_list, lru)
4706 unsigned long tmp; local
4733 if (sscanf(p, "%lu%n", &tmp, &count) != 1)
4741 if (tmp >= MAX_NUMNODES || !node_online(tmp))
4743 node = array_index_nospec(tmp, MAX_NUMNODES);
4746 if (sscanf(p, "%lu%n", &tmp, &count) != 1)
4749 default_hugepages_in_node[node] = tmp;
4940 unsigned long tmp = h->max_huge_pages; local
4979 unsigned long tmp; local
7751 unsigned long tmp; local
[all...]
/linux-master/include/net/
H A Dsock.h886 #define sk_for_each_safe(__sk, tmp, list) \
887 hlist_for_each_entry_safe(__sk, tmp, list, sk_node)

Completed in 819 milliseconds

1234567891011>>