Searched full:rscs (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/memory-model/ |
| H A D | linux-kernel.bell | 57 let rcu-rscs = let rec 69 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 70 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock 74 let srcu-rscs = ([Srcu-lock] ; carry-srcu-data ; data ; [Srcu-unlock]) & loc 77 flag ~empty Srcu-lock \ domain(srcu-rscs) as unmatched-srcu-lock 78 flag ~empty Srcu-unlock \ range(srcu-rscs) as unmatched-srcu-unlock 79 flag ~empty (srcu-rscs^-1 ; srcu-rscs) \ id as multiple-srcu-matches 82 flag ~empty rcu-rscs & (po ; [Sync-srcu] ; po) as invalid-sleep 85 flag ~empty different-values(srcu-rscs) a [all...] |
| H A D | linux-kernel.cat | 136 let rcu-rscsi = rcu-rscs^-1 137 let srcu-rscsi = srcu-rscs^-1
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctresource.c | 23 get_resource(u8 *rscs, unsigned int amount, in get_resource() argument 32 if (rscs[j] & ((u8)1 << k)) { in get_resource() 49 rscs[j] |= ((u8)1 << k); in get_resource() 58 static int put_resource(u8 *rscs, unsigned int multi, unsigned int idx) in put_resource() argument 66 rscs[j] &= ~((u8)1 << k); in put_resource() 80 err = get_resource(mgr->rscs, mgr->amount, n, ridx); in mgr_get_resource() 89 put_resource(mgr->rscs, n, idx); in mgr_put_resource() 211 mgr->rscs = kzalloc(DIV_ROUND_UP(amount, 8), GFP_KERNEL); in rsc_mgr_init() 212 if (!mgr->rscs) in rsc_mgr_init() 250 kfree(mgr->rscs); in rsc_mgr_init() [all …]
|
| H A D | ctresource.h | 57 unsigned char *rscs; /* The bit-map for resource allocation */ member
|
| /linux/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,bcm-voter.yaml | 17 RSCs.
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 1886 idx1 = srcu_read_lock(&s); // Start of first RSCS 1887 idx2 = srcu_read_lock(&s); // Start of second RSCS 1888 srcu_read_unlock(&s, idx1); // End of first RSCS 1889 srcu_read_unlock(&s, idx2); // End of second RSCS
|
| /linux/drivers/scsi/ |
| H A D | sd.c | 1221 if (!sdkp->rscs) in sd_group_number() 3296 if (sdkp->rscs && sdkp->permanent_stream_count < 2) in sd_read_io_hints() 3298 "Unexpected: RSCS has been set and the permanent stream count is %u\n", in sd_read_io_hints() 3433 sdkp->rscs = vpd->data[5] & 1; in sd_read_block_limits_ext()
|
| H A D | scsi_debug.c | 2054 arrb4[1] = 1; /* Reduced stream control support (RSCS) */ in inquiry_vpd_b7()
|