| /include/linux/ |
| D | if_team.h | 287 struct team_port *cur; in team_get_first_port_txable_rcu() local 291 cur = port; in team_get_first_port_txable_rcu() 292 list_for_each_entry_continue_rcu(cur, &team->port_list, list) in team_get_first_port_txable_rcu() 293 if (team_port_txable(cur)) in team_get_first_port_txable_rcu() 294 return cur; in team_get_first_port_txable_rcu() 295 list_for_each_entry_rcu(cur, &team->port_list, list) { in team_get_first_port_txable_rcu() 296 if (cur == port) in team_get_first_port_txable_rcu() 298 if (team_port_txable(cur)) in team_get_first_port_txable_rcu() 299 return cur; in team_get_first_port_txable_rcu()
|
| D | iversion.h | 144 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()
|
| D | mdio-mux.h | 25 int (*switch_fn) (int cur, int desired, void *data),
|
| D | swap_slots.h | 18 int cur; member
|
| D | rethook.h | 67 struct llist_node **cur);
|
| D | kprobes.h | 548 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
|
| D | bpf_verifier.h | 690 u32 cur; member 822 struct bpf_verifier_state *cur = env->cur_state; in cur_func() local 824 return cur->frame[cur->curframe]; in cur_func()
|
| D | of.h | 88 const __be32 *cur; member 438 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur, 447 const char *of_prop_next_string(struct property *prop, const char *cur); 830 const __be32 *cur, u32 *pu) in of_prop_next_u32() argument 836 const char *cur) in of_prop_next_string() argument
|
| D | cpufreq.h | 70 unsigned int cur; /* in kHz, only needed if cpufreq member 646 if (policy->max < policy->cur) in cpufreq_policy_apply_limits() 649 else if (policy->min > policy->cur) in cpufreq_policy_apply_limits()
|
| D | kvm_host.h | 315 static inline bool kvm_vcpu_can_poll(ktime_t cur, ktime_t stop) in kvm_vcpu_can_poll() argument 317 return single_task_running() && !need_resched() && ktime_before(cur, stop); in kvm_vcpu_can_poll()
|
| D | sched.h | 1890 extern int cpuset_cpumask_can_shrink(const struct cpumask *cur, const struct cpumask *trial);
|
| /include/linux/mlx5/ |
| D | device.h | 1286 MLX5_GET(cmd_hca_cap, mdev->caps.hca[MLX5_CAP_GENERAL]->cur, cap) 1289 MLX5_GET64(cmd_hca_cap, mdev->caps.hca[MLX5_CAP_GENERAL]->cur, cap) 1295 MLX5_GET(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap) 1298 MLX5_GET64(cmd_hca_cap_2, mdev->caps.hca[MLX5_CAP_GENERAL_2]->cur, cap) 1305 mdev->caps.hca[MLX5_CAP_ETHERNET_OFFLOADS]->cur, cap) 1309 mdev->caps.hca[MLX5_CAP_IPOIB_ENHANCED_OFFLOADS]->cur, cap) 1312 MLX5_GET(roce_cap, mdev->caps.hca[MLX5_CAP_ROCE]->cur, cap) 1318 MLX5_GET(atomic_caps, mdev->caps.hca[MLX5_CAP_ATOMIC]->cur, cap) 1324 MLX5_GET(flow_table_nic_cap, mdev->caps.hca[MLX5_CAP_FLOW_TABLE]->cur, cap) 1327 MLX5_GET64(flow_table_nic_cap, (mdev)->caps.hca[MLX5_CAP_FLOW_TABLE]->cur, cap) [all …]
|
| D | driver.h | 770 u32 cur[MLX5_UN_SZ_DW(hca_cap_union)]; member
|
| /include/dt-bindings/usb/ |
| D | pd.h | 341 #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/ |
| D | pd_vdo.h | 371 #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/ |
| D | mtk-mmsys.h | 88 enum mtk_ddp_comp_id cur, 92 enum mtk_ddp_comp_id cur,
|
| /include/linux/ceph/ |
| D | libceph.h | 199 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/linux/device/ |
| D | bus.h | 209 bus_find_next_device(const struct bus_type *bus,struct device *cur) in bus_find_next_device() argument 211 return bus_find_device(bus, cur, NULL, device_match_any); in bus_find_next_device()
|
| /include/net/ |
| D | fq_impl.h | 173 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()
|
| D | mac80211.h | 2515 struct ieee80211_sta_aggregates *cur; member
|
| /include/crypto/ |
| D | if_alg.h | 67 unsigned int cur; /* Last processed SG entry */ member
|
| /include/linux/lockd/ |
| D | lockd.h | 271 typedef int (*nlm_host_match_fn_t)(void *cur, struct nlm_host *ref);
|
| /include/trace/hooks/ |
| D | sched.h | 371 TP_PROTO(unsigned int old, unsigned int cur, int *ret), 372 TP_ARGS(old, cur, ret));
|
| /include/media/ |
| D | v4l2-ctrls.h | 326 } cur; member
|
| /include/net/netfilter/ |
| D | nf_tables.h | 133 const struct nft_expr *cur; member
|