Home
last modified time | relevance | path

Searched refs:upd (Results 1 – 21 of 21) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.c529 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 Dconfiginit.sh28 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 Dpoll.c855 struct io_poll_update *upd = io_kiocb_to_cmd(req, struct io_poll_update); in io_poll_remove_prep() local
868 upd->old_user_data = READ_ONCE(sqe->addr); in io_poll_remove_prep()
869 upd->update_events = flags & IORING_POLL_UPDATE_EVENTS; in io_poll_remove_prep()
870 upd->update_user_data = flags & IORING_POLL_UPDATE_USER_DATA; in io_poll_remove_prep()
872 upd->new_user_data = READ_ONCE(sqe->off); in io_poll_remove_prep()
873 if (!upd->update_user_data && upd->new_user_data) in io_poll_remove_prep()
875 if (upd->update_events) in io_poll_remove_prep()
876 upd->events = io_poll_parse_events(sqe, flags); in io_poll_remove_prep()
/linux/drivers/mtd/ubi/
H A DMakefile4 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 Dpll_clock.c122 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 Dmlme.c612 struct mgmt_frame_regs upd = {}; in cfg80211_mgmt_registrations_update()
631 upd.global_stypes |= mask; in cfg80211_mgmt_registrations_update()
632 upd.global_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
635 upd.interface_stypes |= mask; in cfg80211_mgmt_registrations_update()
636 upd.interface_mcast_stypes |= mcast_mask; in cfg80211_mgmt_registrations_update()
645 rdev_update_mgmt_frame_registrations(rdev, wdev, &upd);
610 struct mgmt_frame_regs upd = {}; cfg80211_mgmt_registrations_update() local
H A Drdev-ops.h854 struct mgmt_frame_regs *upd) in rdev_update_mgmt_frame_registrations()
858 trace_rdev_update_mgmt_frame_registrations(&rdev->wiphy, wdev, upd); in rdev_update_mgmt_frame_registrations()
861 upd); in rdev_update_mgmt_frame_registrations()
853 rdev_update_mgmt_frame_registrations(struct cfg80211_registered_device * rdev,struct wireless_dev * wdev,struct mgmt_frame_regs * upd) rdev_update_mgmt_frame_registrations() argument
H A Dtrace.h1890 struct mgmt_frame_regs *upd),
1891 TP_ARGS(wiphy, wdev, upd),
1901 __entry->global_stypes = upd->global_stypes;
1902 __entry->interface_stypes = upd->interface_stypes;
/linux/drivers/crypto/nx/
H A Dnx-common-pseries.c854 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/gpu/drm/xe/
H A Dxe_pt.c343 struct xe_pt_update *upd = &wupd->updates[parent->level]; in xe_pt_new_shared()
353 if (likely(upd->parent == parent)) in xe_pt_new_shared()
356 upd->parent = parent; in xe_pt_new_shared()
357 upd->preexisting = true; in xe_pt_new_shared()
363 upd->update = entry; in xe_pt_new_shared()
389 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; in xe_pt_insert_entry()
408 if (likely(!upd->preexisting)) { in xe_pt_insert_entry()
422 struct xe_vm_pgtable_update *entry = upd->update; in xe_pt_insert_entry()
342 struct xe_pt_update *upd = &wupd->updates[parent->level]; xe_pt_new_shared() local
388 struct xe_pt_update *upd = &xe_walk->wupd.updates[parent->level]; xe_pt_insert_entry() local
/linux/tools/perf/pmu-events/
H A Dintel_metrics.py988 upd = m2m_upd + cha_upd # in cache lines
989 upd_r = upd / interval_sec
/linux/fs/xfs/
H A Dxfs_trace.h5732 TP_PROTO(const struct xfs_metadir_update *upd),
5733 TP_ARGS(upd),
5738 __string(fname, upd->path)
5741 __entry->dev = upd->dp->i_mount->m_super->s_dev;
5742 __entry->dp_ino = I_INO(upd->dp);
5743 __entry->ino = upd->ip ? I_INO(upd->ip) : NULLFSINO;
5755 TP_PROTO(const struct xfs_metadir_update *upd), \
5756 TP_ARGS(upd))
5766 TP_PROTO(const struct xfs_metadir_update *upd, in
[all...]
/linux/net/sched/
H A Dsch_cake.c598 bool rev = !skb->_nfct, upd = false; in cake_update_flowkeys() local
610 upd = true; in cake_update_flowkeys()
615 upd = true; in cake_update_flowkeys()
624 upd = true; in cake_update_flowkeys()
629 upd = true; in cake_update_flowkeys()
632 return upd; in cake_update_flowkeys()
/linux/net/mac80211/
H A Dcfg.c4876 struct mgmt_frame_regs *upd) in ieee80211_cfg_get_channel()
4885 (local->probe_req_reg != !!(upd->global_stypes & preq_mask)) || in ieee80211_cfg_get_channel()
4887 !!(upd->global_mcast_stypes & action_mask)); in ieee80211_cfg_get_channel()
4888 local->probe_req_reg = upd->global_stypes & preq_mask; in ieee80211_cfg_get_channel()
4889 local->rx_mcast_action_reg = upd->global_mcast_stypes & action_mask; in ieee80211_cfg_get_channel()
4892 !!(upd->interface_stypes & preq_mask)) || in ieee80211_cfg_get_channel()
4894 !!(upd->interface_mcast_stypes & action_mask)); in ieee80211_cfg_get_channel()
4895 sdata->vif.probe_req_reg = upd->interface_stypes & preq_mask; in ieee80211_cfg_get_channel()
4897 upd->interface_mcast_stypes & action_mask; in ieee80211_cfg_get_channel()
4674 ieee80211_update_mgmt_frame_registrations(struct wiphy * wiphy,struct wireless_dev * wdev,struct mgmt_frame_regs * upd) ieee80211_update_mgmt_frame_registrations() argument
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.h369 const struct ath10k_hw_ce_ctrl1_upd *upd; member
H A Dhw.c335 .upd = &wcn3990_ctrl1_upd,
H A Dce.c1952 value |= ar->hw_ce_regs->upd->mask; in ath10k_ce_alloc_rri()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c239 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/lib/
H A Dtest_bpf.c2012 u64 mem, upd, res; in __bpf_fill_atomic_reg_pairs()
2022 upd = 0xfedcba9876543210ULL; in __bpf_fill_atomic_reg_pairs()
2025 upd = 0x76543210U; in __bpf_fill_atomic_reg_pairs()
2031 res = upd; in __bpf_fill_atomic_reg_pairs()
2037 __bpf_alu_result(&res, mem, upd, BPF_OP(op), 0); in __bpf_fill_atomic_reg_pairs()
2051 i += __bpf_ld_imm64(&insn[i], rs, upd); in bpf_fill_atomic64_add_reg_pairs()
2085 src = upd; /* Expect value to be preserved */ in bpf_fill_atomic64_xor_fetch_reg_pairs()
2089 src = upd; /* Expect value to be preserved */ in bpf_fill_atomic64_xchg_reg_pairs()
1917 u64 mem, upd, res; __bpf_fill_atomic_reg_pairs() local
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c284 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/
H A DCREDITS2010 D: digiboard driver update (modularisation work and 2.1.x upd)