Home
last modified time | relevance | path

Searched refs:cur (Results 1 – 25 of 25) sorted by relevance

/include/trace/events/
A Dtimestamp.h56 u32 cur),
58 TP_ARGS(inode, old, new, cur),
66 __field(u32, cur)
75 __entry->cur = cur;
83 __entry->cur & ~I_CTIME_QUERIED,
84 __print_flags(__entry->cur & I_CTIME_QUERIED, "|", CTIME_QUERIED_FLAGS)
/include/linux/
A Dif_team.h284 struct team_port *cur; in team_get_first_port_txable_rcu() local
288 cur = port; in team_get_first_port_txable_rcu()
289 list_for_each_entry_continue_rcu(cur, &team->port_list, list) in team_get_first_port_txable_rcu()
290 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
291 return cur; in team_get_first_port_txable_rcu()
292 list_for_each_entry_rcu(cur, &team->port_list, list) { in team_get_first_port_txable_rcu()
293 if (cur == port) in team_get_first_port_txable_rcu()
295 if (team_port_txable(cur)) in team_get_first_port_txable_rcu()
296 return cur; in team_get_first_port_txable_rcu()
A Diversion.h144 u64 cur = inode_peek_iversion_raw(inode); in inode_set_max_iversion_raw() local
147 if (cur > val) in inode_set_max_iversion_raw()
149 } while (!atomic64_try_cmpxchg(&inode->i_version, &cur, val)); in inode_set_max_iversion_raw()
A Dmdio-mux.h25 int (*switch_fn) (int cur, int desired, void *data),
A Drethook.h67 struct llist_node **cur);
A Dkprobes.h548 struct llist_node **cur) in kretprobe_find_ret_addr() argument
550 return rethook_find_ret_addr(tsk, (unsigned long)fp, cur); in kretprobe_find_ret_addr()
559 struct llist_node **cur);
569 struct llist_node **cur) in kretprobe_find_ret_addr() argument
A Dbpf_verifier.h702 u32 cur; member
888 struct bpf_verifier_state *cur = env->cur_state; in cur_func() local
890 return cur->frame[cur->curframe]; in cur_func()
A Dof.h88 const __be32 *cur; member
446 const __be32 *of_prop_next_u32(const struct property *prop, const __be32 *cur,
455 const char *of_prop_next_string(const struct property *prop, const char *cur);
857 const __be32 *cur, u32 *pu) in of_prop_next_u32() argument
863 const char *cur) in of_prop_next_string() argument
A Dcpufreq.h70 unsigned int cur; /* in kHz, only needed if cpufreq member
664 if (policy->max < policy->cur) in cpufreq_policy_apply_limits()
667 else if (policy->min > policy->cur) in cpufreq_policy_apply_limits()
A Dkvm_host.h309 static inline bool kvm_vcpu_can_poll(ktime_t cur, ktime_t stop) in kvm_vcpu_can_poll() argument
311 return single_task_running() && !need_resched() && ktime_before(cur, stop); in kvm_vcpu_can_poll()
A Dsched.h1853 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
/include/linux/mlx5/
A Ddevice.h1308 mdev->caps.hca[MLX5_CAP_ETHERNET_OFFLOADS]->cur, cap)
1358 mdev->caps.hca[MLX5_CAP_ESWITCH_FLOW_TABLE]->cur, cap)
1377 mdev->caps.hca[MLX5_CAP_ESWITCH]->cur, cap)
1381 (mdev)->caps.hca[MLX5_CAP_ESWITCH_FLOW_TABLE]->cur, cap)
1385 mdev->caps.hca[MLX5_CAP_PORT_SELECTION]->cur, cap)
1393 mdev->caps.hca[MLX5_CAP_ADV_VIRTUALIZATION]->cur, cap)
1397 mdev->caps.hca[MLX5_CAP_ADV_RDMA]->cur, cap)
1411 MLX5_GET(odp_cap, mdev->caps.hca[MLX5_CAP_ODP]->cur, \
1413 MLX5_GET(odp_cap, mdev->caps.hca[MLX5_CAP_ODP]->cur, \
1472 (mdev)->caps.hca[MLX5_CAP_VDPA_EMULATION]->cur, cap)
[all …]
A Ddriver.h719 u32 cur[MLX5_UN_SZ_DW(hca_cap_union)]; member
/include/dt-bindings/usb/
A Dpd.h341 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
344 | (tx2d) << 9 | (rx1d) << 8 | (rx2d) << 7 | ((cur) & 0x3) << 5 \
346 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
349 | ((vbm) & 0x3) << 9 | ((cur) & 0x3) << 5 | ((spd) & 0x7))
350 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
353 | ((vbm) & 0x3) << 9 | (sbu) << 8 | (sbut) << 7 | ((cur) & 0x3) << 5 \
/include/linux/usb/
A Dpd_vdo.h371 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument
374 | (tx2d) << 9 | (rx1d) << 8 | (rx2d) << 7 | ((cur) & 0x3) << 5 \
376 #define VDO_PCABLE(hw, fw, ver, conn, lat, term, vbm, cur, spd) \ argument
379 | ((vbm) & 0x3) << 9 | ((cur) & 0x3) << 5 | ((spd) & 0x7))
380 #define VDO_ACABLE1(hw, fw, ver, conn, lat, term, vbm, sbu, sbut, cur, vbt, sopp, spd) \ argument
383 | ((vbm) & 0x3) << 9 | (sbu) << 8 | (sbut) << 7 | ((cur) & 0x3) << 5 \
/include/linux/soc/mediatek/
A Dmtk-mmsys.h88 enum mtk_ddp_comp_id cur,
92 enum mtk_ddp_comp_id cur,
/include/linux/ceph/
A Dlibceph.h199 type *cur = rb_entry(*n, type, nodefld); \
203 cmp = cmpexp(keyexp(t->keyfld), keyexp(cur->keyfld)); \
239 type *cur = rb_entry(n, type, nodefld); \
242 cmp = cmpexp(key, keyexp(cur->keyfld)); \
248 return cur; \
/include/crypto/internal/
A Dacompress.h210 static inline bool acomp_walk_more_src(const struct acomp_walk *walk, int cur) in acomp_walk_more_src() argument
212 return walk->slen != cur; in acomp_walk_more_src()
/include/linux/device/
A Dbus.h210 bus_find_next_device(const struct bus_type *bus,struct device *cur) in bus_find_next_device() argument
212 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
/include/net/
A Dfq_impl.h173 struct fq_flow *cur = &fq->flows[i]; in fq_find_fattest_flow() local
176 cur_len = cur->backlog; in fq_find_fattest_flow()
180 flow = cur; in fq_find_fattest_flow()
A Dmac80211.h2538 struct ieee80211_sta_aggregates *cur; member
/include/crypto/
A Dif_alg.h67 unsigned int cur; /* Last processed SG entry */ member
/include/linux/lockd/
A Dlockd.h271 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
/include/media/
A Dv4l2-ctrls.h318 } cur; member
/include/net/netfilter/
A Dnf_tables.h133 const struct nft_expr *cur; member

Completed in 84 milliseconds