Searched refs:part (Results 26 - 50 of 233) sorted by relevance

12345678910

/linux-master/drivers/misc/sgi-xp/
H A Dxpc_uv.c305 struct xpc_partition *part; local
312 part = &xpc_partitions[partid];
314 if (part->sn.uv.act_state_req == 0)
320 act_state_req = part->sn.uv.act_state_req;
321 part->sn.uv.act_state_req = 0;
325 if (part->act_state == XPC_P_AS_INACTIVE)
326 xpc_activate_partition(part);
327 else if (part->act_state == XPC_P_AS_DEACTIVATING)
328 XPC_DEACTIVATE_PARTITION(part, xpReactivating);
331 if (part
352 xpc_handle_activate_mq_msg_uv(struct xpc_partition *part, struct xpc_activate_mq_msghdr_uv *msg_hdr, int part_setup, int *wakeup_hb_checker) argument
556 struct xpc_partition *part; local
605 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, int msg_type) argument
661 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, size_t msg_size, int msg_type) argument
675 struct xpc_partition *part = &xpc_partitions[ch->partid]; local
691 xpc_send_local_activate_IRQ_uv(struct xpc_partition *part, int act_state_req) argument
790 xpc_get_remote_heartbeat_uv(struct xpc_partition *part) argument
816 struct xpc_partition *part = &xpc_partitions[partid]; local
843 xpc_request_partition_reactivation_uv(struct xpc_partition *part) argument
849 xpc_request_partition_deactivation_uv(struct xpc_partition *part) argument
867 xpc_cancel_partition_deactivation_request_uv(struct xpc_partition *part) argument
931 xpc_setup_ch_structures_uv(struct xpc_partition *part) argument
950 xpc_teardown_ch_structures_uv(struct xpc_partition *part) argument
957 xpc_make_first_contact_uv(struct xpc_partition *part) argument
986 xpc_get_chctl_all_flags_uv(struct xpc_partition *part) argument
1175 xpc_send_chctl_local_msgrequest_uv(struct xpc_partition *part, int ch_number) argument
1198 xpc_indicate_partition_engaged_uv(struct xpc_partition *part) argument
1207 xpc_indicate_partition_disengaged_uv(struct xpc_partition *part) argument
1325 xpc_handle_notify_mq_msg_uv(struct xpc_partition *part, struct xpc_notify_mq_msg_uv *msg) argument
1398 struct xpc_partition *part; local
1429 xpc_process_msg_chctl_flags_uv(struct xpc_partition *part, int ch_number) argument
[all...]
H A Dxpc_channel.c12 * This is the part of XPC that manages the channels and
82 struct xpc_partition *part = &xpc_partitions[ch->partid]; local
101 if (part->act_state == XPC_P_AS_DEACTIVATING) {
157 atomic_dec(&part->nchannels_active);
168 if (part->act_state != XPC_P_AS_DEACTIVATING) {
170 spin_lock(&part->chctl_lock);
171 part->chctl.flags[ch->number] |=
173 spin_unlock(&part->chctl_lock);
183 xpc_process_openclose_chctl_flags(struct xpc_partition *part, int ch_number, argument
188 &part
546 xpc_process_sent_chctl_flags(struct xpc_partition *part) argument
617 xpc_partition_going_down(struct xpc_partition *part, enum xp_retval reason) argument
658 struct xpc_partition *part; local
711 struct xpc_partition *part; local
875 struct xpc_partition *part = &xpc_partitions[partid]; local
926 struct xpc_partition *part = &xpc_partitions[partid]; local
1000 struct xpc_partition *part = &xpc_partitions[partid]; local
[all...]
/linux-master/drivers/mtd/parsers/
H A Dparser_trx.c56 struct mtd_partition *part; local
87 part = &parts[curr_part++];
88 part->name = "loader";
89 part->offset = trx.offset[i];
94 part = &parts[curr_part++];
95 part->name = "linux";
96 part->offset = trx.offset[i];
101 part = &parts[curr_part++];
102 part->name = parser_trx_data_part_name(mtd, trx.offset[i]);
103 part
[all...]
H A Dafs.c120 u_int off, struct mtd_partition *part)
201 part->name = kstrdup(iis.name, GFP_KERNEL);
202 if (!part->name)
205 part->size = (iis.length + mtd->erasesize - 1) & ~(mtd->erasesize - 1);
206 part->offset = img_ptr;
207 part->mask_flags = 0;
210 img_ptr, part->size / 1024,
211 iis.imageNumber, part->name);
217 u_int off, struct mtd_partition *part)
312 part
119 afs_parse_v1_partition(struct mtd_info *mtd, u_int off, struct mtd_partition *part) argument
216 afs_parse_v2_partition(struct mtd_info *mtd, u_int off, struct mtd_partition *part) argument
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dprm.h137 bool (*was_any_context_lost_old)(u8 part, s16 inst, u16 idx);
138 void (*clear_context_loss_flags_old)(u8 part, s16 inst, u16 idx);
140 int (*assert_hardreset)(u8 shift, u8 part, s16 prm_mod, u16 offset);
141 int (*deassert_hardreset)(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
143 int (*is_hardreset_asserted)(u8 shift, u8 part, s16 prm_mod,
154 int omap_prm_assert_hardreset(u8 shift, u8 part, s16 prm_mod, u16 offset);
155 int omap_prm_deassert_hardreset(u8 shift, u8 st_shift, u8 part, s16 prm_mod,
157 int omap_prm_is_hardreset_asserted(u8 shift, u8 part, s16 prm_mod, u16 offset);
158 extern bool prm_was_any_context_lost_old(u8 part, s16 inst, u16 idx);
159 extern void prm_clear_context_loss_flags_old(u8 part, s1
[all...]
/linux-master/scripts/
H A Dextract-module-sig.pl4 # extract-mod-sig <part> <module-file>
22 my $part = $ARGV[0];
111 if ($part eq "-0") {
115 } elsif ($part eq "-a") {
119 } elsif ($part eq "-d") {
122 } elsif ($part eq "-n") {
128 } elsif ($part eq "-k") {
134 } elsif ($part eq "-s") {
/linux-master/arch/powerpc/kernel/
H A Dnvram_64.c180 int nvram_write_os_partition(struct nvram_os_partition *part, argument
189 if (part->index == -1)
192 if (length > part->size)
193 length = part->size;
198 tmp_index = part->index;
219 int nvram_read_partition(struct nvram_os_partition *part, char *buff, argument
227 if (part->index == -1)
230 if (length > part->size)
231 length = part->size;
233 tmp_index = part
274 nvram_init_os_partition(struct nvram_os_partition *part) argument
425 struct nvram_os_partition *part = NULL; local
724 nvram_write_header(struct nvram_partition * part) argument
758 nvram_can_remove_partition(struct nvram_partition *part, const char *name, int sig, const char *exceptions[]) argument
788 struct nvram_partition *part, *prev, *tmp; local
846 struct nvram_partition *part; local
952 struct nvram_partition *part; local
[all...]
/linux-master/block/partitions/
H A Datari.c59 if (!VALID_PARTITION(&rs->part[0], hd_size) &&
60 !VALID_PARTITION(&rs->part[1], hd_size) &&
61 !VALID_PARTITION(&rs->part[2], hd_size) &&
62 !VALID_PARTITION(&rs->part[3], hd_size)) {
72 pi = &rs->part[0];
74 for (slot = 1; pi < &rs->part[4] && slot < state->limit; slot++, pi++) {
103 if (!(xrs->part[0].flg & 1)) {
110 partsect + be32_to_cpu(xrs->part[0].st),
111 be32_to_cpu(xrs->part[0].siz));
113 if (!(xrs->part[
[all...]
H A Dcore.c251 const struct block_device *part = dev_to_bdev(dev); local
253 add_uevent_var(env, "PARTN=%u", part->bd_partno);
254 if (part->bd_meta_info && part->bd_meta_info->volname[0])
255 add_uevent_var(env, "PARTNAME=%s", part->bd_meta_info->volname);
266 void drop_partition(struct block_device *part) argument
268 lockdep_assert_held(&part->bd_disk->open_mutex);
270 xa_erase(&part->bd_disk->part_tbl, part->bd_partno);
271 kobject_put(part
401 struct block_device *part; local
422 struct block_device *part; local
451 struct block_device *part = NULL; local
484 struct block_device *part = NULL; local
526 struct block_device *part; local
637 struct block_device *part; local
[all...]
H A Datari.h31 struct partition_info part[4]; member in struct:rootsector
H A Damiga.c46 int part, res = 0; local
93 for (part = 1; (s32) blk>0 && part<=16; part++, put_dev_sector(sect)) {
97 state->disk->disk_name, blk, part);
144 state->disk->disk_name, part);
165 state->disk->disk_name, part,
171 state->disk->disk_name, part,
H A Dacorn.c65 struct riscix_part part[8]; member in struct:riscix_record
86 int part; local
91 for (part = 0; part < 8; part++) {
92 if (rr->part[part].one &&
93 memcmp(rr->part[part].name, "All\0", 4)) {
95 le32_to_cpu(rr->part[par
[all...]
/linux-master/tools/perf/util/bpf_skel/
H A Dsample_filter.bpf.c61 if (entry->part)
76 if (entry->part == 1)
78 if (entry->part == 2)
80 if (entry->part == 3)
92 if (entry->part == 1)
94 if (entry->part == 2)
96 if (entry->part == 3) {
102 if (entry->part == 4)
104 if (entry->part == 5)
106 if (entry->part
[all...]
H A Dsample-filter.h22 __u32 part; /* sub-sample type info when it has multiple values */ member in struct:perf_bpf_filter_entry
/linux-master/drivers/char/ipmi/
H A Dssif_bmc.c90 /* Flag to identify a Multi-part Read Transaction */
95 /* Block Number of a Multi-part Read Transaction */
101 /* Buffer for SSIF Transaction part*/
336 static void calculate_response_part_pec(struct ssif_part_buffer *part) argument
338 u8 addr = part->address;
341 part->pec = i2c_smbus_pec(0, &addr, 1);
343 part->pec = i2c_smbus_pec(part->pec, &part->smbus_cmd, 1);
346 part
354 struct ssif_part_buffer *part = &ssif_bmc->part_buf; local
366 struct ssif_part_buffer *part = &ssif_bmc->part_buf; local
460 struct ssif_part_buffer *part = &ssif_bmc->part_buf; local
495 struct ssif_part_buffer *part = &ssif_bmc->part_buf; local
540 struct ssif_part_buffer *part = &ssif_bmc->part_buf; local
[all...]
/linux-master/drivers/firmware/efi/
H A Defi-pstore.c76 static inline u64 generic_id(u64 timestamp, unsigned int part, int count) argument
78 return (timestamp * 100 + part) * 1000 + count;
88 unsigned int part; local
94 &record->type, &part, &cnt, &time, &data_type) == 5) {
95 record->id = generic_id(time, part, cnt);
96 record->part = part;
106 &record->type, &part, &cnt, &time) == 4) {
107 record->id = generic_id(time, part, cnt);
108 record->part
[all...]
/linux-master/include/linux/
H A Diov_iter.h48 size_t part = min(len, p->iov_len - skip); local
50 if (likely(part)) {
51 remain = step(p->iov_base + skip, progress, part, priv, priv2);
52 consumed = part - remain;
82 size_t part = min(len, p->iov_len - skip); local
84 if (likely(part)) {
85 remain = step(p->iov_base + skip, progress, part, priv, priv2);
86 consumed = part - remain;
116 size_t offset = p->bv_offset + skip, part; local
119 part
158 size_t remain, consumed, offset, part, flen; local
[all...]
/linux-master/fs/btrfs/
H A Daccessors.c71 const int part = unit_size - oil; \
85 memcpy(lebytes, token->kaddr + oil, part); \
88 memcpy(lebytes + part, token->kaddr, size - part); \
101 const int part = unit_size - oil; \
108 memcpy(lebytes, kaddr + oil, part); \
110 memcpy(lebytes + part, kaddr, size - part); \
125 const int part = unit_size - oil; \
143 memcpy(token->kaddr + oil, lebytes, part); \
[all...]
/linux-master/block/
H A Dearly-lookup.c155 int part; local
180 /* try disk name without <part number> */
181 part = simple_strtoul(p, NULL, 10);
183 *devt = blk_lookup_devt(s, part);
187 /* try disk name without p<part number> */
191 *devt = blk_lookup_devt(s, part);
280 struct block_device *part; local
296 xa_for_each(&disk->part_tbl, idx, part) {
297 if (!bdev_nr_sectors(part))
300 bdev_is_partition(part)
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/dma/
H A Dusernv50.c78 u32 user, part, comp, kind; local
95 nvif_ioctl(parent, "create nv50 dma vers %d priv %d part %d "
97 args->v0.priv, args->v0.part, args->v0.comp,
100 part = args->v0.part;
107 part = NV50_DMA_V0_PART_256;
112 part = NV50_DMA_V0_PART_VM;
119 if (user > 2 || part > 2 || comp > 3 || kind > 0x7f)
123 dmaobj->flags5 = (part << 16);
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmgk20a.c39 .part = gf100_vmm_part,
54 .part = gf100_vmm_part,
/linux-master/tools/perf/util/
H A Dbpf-filter.h13 int part; member in struct:perf_bpf_filter_expr
21 struct perf_bpf_filter_expr *perf_bpf_filter_expr__new(unsigned long sample_flags, int part,
/linux-master/fs/hfs/
H A Dpart_tbl.c56 * start and length of the 'part'th HFS partition.
82 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) {
98 (HFS_SB(sb)->part < 0 || HFS_SB(sb)->part == i)) {
/linux-master/arch/powerpc/include/asm/
H A Dnvram.h78 extern int __init nvram_init_os_partition(struct nvram_os_partition *part);
84 extern int nvram_read_partition(struct nvram_os_partition *part, char *buff,
89 extern int nvram_write_os_partition(struct nvram_os_partition *part,
/linux-master/sound/soc/intel/atom/sst/
H A Dsst_ipc.c128 while (header.p.header_high.part.busy) {
148 if (header.p.header_high.part.busy) {
164 if (msg->mrfld_header.p.header_high.part.large)
190 isr.part.busy_interrupt = 1;
196 clear_ipc.p.header_high.part.busy = 0;
197 clear_ipc.p.header_high.part.done = 1;
201 imr.part.busy_interrupt = 0;
334 drv_id = msg_high.part.drv_id;
344 if (msg_high.part.result && !msg_high.part
[all...]

Completed in 457 milliseconds

12345678910