Searched refs:llu (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/fs/orangefs/
H A Dwaitqueue.c41 "pvfs2-client-core: purging op tag %llu %s\n",
42 llu(op->tag),
181 "orangefs: tag %llu (%s)"
183 llu(op->tag),
241 "Attempting ORANGEFS operation cancellation of tag %llu\n",
242 llu(tag));
348 "%s: operation interrupted, tag %llu, %p\n",
350 llu(op->tag),
356 "%s: operation purged, tag %llu, %p, %d\n",
358 llu(o
[all...]
H A Dorangefs-cache.c137 "Alloced OP (%p: %llu %s)\n",
139 llu(new_op->tag),
157 "Releasing OP (%p: %llu)\n",
159 llu(orangefs_op->tag));
H A Ddevorangefs-req.c209 "%llu %s\n",
211 llu(op->tag),
231 "orangefs: skipping op tag %llu %s\n",
232 llu(op->tag), get_opname_string(op));
258 gossip_debug(GOSSIP_DEV_DEBUG, "%s: reading op tag %llu %s\n",
260 llu(cur_op->tag),
418 "%s: No one's waiting for tag %llu\n",
419 __func__, llu(head.tag));
H A Dfile.c131 "%s(%pU): offset: %llu total_size: %zd\n",
134 llu(*offset),
150 "%s(%pU): Calling post_io_request with tag (%llu)\n",
153 llu(new_op->tag));
H A Dprotocol.h290 #define llu(x) (unsigned long long)(x) macro
H A Dorangefs-debugfs.c1003 llu(mask_info.mask_value));
H A Dinode.c462 printk("invalidate range offset %llu length %zu\n",
464 printk("write range offset %llu length %zu\n",
534 "%s(%pU): proceeding with offset : %llu, "
538 llu(*offset),
715 "%s: %pU: Handle is %pU | fs_id %d | size is %llu\n",
/linux-master/include/uapi/linux/netfilter/
H A Dxt_hashlimit.h11 #define XT_HASHLIMIT_SCALE_v2 1000000llu
/linux-master/tools/lib/bpf/
H A Dhashmap.h23 return (h * 11400714819323198485llu) >> (__SIZEOF_LONG_LONG__ * 8 - bits);
/linux-master/tools/perf/util/
H A Dhashmap.h23 return (h * 11400714819323198485llu) >> (__SIZEOF_LONG_LONG__ * 8 - bits);
H A Dpmu.c1187 if (value & (1llu << vbit++))
1188 *v |= (1llu << fbit);
1190 *v &= ~(1llu << fbit);
1366 "value too big for format (%s), maximum is %llu",
H A Dheader.c2058 fprintf(fp, "# total memory : %llu kB\n", ff->ph->env.total_mem);
/linux-master/arch/mips/include/asm/
H A Dpage.h34 if (PAGE_SIZE == (1llu << 32))
/linux-master/tools/testing/selftests/netfilter/
H A Dnf-queue.c265 ts.tv_nsec = delay * 1000llu * 1000llu;
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_bpf_hashmap_lookup.c203 return args.nr_loops * 1000000000llu / time / 1000000.0L;
/linux-master/drivers/fsi/
H A Dfsi-master-i2cr.c57 if (v & (1llu << i))
/linux-master/fs/fat/
H A Dmisc.c161 fat_fs_error(sb, "clusters badly computed (%d != %llu)",
163 (llu)(inode->i_blocks >> (sbi->cluster_bits - 9)));
H A Dnfs.c74 "unable to read block(%llu) for building NFS inode",
75 (llu)blocknr);
H A Dfat.h474 typedef unsigned long long llu; typedef
H A Dfatent.c97 fat_msg_ratelimit(sb, KERN_ERR, "FAT read failed (blocknr %llu)",
98 (llu)blocknr);
111 fat_msg_ratelimit(sb, KERN_ERR, "FAT read failed (blocknr %llu)",
112 (llu)blocknr);
H A Ddir.c103 "Directory bread(block %llu) failed", (llu)phys);
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c269 return (uint) div_u64(1000llu * mode->htotal * mode->vtotal,
/linux-master/drivers/md/
H A Ddm-thin.c135 (void) build_key(td, PHYSICAL, b, b + 1llu, key);
141 (void) build_key(td, VIRTUAL, b, b + 1llu, key);
3481 DMERR("%s: pool target (%llu blocks) too small: expected %llu",
3494 DMINFO("%s: growing the data device from %llu to %llu blocks",
3528 DMERR("%s: metadata device (%llu blocks) too small: expected %llu",
3541 DMINFO("%s: growing the metadata device from %llu to %llu block
[all...]
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddsi.c4328 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk))
4359 #define TO_DISPC_T(x) ((u32)div64_u64((u64)x * 1000000000llu, pck))
/linux-master/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c3587 #define TO_DSI_T(x) ((u32)div64_u64((u64)x * 1000000000llu, byteclk))
3618 #define TO_DISPC_T(x) ((u32)div64_u64((u64)x * 1000000000llu, pck))

Completed in 488 milliseconds

12