/linux-6.3-rc2/include/net/ |
A D | gue.h | 106 __be32 pflags = *(__be32 *)((void *)&guehdr[1] + in validate_gue_flags() local 109 if (pflags & ~GUE_PFLAGS_ALL) in validate_gue_flags() 112 len += guehdr_priv_flags_len(pflags); in validate_gue_flags()
|
/linux-6.3-rc2/net/smc/ |
A D | smc_tx.c | 485 struct smc_cdc_producer_flags *pflags; in smc_tx_rdma_writes() local 510 pflags = &conn->local_tx_ctrl.prod_flags; in smc_tx_rdma_writes() 551 pflags->urg_data_present = 1; in smc_tx_rdma_writes() 601 if (!pflags->urg_data_present) { in smcr_tx_sndbuf_nonempty() 611 if (!rc && pflags->urg_data_present) { in smcr_tx_sndbuf_nonempty() 612 pflags->urg_data_pending = 0; in smcr_tx_sndbuf_nonempty() 613 pflags->urg_data_present = 0; in smcr_tx_sndbuf_nonempty() 628 if (!pflags->urg_data_present) in smcd_tx_sndbuf_nonempty() 633 if (!rc && pflags->urg_data_present) { in smcd_tx_sndbuf_nonempty() 634 pflags->urg_data_pending = 0; in smcd_tx_sndbuf_nonempty() [all …]
|
/linux-6.3-rc2/include/linux/sched/ |
A D | mm.h | 205 unsigned int pflags = READ_ONCE(current->flags); in current_gfp_context() local 207 if (unlikely(pflags & (PF_MEMALLOC_NOIO | PF_MEMALLOC_NOFS | PF_MEMALLOC_PIN))) { in current_gfp_context() 212 if (pflags & PF_MEMALLOC_NOIO) in current_gfp_context() 214 else if (pflags & PF_MEMALLOC_NOFS) in current_gfp_context() 217 if (pflags & PF_MEMALLOC_PIN) in current_gfp_context()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | process.c | 78 unsigned long *pflags, flags; in common_shutdown_1() local 87 pflags = &cpup->flags; in common_shutdown_1() 88 flags = *pflags; in common_shutdown_1() 97 *pflags = flags; in common_shutdown_1() 121 *pflags = flags; in common_shutdown_1()
|
/linux-6.3-rc2/drivers/ata/ |
A D | libata-eh.c | 515 ap->pflags |= ATA_PFLAG_UNLOADED; in ata_eh_unload() 697 ap->pflags &= ~ATA_PFLAG_EH_PENDING; in ata_scsi_port_error_handler() 756 if (ap->pflags & ATA_PFLAG_LOADING) in ata_scsi_port_error_handler() 757 ap->pflags &= ~ATA_PFLAG_LOADING; in ata_scsi_port_error_handler() 762 if (ap->pflags & ATA_PFLAG_RECOVERED) in ata_scsi_port_error_handler() 884 ap->pflags |= ATA_PFLAG_EH_PENDING; in ata_eh_set_pending() 1073 ap->pflags |= ATA_PFLAG_FROZEN; in __ata_port_freeze() 1142 ap->pflags &= ~ATA_PFLAG_FROZEN; in ata_eh_thaw_port() 1298 ap->pflags |= ATA_PFLAG_RECOVERED; in ata_eh_about_to_do() 2491 ap->pflags |= ATA_PFLAG_RESETTING; in ata_eh_reset() [all …]
|
A D | ahci_dwc.c | 110 unsigned int pflags; member 172 hpriv = ahci_platform_get_resources(pdev, dpriv->pdata->pflags); in ahci_dwc_get_resources() 463 .pflags = AHCI_PLATFORM_GET_RESETS, 467 .pflags = AHCI_PLATFORM_GET_RESETS | AHCI_PLATFORM_RST_TRIGGER,
|
A D | pata_legacy.c | 166 unsigned int pflags; member 339 && (ap->pflags & ATA_PFLAG_PIO32)) { in pdc_data_xfer_vlb() 740 && (ap->pflags & ATA_PFLAG_PIO32)) { in vlb32_data_xfer() 1017 ap->pflags |= controller->pflags; in legacy_init_one()
|
A D | pata_ninja32.c | 145 ap->pflags |= ATA_PFLAG_PIO32 | ATA_PFLAG_PIO32CHANGE; in ninja32_init_one()
|
/linux-6.3-rc2/drivers/hsi/clients/ |
A D | nokia-modem.c | 131 int irq, pflags, err; in nokia_modem_probe() local 154 pflags = irq_get_trigger_type(irq); in nokia_modem_probe() 159 pflags, "modem_rst_ind", modem); in nokia_modem_probe() 162 irq, pflags); in nokia_modem_probe()
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_multiport.h | 26 __u8 pflags[XT_MULTI_PORTS]; /* Port flags */ member
|
/linux-6.3-rc2/drivers/message/fusion/ |
A D | mptbase.h | 968 #define MPT_PROTOCOL_FLAGS_c_c_c_c(pflags) \ argument 969 ((pflags) & MPI_PORTFACTS_PROTOCOL_INITIATOR) ? 'I' : 'i', \ 970 ((pflags) & MPI_PORTFACTS_PROTOCOL_TARGET) ? 'T' : 't', \ 971 ((pflags) & MPI_PORTFACTS_PROTOCOL_LAN) ? 'L' : 'l', \ 972 ((pflags) & MPI_PORTFACTS_PROTOCOL_LOGBUSADDR) ? 'B' : 'b'
|
/linux-6.3-rc2/net/sunrpc/ |
A D | sched.c | 915 unsigned long pflags = current->flags; in __rpc_execute() local 1005 current_restore_flags(pflags, PF_MEMALLOC); in __rpc_execute() 1024 unsigned int pflags = memalloc_nofs_save(); in rpc_execute() local 1026 memalloc_nofs_restore(pflags); in rpc_execute() 1032 unsigned int pflags = memalloc_nofs_save(); in rpc_async_schedule() local 1035 memalloc_nofs_restore(pflags); in rpc_async_schedule() 1196 unsigned int pflags = memalloc_nofs_save(); in rpc_async_release() local 1199 memalloc_nofs_restore(pflags); in rpc_async_release()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A D | pxa27x_udc.c | 661 unsigned long *pflags) in req_done() argument 676 if (pflags) in req_done() 681 if (pflags) in req_done() 696 unsigned long *pflags) in ep_end_out_req() argument 699 req_done(ep, req, 0, pflags); in ep_end_out_req() 714 unsigned long *pflags) in ep0_end_out_req() argument 717 ep_end_out_req(ep, req, pflags); in ep0_end_out_req() 732 unsigned long *pflags) in ep_end_in_req() argument 735 req_done(ep, req, 0, pflags); in ep_end_in_req() 750 unsigned long *pflags) in ep0_end_in_req() argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
A D | nv04.c | 212 nv04_fifo_pause(struct nvkm_fifo *fifo, unsigned long *pflags) in nv04_fifo_pause() argument 219 *pflags = flags; in nv04_fifo_pause() 247 nv04_fifo_start(struct nvkm_fifo *fifo, unsigned long *pflags) in nv04_fifo_start() argument 251 unsigned long flags = *pflags; in nv04_fifo_start()
|
/linux-6.3-rc2/net/can/ |
A D | raw.c | 128 unsigned int *pflags; in raw_rcv() local 176 pflags = raw_flags(skb); in raw_rcv() 177 *pflags = 0; in raw_rcv() 179 *pflags |= MSG_DONTROUTE; in raw_rcv() 181 *pflags |= MSG_CONFIRM; in raw_rcv()
|
/linux-6.3-rc2/mm/ |
A D | page_io.c | 500 unsigned long pflags; in swap_readpage() local 514 psi_memstall_enter(&pflags); in swap_readpage() 531 psi_memstall_leave(&pflags); in swap_readpage()
|
A D | filemap.c | 1230 unsigned long pflags; in folio_wait_bit_common() local 1236 psi_memstall_enter(&pflags); in folio_wait_bit_common() 1336 psi_memstall_leave(&pflags); in folio_wait_bit_common() 1383 unsigned long pflags; in migration_entry_wait_on_locked() local 1391 psi_memstall_enter(&pflags); in migration_entry_wait_on_locked() 1438 psi_memstall_leave(&pflags); in migration_entry_wait_on_locked() 2411 unsigned long pflags; in filemap_read_folio() local 2423 psi_memstall_enter(&pflags); in filemap_read_folio() 2426 psi_memstall_leave(&pflags); in filemap_read_folio()
|
/linux-6.3-rc2/kernel/ |
A D | auditfilter.c | 482 entry->rule.pflags |= AUDIT_LOGINUID_LEGACY; in audit_data_to_entry() 687 if (krule->pflags & AUDIT_LOGINUID_LEGACY && !f->val) { in audit_krule_to_data() 709 a->pflags != b->pflags || in audit_compare_rule() 833 new->pflags = old->pflags; in audit_dupe_rule()
|
/linux-6.3-rc2/drivers/crypto/bcm/ |
A D | spu.c | 28 u32 pflags; in spum_dump_msg_hdr() local 63 pflags = be32_to_cpu(spuh->sa.proto_flags); in spum_dump_msg_hdr() 64 packet_log(" SCTX[0] 0x%08x\n", pflags); in spum_dump_msg_hdr() 65 sctx_size = pflags & SCTX_SIZE; in spum_dump_msg_hdr()
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_multiport.c | 37 if (minfo->pflags[i]) { in ports_match_v1()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | compression.c | 373 int *memstall, unsigned long *pflags) in add_ra_bio_pages() argument 443 psi_memstall_enter(pflags); in add_ra_bio_pages() 532 unsigned long pflags; in btrfs_submit_compressed_read() local 588 add_ra_bio_pages(inode, em_start + em_len, cb, &memstall, &pflags); in btrfs_submit_compressed_read() 623 psi_memstall_leave(&pflags); in btrfs_submit_compressed_read()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_verifier.c | 1455 __u32 pflags; in do_test_single() local 1479 pflags = BPF_F_TEST_RND_HI32; in do_test_single() 1481 pflags |= BPF_F_STRICT_ALIGNMENT; in do_test_single() 1483 pflags |= BPF_F_ANY_ALIGNMENT; in do_test_single() 1485 pflags |= test->flags; in do_test_single() 1499 opts.prog_flags = pflags; in do_test_single()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | en.h | 279 (params)->pflags |= BIT(pflag); \ 281 (params)->pflags &= ~(BIT(pflag)); \ 284 #define MLX5E_GET_PFLAG(params, pflag) (!!((params)->pflags & (BIT(pflag)))) 325 u32 pflags; member
|
/linux-6.3-rc2/drivers/xen/ |
A D | grant-table.c | 431 u16 *pflags; in gnttab_end_foreign_access_ref_v1() local 433 pflags = &gnttab_shared.v1[ref].flags; in gnttab_end_foreign_access_ref_v1() 434 nflags = *pflags; in gnttab_end_foreign_access_ref_v1() 439 } while ((nflags = sync_cmpxchg(pflags, flags, 0)) != flags); in gnttab_end_foreign_access_ref_v1()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_ethtool.c | 1942 bool bf_enabled_old = !!(priv->pflags & MLX4_EN_PRIV_FLAGS_BLUEFLAME); in mlx4_en_set_priv_flags() 1944 bool phv_enabled_old = !!(priv->pflags & MLX4_EN_PRIV_FLAGS_PHV); in mlx4_en_set_priv_flags() 1964 priv->pflags |= MLX4_EN_PRIV_FLAGS_BLUEFLAME; in mlx4_en_set_priv_flags() 1966 priv->pflags &= ~MLX4_EN_PRIV_FLAGS_BLUEFLAME; in mlx4_en_set_priv_flags() 1983 priv->pflags |= MLX4_EN_PRIV_FLAGS_PHV; in mlx4_en_set_priv_flags() 1985 priv->pflags &= ~MLX4_EN_PRIV_FLAGS_PHV; in mlx4_en_set_priv_flags() 1996 return priv->pflags; in mlx4_en_get_priv_flags()
|