Searched refs:next_id (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-drm-drv.c247 unsigned int next_id; local
254 next_id = priv_state->use_palette ? HWDESC_PALETTE : 0;
255 regmap_write(priv->map, JZ_REG_LCD_DA0, dma_hwdesc_addr(priv, next_id));
662 unsigned int width, height, cpp, next_id, plane_id; local
682 next_id = (priv_state && priv_state->use_palette) ? HWDESC_PALETTE : plane_id;
687 hwdesc->next = dma_hwdesc_addr(priv, next_id);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c113 unsigned long next_id = (unsigned long)id + 1; local
120 counter, tmp, next_id) {
/linux-master/drivers/infiniband/core/
H A Drestrack.c259 &rt->next_id, GFP_KERNEL);
/linux-master/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c550 if (unlikely(rsp_head.next_id <= start_id)) {
553 rsp_head.next_id, start_id, die->die_id);
556 start_id = rsp_head.next_id;
/linux-master/samples/vfio-mdev/
H A Dmbochs.c191 u32 next_id; member in struct:mdev_state
549 mdev_state->next_id = 1;
945 dmabuf->id = mdev_state->next_id++;
/linux-master/ipc/
H A Dshm.c964 int next_id; local
972 for (total = 0, next_id = 0; total < in_use; next_id++) {
976 ipc = idr_find(&shm_ids(ns).ipcs_idr, next_id);
/linux-master/tools/lib/bpf/
H A Dbtf_dump.c1501 __u32 next_id; local
1521 next_id = decls->ids[decls->cnt - 1];
1522 next_t = btf__type_by_id(d->btf, next_id);
/linux-master/kernel/
H A Dseccomp.c147 * @next_id: The id of the next request.
154 u64 next_id; member in struct:notification
1062 return filter->notif->next_id++;
1845 filter->notif->next_id = get_random_u64();
/linux-master/drivers/iommu/iommufd/
H A Dselftest.c939 unsigned int next_id; member in struct:selftest_access
1230 item->id = staccess->next_id++;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py3463 next_id = int((lower_id + higher_id) / 2)
3464 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3466 ok, dbid = self.IdBetween(query, lower_id, next_id, "DESC")
3468 ok, dbid = self.IdBetween(query, next_id, higher_id, "")
3471 next_id = dbid
3472 QueryExec(query, "SELECT time FROM samples WHERE id = " + str(next_id))
3476 lower_id = next_id
3478 higher_id = next_id
3483 lower_id = next_id
3485 higher_id = next_id
[all...]
/linux-master/kernel/bpf/
H A Dsyscall.c4275 #define BPF_OBJ_GET_NEXT_ID_LAST_FIELD next_id
4282 u32 next_id = attr->start_id; local
4285 if (CHECK_ATTR(BPF_OBJ_GET_NEXT_ID) || next_id >= INT_MAX)
4291 next_id++;
4293 if (!idr_get_next(idr, &next_id))
4298 err = put_user(next_id, &uattr->next_id);
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c2090 for (u32 next_id = 1; next_id < ~0; ++next_id) {
2091 if (!vcap_rule_exists(ri->vctrl, next_id)) {
2092 ri->data.id = next_id;
/linux-master/drivers/isdn/mISDN/
H A Dlayer2.c128 id = l2->next_id++;
130 l2->next_id = 1;
2119 l2->next_id = 1;
/linux-master/fs/hfs/
H A Dinode.c194 inode->i_ino = HFS_SB(sb)->next_id++;
/linux-master/include/uapi/linux/
H A Dbpf.h398 * and updates *next_id* on success. If no other eBPF programs
411 * and updates *next_id* on success. If no other eBPF maps
625 * and updates *next_id* on success. If no other BTF objects
810 * and updates *next_id* on success. If no other eBPF links
1631 __u32 next_id; member in struct:bpf_attr::__anon2600
/linux-master/tools/include/uapi/linux/
H A Dbpf.h398 * and updates *next_id* on success. If no other eBPF programs
411 * and updates *next_id* on success. If no other eBPF maps
625 * and updates *next_id* on success. If no other BTF objects
810 * and updates *next_id* on success. If no other eBPF links
1631 __u32 next_id; member in struct:bpf_attr::__anon3141
/linux-master/fs/ntfs3/
H A Dntfs_fs.h291 u32 next_id; member in struct:ntfs_sb_info::__anon74
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c2431 u32 next_id; local
2449 next_id = info->context_idx + 1;
2451 GEM_BUG_ON(next_id++ != child->guc_id.id);

Completed in 317 milliseconds

12