| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtgroup.c | 529 struct xfs_metadir_update upd = { in xfs_rtginode_create() local 543 upd.path = xfs_rtginode_path(rtg_rgno(rtg), type); in xfs_rtginode_create() 544 if (!upd.path) in xfs_rtginode_create() 547 error = xfs_metadir_start_create(&upd); in xfs_rtginode_create() 551 error = xfs_metadir_create(&upd, S_IFREG); in xfs_rtginode_create() 555 xfs_rtginode_lockdep_setup(upd.ip, rtg_rgno(rtg), type); in xfs_rtginode_create() 557 upd.ip->i_projid = rtg_rgno(rtg); in xfs_rtginode_create() 558 error = ops->create(rtg, upd.ip, upd.tp, init); in xfs_rtginode_create() 562 error = xfs_metadir_commit(&upd); in xfs_rtginode_create() 566 kfree(upd.path); in xfs_rtginode_create() [all …]
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | configinit.sh | 28 grep '^grep' < $T/u.sh > $T/upd.sh 29 echo "cat - $c" >> $T/upd.sh 36 sh $T/upd.sh < .config.sav > .config
|
| /linux/io_uring/ |
| H A D | poll.c | 846 struct io_poll_update *upd = io_kiocb_to_cmd(req, struct io_poll_update); in io_poll_remove_prep() local 859 upd->old_user_data = READ_ONCE(sqe->addr); in io_poll_remove_prep() 860 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_remove_prep() 861 upd->update_user_data = flags & IORING_POLL_UPDATE_USER_DATA; in io_poll_remove_prep() 863 upd->new_user_data = READ_ONCE(sqe->off); in io_poll_remove_prep() 864 if (!upd->update_user_data && upd->new_user_data) in io_poll_remove_prep() 866 if (upd->update_events) in io_poll_remove_prep() 867 upd->events = io_poll_parse_events(sqe, flags); in io_poll_remove_prep()
|
| /linux/drivers/mtd/ubi/ |
| H A D | Makefile | 4 ubi-y += vtbl.o vmt.o upd.o build.o cdev.o kapi.o eba.o io.o wl.o attach.o
|
| /linux/drivers/clk/axs10x/ |
| H A D | pll_clock.c | 122 static inline u32 axs10x_encode_div(unsigned int id, int upd) in axs10x_encode_div() argument 130 PLL_REG_SET_NOUPD(div, upd == 0 ? 1 : 0); in axs10x_encode_div()
|
| /linux/net/wireless/ |
| H A D | mlme.c | 610 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update() local 629 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update() 630 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update() 633 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update() 634 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update() 643 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd); in cfg80211_mgmt_registrations_update()
|
| H A D | rdev-ops.h | 853 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations() argument 857 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations() 860 upd); in rdev_update_mgmt_frame_registrations()
|
| H A D | trace.h | 1863 struct mgmt_frame_regs *upd), 1864 TP_ARGS(wiphy, wdev, upd), 1874 __entry->global_stypes = upd->global_stypes; 1875 __entry->interface_stypes = upd->interface_stypes;
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 342 struct xe_pt_update *upd = &wupd->updates[parent->level]; in xe_pt_new_shared() local 352 if (likely(upd->parent == parent)) in xe_pt_new_shared() 355 upd->parent = parent; in xe_pt_new_shared() 356 upd->preexisting = true; in xe_pt_new_shared() 362 upd->update = entry; in xe_pt_new_shared() 388 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; in xe_pt_insert_entry() local 407 if (likely(!upd->preexisting)) { in xe_pt_insert_entry() 421 struct xe_vm_pgtable_update *entry = upd->update; in xe_pt_insert_entry()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-common-pseries.c | 854 struct of_reconfig_data *upd = data; in nx842_OF_notifier() local 865 !strcmp(upd->dn->name, node->name)) { in nx842_OF_notifier() 867 nx842_OF_upd(upd->prop); in nx842_OF_notifier()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | cfg80211.c | 1267 struct mgmt_frame_regs *upd) in wilc_update_mgmt_frame_registrations() argument 1277 bool now = upd->interface_stypes & presp_bit; in wilc_update_mgmt_frame_registrations() 1283 now = upd->interface_stypes & action_bit; in wilc_update_mgmt_frame_registrations() 1289 now = upd->interface_stypes & pauth_bit; in wilc_update_mgmt_frame_registrations() 1295 upd->interface_stypes & (presp_bit | action_bit | pauth_bit); in wilc_update_mgmt_frame_registrations()
|
| /linux/tools/perf/pmu-events/ |
| H A D | intel_metrics.py | 927 upd = m2m_upd + cha_upd # in cache lines 928 upd_r = upd / interval_sec
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 592 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local 604 upd = true; in cake_update_flowkeys() 609 upd = true; in cake_update_flowkeys() 618 upd = true; in cake_update_flowkeys() 623 upd = true; in cake_update_flowkeys() 626 return upd; in cake_update_flowkeys()
|
| /linux/net/mac80211/ |
| H A D | cfg.c | 4528 struct mgmt_frame_regs *upd) in ieee80211_update_mgmt_frame_registrations() argument 4537 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations() 4539 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations() 4540 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations() 4541 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations() 4544 !!(upd->interface_stypes & preq_mask)) || in ieee80211_update_mgmt_frame_registrations() 4546 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_update_mgmt_frame_registrations() 4547 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_update_mgmt_frame_registrations() 4549 upd->interface_mcast_stypes & action_mask; in ieee80211_update_mgmt_frame_registrations()
|
| /linux/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | cfg80211.c | 396 struct mgmt_frame_regs *upd) in qtnf_update_mgmt_frame_registrations() argument 399 u16 new_mask = upd->interface_stypes; in qtnf_update_mgmt_frame_registrations()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | hw.h | 369 const struct ath10k_hw_ce_ctrl1_upd *upd; member
|
| H A D | hw.c | 335 .upd = &wcn3990_ctrl1_upd,
|
| H A D | ce.c | 1953 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_flex_pipe.c | 239 ice_set_key(u8 *key, u16 size, u8 *val, u8 *upd, u8 *dc, u8 *nm, u16 off, in ice_set_key() argument 262 if (ice_gen_key_word(val[i], upd ? upd[i] : 0xff, in ice_set_key()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_hw.h | 3055 uint32_t upd:1; member 3064 uint32_t upd:1;
|
| H A D | lpfc_mbox.c | 946 mb->un.varRegVpi.upd = 1; in lpfc_reg_vpi()
|
| /linux/lib/ |
| H A D | test_bpf.c | 1917 u64 mem, upd, res; in __bpf_fill_atomic_reg_pairs() local 1927 upd = 0xfedcba9876543210ULL; in __bpf_fill_atomic_reg_pairs() 1930 upd = 0x76543210U; in __bpf_fill_atomic_reg_pairs() 1936 res = upd; in __bpf_fill_atomic_reg_pairs() 1942 __bpf_alu_result(&res, mem, upd, BPF_OP(op)); in __bpf_fill_atomic_reg_pairs() 1956 i += __bpf_ld_imm64(&insn[i], rs, upd); in __bpf_fill_atomic_reg_pairs() 1990 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs() 1994 src = upd; /* Expect value to be preserved */ in __bpf_fill_atomic_reg_pairs()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | cfg80211.c | 3259 struct mgmt_frame_regs *upd) in ath6kl_update_mgmt_frame_registrations() argument 3269 upd->interface_stypes & BIT(IEEE80211_STYPE_PROBE_REQ >> 4); in ath6kl_update_mgmt_frame_registrations()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | cfg80211.c | 284 struct mgmt_frame_regs *upd) in mwifiex_cfg80211_update_mgmt_frame_registrations() argument 287 u32 mask = upd->interface_stypes; in mwifiex_cfg80211_update_mgmt_frame_registrations()
|
| /linux/include/net/ |
| H A D | cfg80211.h | 5111 struct mgmt_frame_regs *upd);
|