Searched +refs:flow +refs:get +refs:op (Results 1 – 8 of 8) sorted by relevance
/linux-6.15/Documentation/driver-api/ |
D | vfio.rst | 110 Additionally, it now becomes possible to get file descriptors for each 324 Finally the user could get cdev fd by:: 516 The code flow from the example above should be slightly changed:: 557 pe_op.op = VFIO_EEH_PE_ENABLE; 566 pe_op.op = VFIO_EEH_PE_GET_STATE; 578 pe_op.op = VFIO_EEH_PE_INJECT_ERR; 602 pe_op.op = VFIO_EEH_PE_UNFREEZE_IO; 610 pe_op.op = VFIO_EEH_PE_RESET_HOT; 612 pe_op.op = VFIO_EEH_PE_RESET_DEACTIVATE; 616 pe_op.op = VFIO_EEH_PE_CONFIGURE;
|
/linux-6.15/net/core/ |
D | skbuff.c | 322 goto get; in napi_skb_cache_get_bulk() 330 goto get; in napi_skb_cache_get_bulk() 337 goto get; in napi_skb_cache_get_bulk() 343 get: in napi_skb_cache_get_bulk() 5538 int op; in skb_tstamp_tx_report_bpf_timestamping() local 5542 op = BPF_SOCK_OPS_TSTAMP_SCHED_CB; in skb_tstamp_tx_report_bpf_timestamping() 5546 op = BPF_SOCK_OPS_TSTAMP_SND_HW_CB; in skb_tstamp_tx_report_bpf_timestamping() 5549 op = BPF_SOCK_OPS_TSTAMP_SND_SW_CB; in skb_tstamp_tx_report_bpf_timestamping() 5553 op = BPF_SOCK_OPS_TSTAMP_ACK_CB; in skb_tstamp_tx_report_bpf_timestamping() 5559 bpf_skops_tx_timestamping(sk, skb, op); in skb_tstamp_tx_report_bpf_timestamping() [all …]
|
/linux-6.15/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 917 btst &0x4,1+EXC_CMDREG(%a6) # is op an fsincos? 923 lea FP_DST(%a6),%a0 # pass: ptr to dst op 1269 lea FP_SRC(%a6),%a0 # pass: ptr to src op 1357 # save the result in the proper fp reg (unless the op is fcmp or ftst); 1409 frestore FP_SRC(%a6) # restore src op 1674 # for snan,operr,ovfl,unfl, src op is still in FP_SRC so just 1758 # frame or it will get overwritten when the exc stack frame is shifted "down". 1834 lea FP_DST(%a6),%a0 # pass: ptr to dst op 1935 # save the result in the proper fp reg (unless the op is fcmp or ftst); 1993 frestore FP_SRC(%a6) # restore src op [all …]
|
/linux-6.15/Documentation/networking/ |
D | ip-sysctl.rst | 367 packet for the flow is waiting in Qdisc queues or device transmit 586 A shorter window lets a flow more quickly pick up new (higher) 671 TCP stack can then dynamically adjust flow reordering level 879 get detected right after Fastopen is re-enabled and will reset to 927 depending on flow rate, instead of filling 64Kbytes packets. 1147 flow label field for outgoing IPv6 packets. A change in flow label 1152 field, and currently no-op for IPv4 headers. It is possible 2024 Protect the consistency (and unicity) of flow label. 2026 flow label manager. 2034 Automatically generate flow labels based on a flow hash of the [all …]
|
/linux-6.15/Documentation/mm/ |
D | unevictable-lru.rst | 75 (1) We get to "treat unevictable folios just like we treat other folios in the 76 system - which means we get to use the same code to manipulate them, the 296 treated as a no-op and mlock_fixup() simply returns. 415 before mlock_pte_range() reached it, it would get counted twice in mlock_count. 431 flow as described in Migrating MLOCKED Pages will apply. 467 get swapped out - but major page faults to fault memory in might still happen.
|
/linux-6.15/net/netfilter/ |
D | nf_tables_api.c | 78 int op; member 663 struct nft_flow_rule *flow; in nft_delrule() local 672 flow = nft_flow_rule_create(ctx->net, rule); in nft_delrule() 673 if (IS_ERR(flow)) { in nft_delrule() 675 return PTR_ERR(flow); in nft_delrule() 678 nft_trans_flow_rule(trans) = flow; in nft_delrule() 4139 struct nft_flow_rule *flow = NULL; in nf_tables_newrule() local 4290 flow = nft_flow_rule_create(net, rule); in nf_tables_newrule() 4291 if (IS_ERR(flow)) { in nf_tables_newrule() 4292 err = PTR_ERR(flow); in nf_tables_newrule() [all …]
|
/linux-6.15/Documentation/ |
D | memory-barriers.txt | 37 Note also that it is possible that a barrier may be a no-op for an 94 (*) The things CPUs get up to. 279 we may get any of the following sequences: 293 we may get any one of the following sequences: 303 we may get any of: 1279 got to that point in the instruction execution flow yet. This permits the 1732 interrupt handler returns with interrupts enabled, you will get a 2036 being unable to get the lock immediately, or due to receiving an unblocked 2415 get the lock again; it instead just waits for its task pointer to be cleared 2442 function has to needlessly get the spinlock again after being woken up.
|
/linux-6.15/Documentation/process/ |
D | coding-style.rst | 648 So, you can either get rid of GNU emacs, or change it to use saner 843 1) macros that affect control flow: 1162 files, providing no-op stub versions in the #else case, and then call those
|