Searched refs:last (Results 201 - 225 of 1032) sorted by relevance

1234567891011>>

/linux-master/fs/reiserfs/
H A Dprints.c442 static int print_internal(struct buffer_head *bh, int first, int last) argument
459 to = min_t(int, last, B_NR_ITEMS(bh));
478 int last)
509 if (last < 0 || last > nr)
512 to = last;
610 /* ..., int print_mode, int first, int last) */
614 int mode, first, last; local
625 last = va_arg(args, int);
626 if (print_leaf(bh, mode, first, last))
477 print_leaf(struct buffer_head *bh, int print_mode, int first, int last) argument
[all...]
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh295 echo $resdir > $T/last-resdir
321 mv $T/last-resdir $T/last-resdir-nodebug || :
326 mv $T/last-resdir $T/last-resdir-kasan || :
337 mv $T/last-resdir $T/last-resdir-kcsan || :
476 mv $T/last-resdir-nodebug $T/first-resdir-nodebug || :
477 if test -f "$T/last-resdir-kasan"
479 mv $T/last
[all...]
/linux-master/fs/xfs/
H A Dxfs_buf_item.c66 void *first, *last; local
69 last = xfs_buf_offset(bp,
72 if (last - first != nbits * XFS_BLF_CHUNK)
364 * If we run out of bits fill in the last iovec and get out of
651 /* drop the bli ref and return if it wasn't the last one */
656 * We dropped the last ref and must free the item if clean or aborted.
754 * buf log item in the on disk log resides now that the last log
892 * Mark bytes first through last inclusive as dirty in the buf
898 uint last,
912 ASSERT(last < XFS_BLF_DATAMAP_SIZ
896 xfs_buf_item_log_segment( uint first, uint last, uint *map) argument
980 xfs_buf_item_log( struct xfs_buf_log_item *bip, uint first, uint last) argument
[all...]
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-i2c.c125 bttv_i2c_sendbytes(struct bttv *btv, const struct i2c_msg *msg, int last) argument
136 if (msg->len > 1 || !last)
151 if (cnt < msg->len-1 || !last)
175 bttv_i2c_readbytes(struct bttv *btv, const struct i2c_msg *msg, int last) argument
185 if (cnt < msg->len-1 || !last)
/linux-master/arch/powerpc/platforms/pseries/
H A Dreconfig.c169 const unsigned char *value, struct property *last)
184 new->next = last;
218 struct property *last = prop; local
220 prop = new_property(name, length, value, last);
223 prop = last;
168 new_property(const char *name, const int length, const unsigned char *value, struct property *last) argument
/linux-master/arch/arm/kernel/
H A Dprocess.c354 unsigned long last; local
360 last = TASK_SIZE - (npages << PAGE_SHIFT);
363 if (first > last)
367 if (first == last)
370 slots = ((last - first) >> PAGE_SHIFT) + 1;
/linux-master/fs/fat/
H A Dmisc.c111 int ret, new_fclus, last; local
114 * We must locate the last cluster of the file to add this new
117 last = new_fclus = 0;
125 last = dclus;
128 /* add new one to the last of the cluster chain */
129 if (last) {
133 ret = fat_ent_read(inode, &fatent, last);
/linux-master/fs/efs/
H A Dinode.c205 int cur, last, first = 1; local
210 last = in->lastextent;
213 /* first check the last extent we returned */
214 if ((result = efs_extent_check(&in->extents[last], block, sb)))
230 cur = (last + dirext) % in->numextents;
247 cur = (last + indext) % indexts;
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.c117 struct komeda_plane_state *node, *last; local
119 last = list_empty(zorder_list) ?
120 NULL : list_last_entry(zorder_list, typeof(*last), zlist_node);
123 * or the zpos of new node bigger than the last node in list, no need
126 if (!last || (new->base.zpos > last->base.zpos)) {
/linux-master/drivers/md/
H A Ddm-stats.c197 struct dm_stats_last_position *last; local
202 stats->last = alloc_percpu(struct dm_stats_last_position);
203 if (!stats->last)
207 last = per_cpu_ptr(stats->last, cpu);
208 last->last_sector = (sector_t)ULLONG_MAX;
209 last->last_rw = UINT_MAX;
240 free_percpu(stats->last);
679 struct dm_stats_last_position *last; local
693 last
967 unsigned long long last; local
[all...]
/linux-master/fs/
H A Dnamei.c100 * in the last component in creation/removal/renaming - never follow.
107 * restored for 2.4. This is the last surviving part of old 4.2BSD bug.
569 struct qstr last; member in struct:nameidata
667 struct saved *last = nd->stack + i; local
668 do_delayed_call(&last->done);
669 clear_delayed_call(&last->done);
732 struct saved *last = nd->stack + i; local
733 if (unlikely(!legitimize_path(nd, &last->link, last->seq))) {
756 * mode. Refcounts are grabbed at the last know
1024 struct saved *last = nd->stack + --nd->depth; local
1760 struct saved *last; local
2545 __filename_parentat(int dfd, struct filename *name, unsigned int flags, struct path *parent, struct qstr *last, int *type, const struct path *root) argument
2570 filename_parentat(int dfd, struct filename *name, unsigned int flags, struct path *parent, struct qstr *last, int *type) argument
2581 struct qstr last; local
2639 vfs_path_parent_lookup(struct filename *filename, unsigned int flags, struct path *parent, struct qstr *last, int *type, const struct path *root) argument
3865 struct qstr last; local
4229 struct qstr last; local
4368 struct qstr last; local
[all...]
/linux-master/net/openvswitch/
H A Dactions.c159 bool last, bool clone_flow_key);
1028 /* When 'last' is true, sample() should always consume the 'skb'.
1034 bool last)
1049 if (last)
1055 return clone_execute(dp, skb, key, 0, actions, rem, last,
1059 /* When 'last' is true, clone() should always consume the 'skb'.
1065 bool last)
1077 return clone_execute(dp, skb, key, 0, actions, rem, last,
1201 const struct nlattr *a, bool last)
1215 return clone_execute(dp, skb, key, recirc_id, NULL, 0, last, tru
1032 sample(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, const struct nlattr *attr, bool last) argument
1063 clone(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, const struct nlattr *attr, bool last) argument
1199 execute_recirc(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, const struct nlattr *a, bool last) argument
1218 execute_check_pkt_len(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, const struct nlattr *attr, bool last) argument
1390 bool last = nla_is_last(a, rem); local
1413 bool last = nla_is_last(a, rem); local
1465 bool last = nla_is_last(a, rem); local
1475 bool last = nla_is_last(a, rem); local
1517 clone_execute(struct datapath *dp, struct sk_buff *skb, struct sw_flow_key *key, u32 recirc_id, const struct nlattr *actions, int len, bool last, bool clone_flow_key) argument
[all...]
/linux-master/fs/hpfs/
H A Ddnode.c149 hpfs_error(s, "set_last_pointer: dnode %08x has already last pointer %08x",
154 hpfs_error(s, "set_last_pointer: bad last dirent in dnode %08x", le32_to_cpu(d->self));
181 int c = hpfs_compare_names(s, name, namelen, de->name, de->namelen, de->last);
207 if (de->last) {
208 hpfs_error(s, "attempt to delete last dirent in dnode %08x", le32_to_cpu(d->self));
405 if (!(c = hpfs_compare_names(i->i_sb, name, namelen, de->name, de->namelen, de->last))) {
459 hpfs_error(i->i_sb, "move_to_top: dnode %08x has no last de", dno);
603 if (!de->last) {
717 if (de->first || de->last) {
718 hpfs_error(i->i_sb, "hpfs_remove_dirent: attempt to delete first or last diren
[all...]
/linux-master/drivers/memory/tegra/
H A Dtegra124-emc.c599 struct emc_timing *last = &emc->last_timing; local
609 if ((last->emc_mode_1 & 0x1) == (timing->emc_mode_1 & 0x1))
642 val2 = last->emc_bgbias_ctl0;
688 if (last->emc_ctt_term_ctrl != timing->emc_ctt_term_ctrl) {
709 if (timing->emc_auto_cal_config2 != last->emc_auto_cal_config2)
713 if (timing->emc_auto_cal_config3 != last->emc_auto_cal_config3)
717 if (timing->emc_auto_cal_config != last->emc_auto_cal_config) {
729 last->emc_zcal_interval == 0)
775 if (timing->emc_mode_1 != last->emc_mode_1)
777 if (timing->emc_mode_2 != last
827 struct emc_timing *last = &emc->last_timing; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_vm.c231 * @updates: last vm update that is waited for
333 bo_va->it.last = 0;
490 soffset, tmp->bo, tmp->it.start, tmp->it.last);
497 if (bo_va->it.start || bo_va->it.last) {
507 tmp->it.last = bo_va->it.last;
514 bo_va->it.last = 0;
523 bo_va->it.last = eoffset;
725 * @pe_end: last PTE to handle
966 nptes = bo_va->it.last
[all...]
/linux-master/net/core/
H A Ddatagram.c85 * Wait for the last received packet to be different from skb
170 struct sk_buff **last)
181 *last = queue->prev;
214 * @last: set to last peeked message to inform the wait function
233 * * (BTW I've just killed the last cli() in IP/IPv6/core/netlink/packet
244 struct sk_buff **last)
265 last);
276 } while (READ_ONCE(queue->prev) != *last);
290 struct sk_buff *skb, *last; local
166 __skb_try_recv_from_queue(struct sock *sk, struct sk_buff_head *queue, unsigned int flags, int *off, int *err, struct sk_buff **last) argument
241 __skb_try_recv_datagram(struct sock *sk, struct sk_buff_head *queue, unsigned int flags, int *off, int *err, struct sk_buff **last) argument
688 skb_frag_t *last = &skb_shinfo(skb)->frags[frag - 1]; local
[all...]
/linux-master/fs/ext4/
H A Dxattr.c1365 static size_t ext4_xattr_free_space(struct ext4_xattr_entry *last, argument
1368 for (; !IS_LAST_ENTRY(last); last = EXT4_XATTR_NEXT(last)) {
1369 if (!last->e_value_inum && last->e_value_size) {
1370 size_t offs = le16_to_cpu(last->e_value_offs);
1375 *total += EXT4_XATTR_LEN(last->e_name_len);
1377 return (*min_offs - ((void *)last - base) - sizeof(__u32));
1624 struct ext4_xattr_entry *last, *nex local
2567 struct ext4_xattr_entry *last = entry; local
2685 struct ext4_xattr_entry *last; local
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
H A Dbit.c142 nvkm_i2c_get_byte(struct nvkm_i2c_bus *bus, u8 *byte, bool last) argument
154 return i2c_bitw(bus, last ? 1 : 0);
/linux-master/include/linux/
H A Dbtree-type.h64 static inline void *BTREE_FN(last)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) function
105 static inline void *BTREE_FN(last)(BTREE_TYPE_HEAD *head, BTREE_KEYTYPE *key) function
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h217 void *last; member in struct:mthca_srq
235 void *last; member in struct:mthca_wq
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_driver.c452 int last; local
471 for (last = 0, i = 1; !last; i += !last) {
523 last = 1;
532 last = 1;
534 last = 1;
536 * Update head regs etc., every 16 packets, if not last pkt,
542 if (!last && !(i & 0xf)) {
/linux-master/arch/mips/lib/
H A Ddump_tlb.c66 static void dump_tlb(int first, int last) argument
97 for (i = first; i <= last; i++) {
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_inflate.c109 if (state->last) {
141 state->last = cc == DFLTCC_CC_OK;
/linux-master/arch/x86/include/asm/vdso/
H A Dgettimeofday.h307 * the regular delta calculation (@cycles - @last) to return a huge time
311 * @last. If not then use @last, which is the base time of the current
321 u64 vdso_calc_delta(u64 cycles, u64 last, u64 mask, u32 mult) argument
327 u64 delta = (cycles - last) & S64_MAX;
/linux-master/net/sched/
H A Dsch_cbs.c74 s64 last; /* timestamp in ns */ member in struct:cbs_sched_data
125 q->last = ktime_get_ns();
186 if (now < q->last) {
187 qdisc_watchdog_schedule_ns(&q->watchdog, q->last);
191 credits = timediff_to_credits(now - q->last, q->idleslope);
202 q->last = now;
221 /* Estimate of the transmission of the last byte of the packet in ns */
223 q->last = now;
225 q->last = now + div64_s64(len * NSEC_PER_SEC,

Completed in 254 milliseconds

1234567891011>>